Skip to content
New issue

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

[Chore]: Integration tests do not cleanup muxing rules #1303

Open
blkt opened this issue Mar 22, 2025 · 0 comments
Open

[Chore]: Integration tests do not cleanup muxing rules #1303

blkt opened this issue Mar 22, 2025 · 0 comments

Comments

@blkt
Copy link
Contributor

blkt commented Mar 22, 2025

Description

Our integration testing script should cleanup resources created via CRUD API at the end of each test.

Additional Context

Our integration test script configures a custom provider to test muxing, but does not remove it at the end of the test. If a provider is already present, the test scripts logs an error, but swallows the exception, causing the test to pass despite tests on muxing not being run at all.

This is not a problem in CI, where a brand new instance is set up each time, but is very problematic in local testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant