-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 9+ members in waiting and cluster join refactoring (#229)
* initial refactor * won't fail when failed to acquire lock * fixes and remove deprecated handler * extracted function to decrease complexity * extracted function to minimize complexity * minimal adjustment to pass tests * removed unused import * better messaging * decrease secondary cluster node count to speed up test * pr comments * deprecated key * using new function * fix missing cleanup * extract function * s/block/wait on max size and replan to start all services * remove redundant handlers avoid race conditions * optimize db access calls * consolidate calls * minimize overhead of pebble calls * fix tests * tests requires more memory * temp ci debug * updated and extended optimization approach * re-add code lost on merge from main * change test criteria to be more broad Test pass with juju 2.9.29 and 2.9.42 * not flaky anymore * remove upterm * formmating * test hack to confirm a theory * stricter constraint to allow pods being scheduled * recategorize test as unstable * minimal viable mem constraint * mempry constraint applied only for mysql * unused import * restore tests * remove agent constraint * lower mem restriction * removed 2.9.29 hack * descrease mem * more mem tweak * CI test
- Loading branch information
Showing
11 changed files
with
363 additions
and
310 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
Oops, something went wrong.