dry-dream-21715
06/27/2024, 9:55 PMAPI error (400): invalid tag format
. This error doesn’t provide much information beyond indicating that something is not being received as expected.
Has anyone encountered this issue before or does anyone have any insights on what might be causing these test failures? Any guidance on documentation or steps to troubleshoot and resolve this problem would be greatly appreciated.
Thank you for your help!bland-eye-99092
06/28/2024, 6:00 AMdry-dream-21715
06/28/2024, 2:12 PMmake test-resetdb
export TEST_DATABASE_MYSQL='<mysql://root>:secret@(127.0.0.1:3444)/mysql?parseTime=true'
export TEST_DATABASE_POSTGRESQL='<postgres://postgres:secret@127.0.0.1:3445/kratos?sslmode=disable>'
export TEST_DATABASE_COCKROACHDB='<cockroach://root@127.0.0.1:3446/defaultdb?sslmode=disable>'
cd selfservice/strategy/oidc
go test -tags sqlite .
dry-dream-21715
06/28/2024, 2:17 PM--- FAIL: TestPostEndpointRedirect (1.73s)
strategy_helper_test.go:246: Environment did not provide Ory Hydra, starting fresh.
strategy_helper_test.go:270:
Error Trace: /Users/kosborn/git/fulcrumapp/kratos/selfservice/strategy/oidc/strategy_helper_test.go:270
/Users/kosborn/git/fulcrumapp/kratos/selfservice/strategy/oidc/strategy_test.go:1430
Error: Received unexpected error:
API error (400): invalid tag format
<http://github.com/ory/dockertest/v3.(*Pool).RunWithOptions|github.com/ory/dockertest/v3.(*Pool).RunWithOptions>
/Users/kosborn/go/pkg/mod/github.com/ory/dockertest/v3@v3.9.1/dockertest.go:413
<http://github.com/ory/kratos/selfservice/strategy/oidc_test.newHydra|github.com/ory/kratos/selfservice/strategy/oidc_test.newHydra>
/Users/kosborn/git/fulcrumapp/kratos/selfservice/strategy/oidc/strategy_helper_test.go:252
<http://github.com/ory/kratos/selfservice/strategy/oidc_test.TestPostEndpointRedirect|github.com/ory/kratos/selfservice/strategy/oidc_test.TestPostEndpointRedirect>
/Users/kosborn/git/fulcrumapp/kratos/selfservice/strategy/oidc/strategy_test.go:1430
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:1595
runtime.goexit
/usr/local/opt/go/libexec/src/runtime/asm_amd64.s:1650
Test: TestPostEndpointRedirect
FAIL
FAIL <http://github.com/ory/kratos/selfservice/strategy/oidc|github.com/ory/kratos/selfservice/strategy/oidc> 46.446s
bland-eye-99092
06/28/2024, 2:22 PM-tags sqlite,json1
That's not the issue here, but might solve other problems.dry-dream-21715
06/28/2024, 2:24 PMdry-dream-21715
06/28/2024, 2:25 PMbland-eye-99092
06/28/2024, 2:29 PMdry-dream-21715
06/28/2024, 2:42 PMdry-dream-21715
06/28/2024, 7:37 PMbland-eye-99092
06/28/2024, 8:18 PM