Taskana / taskana

Lightweight library for general purpose task management
https://taskana.pro
Apache License 2.0
96 stars 101 forks source link

The test ServiceLevelPriorityWithWorkingDaysCalculationAccTest.should_VerifyThatCreateAndPlannedAreClose (and others) are flaky #2533

Open ryzheboka opened 8 months ago

ryzheboka commented 8 months ago

The test ServiceLevelPriorityWithWorkingDaysCalculationAccTest.should_VerifyThatCreateAndPlannedAreClose failed in the pipeline two times consecutevely. After that and before that, the test never failed. It might be related to the usage of Instant.now()

The test should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule is also flaky. It needs to be looked into

TaskanaProducersTest.testRollback is also flaky

ExampleBootstrapTest.should_count_tasks_after_example_cdi_application_was_deployed is also flaky

ryzheboka commented 7 months ago

should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule is fixed by #2546