forked from d2iq-archive/marathon
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squash of replaceactortesting branch without WorkQueue disabled
* Simplify isHealthy() and remove unused methods * Fix restart strategy computation at the end of deployment * Possibly fix also other corner cases * Fix TaskReplaceActor fetching instances state * Add tools to make tests and fix 3 tests in the last testsuite * Fix some more tests, but break 1 restart strategy test * RestartStrategy needs to be reworked and seems fragile for now * Fix 2 tests in ReplaceActorTest suite * One of the test is slightly different; we don't have to wait for one instance to be dead when in overcapacity. * Improve readability and fix (?) first readiness check * Fix RestartStrategy * Attempt #1 to fix CI * Make some cleanup of unused methods * Attempt to fix CI #2: Fix fourth test * we can schedule 2 instances as there is no maximum over capacity. * Fix behavior of restartStrategy: wait for kill before start a new instance * Rename ignition to restart Strategy (more adapted to new behavior)
- Loading branch information
Showing
5 changed files
with
222 additions
and
268 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
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
Oops, something went wrong.