You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We keep test data in the context during a test run. If a new test starts in the same thread the context is reused, but the data is kept, so if the new test does not explicitly override the data following tests might use wrong test data.
Actual Behaviour
If a test is reusing a thread test data form previous tests are not removed can bleed through to the current run.
Expected Behaviour
If a test runs it will only use the testdata for this specific test, no matter what happened in previous tests.
The text was updated successfully, but these errors were encountered:
…leared-after-run
[#266] clear test context after run
wurzelkuchen
added
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
codeDone
The issue is rechecked for development branch
and removed
codeImplementationNeeded
This issue requires a change in the code of Neodymium
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
labels
Jul 12, 2024
Quick Description
We keep test data in the context during a test run. If a new test starts in the same thread the context is reused, but the data is kept, so if the new test does not explicitly override the data following tests might use wrong test data.
Actual Behaviour
If a test is reusing a thread test data form previous tests are not removed can bleed through to the current run.
Expected Behaviour
If a test runs it will only use the testdata for this specific test, no matter what happened in previous tests.
The text was updated successfully, but these errors were encountered: