aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/MasterElectionTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add back some testing of getMaster()Harald Musum2023-06-051-0/+60
* Remove support for RPC method getMaster, only used in testsHarald Musum2023-06-051-115/+1
* ZooKeeper is always used, simplifyHarald Musum2023-06-011-2/+0
* Avoid duplicating codeHarald Musum2023-05-131-1/+0
* Create slobrok in constructor and simplify setupHarald Musum2023-05-121-11/+11
* Inject timer from test classes instead of inheritingHarald Musum2023-05-121-22/+31
* Remove testname and logging related to starting and stoppingHarald Musum2023-05-121-13/+0
* Remove advanceTime callHarald Musum2023-05-121-1/+0
* Create supervisor only in tests that uses itHarald Musum2022-09-191-2/+15
* Cleanup by using supervisor in superclassHarald Musum2022-09-151-9/+0
* Use 3 fleet controllers in test, add simpler test with 5 controllersHarald Musum2022-09-091-23/+12
* Use a list of fleet controllers in test superclassHarald Musum2022-09-081-31/+12
* Exgtract CleanupZookeeperLogsOnSuccess into its own classHarald Musum2022-09-011-1/+1
* Revert unintended timeout change in a previous commitHarald Musum2022-09-011-1/+1
* Use node type instead of boolean, simplifyHarald Musum2022-09-011-4/+4
* Make FleetControllerOptions immutable and support builder patternHarald Musum2022-08-311-58/+60
* Minor refactoring of method for waiting for no master fleetcontrollerHarald Musum2022-08-221-6/+9
* Revert "Cluster controller unit test cleanup, part 4 [run-systemtest]"Harald Musum2022-08-221-24/+43
* Simplify by always using 3 fleet controllersHarald Musum2022-08-171-37/+15
* Minor refactoring of method for waiting for no master fleetcontrollerHarald Musum2022-08-171-6/+9
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-8/+9
* getSeconds() -> timeoutInSeconds()Harald Musum2022-08-121-4/+4
* Make sure to get timeout in seconds as a doubleHarald Musum2022-08-121-14/+14
* Use one timeout and cleanup timeout usage a bitHarald Musum2022-08-111-19/+19
* SimplifyHarald Musum2022-08-111-5/+5
* Remove the need for storing an instance variable in FleetControllerTestHarald Musum2022-08-111-5/+6
* SimplifyHarald Musum2022-08-111-8/+5
* Extract method for getting slobrok connection specsHarald Musum2022-08-111-6/+3
* Disable unstable testHarald Musum2022-08-101-0/+2
* Convert clustercontroller-core to junit5Bjørn Christian Seime2022-07-291-47/+42
* Use fake timer where needed, unignore those tests, and remove fake timer usag...jonmv2022-04-221-22/+10
* Fix comparison between manually deployed package and not, and remove outdated...Jon Marius Venstad2022-01-131-1/+1
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-3/+1
* Remove config generation -1/0 from CC at :19050/status/<clustername>/configHåkon Hallingstad2021-10-201-2/+2
* Revert changes to config generationHåkon Hallingstad2021-10-201-2/+2
* Improve logging of FleetController and DatabaseHandlerHåkon Hallingstad2021-10-151-3/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Cleanup tests a bitHarald Musum2021-04-081-1/+1
* Mincor cleanup, no functional changsHarald Musum2021-02-211-4/+4
* Cleanup: Remove unnecessary and unused methods, simplifyHarald Musum2021-02-081-1/+1
* Remove code in StatusPageServer, keep some inner classes temporarilyHarald Musum2020-11-191-5/+7
* Add back @Ignore and add timeout for testsHarald Musum2020-10-021-0/+5
* CleanupHarald Musum2020-10-021-22/+26
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-26/+26
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Cleanup tests, no functional changesHarald Musum2019-09-031-22/+21
* Don't use fake timers for master election testsTor Brede Vekterli2019-06-201-14/+14
* Increase ZK client session timeout from 10s to 30sTor Brede Vekterli2019-06-191-1/+1
* Reduce ZK session timeout for master election unit testsTor Brede Vekterli2019-06-171-4/+4