-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(quarkus-extesion/engine): Turn off JobExecutor
Problem Description: - ManagedJobExecutorTest#shouldExecuteJob was failing sporadically on CI due to the asynchronous execution of scheduled jobs. The synchronous execution of the test would query for the existence of the job. Sometimes, the job would be already completed by the time the Query API would make assertions on its existence and that would lead into failures. Solution: - Turn off the job scheduler before filing any job executions Related-to: #3940
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters