-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugcodeDoneThe issue is rechecked for development branchThe issue is rechecked for development branch
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
bugcodeDoneThe issue is rechecked for development branchThe issue is rechecked for development branch