-
Notifications
You must be signed in to change notification settings - Fork 1
Clean Tests #81
Copy link
Copy link
Open
Labels
cleanupTechnical debt that should be fixed in upcoming cleanup sessionsTechnical debt that should be fixed in upcoming cleanup sessions
Metadata
Metadata
Assignees
Labels
cleanupTechnical debt that should be fixed in upcoming cleanup sessionsTechnical debt that should be fixed in upcoming cleanup sessions
Tests seam to be in a non-optimal state. They can't be executed in parallel and thus take a long time to run. Tests should be totally independent of each other and not rely on each other's orders or parallelism of execution. Also, I think that many test that are in the
*.UnitTestsprojects are actually integration tests. I created an issue for cleaning the tests in the future.Ref discussion: #69