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

Coding system tests are not isolated #2301

Open
StevenMaude opened this issue Jan 15, 2025 · 0 comments
Open

Coding system tests are not isolated #2301

StevenMaude opened this issue Jan 15, 2025 · 0 comments
Labels
deck-scrubbing Tech debt or other between-initiative tidy-up work

Comments

@StevenMaude
Copy link
Contributor

StevenMaude commented Jan 15, 2025

It's possible to run one subset of tests, such as the BNF tests and have them fail. It's necessary to run all these tests in one session, to get them to pass.

This is because test fixtures are loaded into a database that persists across all of the tests in a run, instead of in-memory.

See discussion in #2115.

@StevenMaude StevenMaude added the deck-scrubbing Tech debt or other between-initiative tidy-up work label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deck-scrubbing Tech debt or other between-initiative tidy-up work
Projects
None yet
Development

No branches or pull requests

1 participant