-
-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
The database-cleanup (truncating) adds significant to the overall test-execution time.
Describe the solution you'd like
Reduce the necessity of database cleanup (truncation) before tests.
(Some tests will still depend on this)
Describe alternatives you've considered
- to switch to transactional tests
- possibly not applicable due to project constraints
Solution Paths
PR 2572
- chore: Don't truncate database tables between tests #2572
- clarify/cleanup
- rebase
- complete
New Attempt
- provide an incremental solution
- add more unique data usage in tests
- add tags to avoid cleanup
- add more unique data usage in tests