summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/ConfigServerBootstrapTest.java
Commit message (Expand)AuthorAgeFilesLines
* Make sure to deconstruct component at end of testHarald Musum2019-02-121-0/+1
* Stabilize test: Give it some more time to redeploy appsHarald Musum2019-02-061-1/+1
* Simplify a bit by adding a constructor for testingHarald Musum2018-12-181-12/+3
* Use feature flag to control how to do bootstrappingHarald Musum2018-12-181-1/+9
* Make it configurable if bootstrap is done in separate threadHarald Musum2018-12-061-3/+7
* Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-011-1/+1
* Simplify deploying app in testerHarald Musum2018-10-181-4/+5
* Simplify and add toString() to AllocatedHostsHarald Musum2018-10-171-12/+11
* Only create model for wanted vespa version on hosted vespaHarald Musum2018-07-101-2/+67
* Make sleep time configurable (avoid spending a long time in unit tests)Harald Musum2018-07-061-1/+2
* Add test for issue with AccessControlValidator not working when loading minim...Harald Musum2018-07-031-6/+4
* Don't fail on out of capacity on bootstrapJon Bratseth2018-06-261-3/+15
* Retry redeployment of applications if that failsHarald Musum2018-06-221-2/+5
* Check in the right order and wait for server being in rotationHarald Musum2018-06-081-2/+2
* Take config server out of rotation (status.html) until it is bootstrappedHarald Musum2018-06-051-3/+12
* Use TemporaryFolder with @RuleHarald Musum2018-05-301-11/+10
* No need to check if lock is heldHarald Musum2018-04-041-2/+0
* Ignore non-working test (needs fixing MockCurator.MockLock to work)Harald Musum2018-03-141-0/+3
* Handle failing app redeployment at statup and do not set health status to 'up'Harald Musum2018-03-111-77/+78
* Set timeout for internal deployment in one placeHarald Musum2017-12-131-2/+1
* Make it possible to configure and change status code in /state/v1/health APIHarald Musum2017-12-081-1/+6
* Cleanup and make Tenants a bit more readableHarald Musum2017-10-301-3/+3
* Use the already existing activate lock in tenant instanceHarald Musum2017-10-271-6/+0
* Add proper test of prugin of old inactive sessionsHarald Musum2017-09-211-5/+3
* Minor refactoring of testsHarald Musum2017-07-281-2/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Redeploy application in parallel when bootstrappingHarald Musum2017-06-061-1/+43
* Now have to wait until rpc server is up before checking version upgraded toHarald Musum2017-05-231-1/+1
* RefactorJon Bratseth2016-07-061-0/+1
* RefactorJon Bratseth2016-07-061-1/+2
* RefactorJon Bratseth2016-07-061-0/+2
* PublishJon Bratseth2016-06-151-0/+90