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

tests depend on order of execution #417

Open
matko opened this issue Jul 19, 2023 · 0 comments
Open

tests depend on order of execution #417

matko opened this issue Jul 19, 2023 · 0 comments
Labels
area: python client relevant to python client bug Something isn't working triage issue to be triage

Comments

@matko
Copy link
Member

matko commented Jul 19, 2023

Some tests (at least in the integration tests) are not properly isolated. They rely on the run of a previous test for their own setup, such as creating a database.
This is annoying, because it means in some cases we can't just run a single test.

All tests should be responsible for their own setup and teardown.

@matko matko added the bug Something isn't working label Jul 19, 2023
@github-actions github-actions bot added area: python client relevant to python client triage issue to be triage labels Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: python client relevant to python client bug Something isn't working triage issue to be triage
Projects
None yet
Development

No branches or pull requests

1 participant