forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: refactor mixedversion background runner
Previously, the mixedversion framework had its own implementation for managing background tasks. This implementation performed well, but in its current state it is difficult to share with tests that do not require the mixedversion framework. This change replace the mixedversion framework background runner with the newly implemented task manager. The implementation details are relatively similar making it close to a drop-in replacement. Additionally, some utilities relating to tasks have been replaced by the task package. Informs: cockroachdb#118214 Epic: None Release note: None
- Loading branch information
1 parent
825bb5e
commit c3ce4d9
Showing
3 changed files
with
50 additions
and
140 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
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
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