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 have dependencies on variable initialization order and test execution order #1241

Open
lawrence-forooghian opened this issue Nov 30, 2021 · 0 comments
Labels
code-quality Affects the developer experience when working in our codebase. testing Includes all kinds of automated tests, the way that we run them and the infrastructure around them.

Comments

@lawrence-forooghian
Copy link
Collaborator

lawrence-forooghian commented Nov 30, 2021

I discovered this whilst working on #1240. See there for more details. The gist is that we have tests which fail unless:

  • all variables in the test suite are initialized in a particular order
  • the tests run in a particular order

I'll add more info about which tests are affected.

┆Issue is synchronized with this Jira Task by Unito

@QuintinWillison QuintinWillison added code-quality Affects the developer experience when working in our codebase. testing Includes all kinds of automated tests, the way that we run them and the infrastructure around them. and removed tests labels Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality Affects the developer experience when working in our codebase. testing Includes all kinds of automated tests, the way that we run them and the infrastructure around them.
Development

No branches or pull requests

2 participants