You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
@[[ $$attempts -lt 5 ]] &&echo"🐘 Test Transation DB is up ..."|| (echo "❌ Test Transation DB failed to start"&& make test_env_down >/dev/null &&exit 1)
@echo "🚀 Test environment is up ..."
test_env_down:
@echo "🧪 Shutting down Portal HTTP DB test environment ..."
@docker-compose -f ./testdata/docker-compose.test.yml down --remove-orphans >/dev/null
@echo "✅ Test environment is down."
run_driver_tests:
go test ./... -run Test_RunPGDriverSuite -count=1 ||true