We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Konnect integration tests share the same ControlPlane in several places
default
deck/tests/integration/sync_test.go
Line 4987 in bbe779d
Line 4878 in bbe779d
test
Lines 4660 to 4723 in bbe779d
This might work in isolation but when run on CI this fails when 2 separate workflows runs test against Konnect (using the same token).
Use something like https://github.com/Kong/sdk-konnect-go/ to create a CP for each test and then remove it in test teardown.
This way we achieve test isolation.
The text was updated successfully, but these errors were encountered:
kong2tf
No branches or pull requests
Problem statement
Konnect integration tests share the same ControlPlane in several places
default
deck/tests/integration/sync_test.go
Line 4987 in bbe779d
deck/tests/integration/sync_test.go
Line 4878 in bbe779d
test
deck/tests/integration/sync_test.go
Lines 4660 to 4723 in bbe779d
This might work in isolation but when run on CI this fails when 2 separate workflows runs test against Konnect (using the same token).
Proposed solution
Use something like https://github.com/Kong/sdk-konnect-go/ to create a CP for each test and then remove it in test teardown.
This way we achieve test isolation.
Acceptance criteria
The text was updated successfully, but these errors were encountered: