aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/session/SessionRepositoryTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Rename a class and some methodsHarald Musum2023-08-261-6/+6
|
* Revert "Ignore sessions in state NEW when initializing"Harald Musum2023-08-151-20/+0
|
* Ignore sessions in state NEW when initializingHarald Musum2023-07-211-0/+20
|
* Add config for barrierWaitForAllTimeoutHarald Musum2023-03-231-7/+3
|
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-231-2/+0
|
* Revert "Hmusum/configserver cleanup 1"Harald Musum2023-02-221-0/+2
|
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-211-2/+0
|
* SimplifyHarald Musum2023-01-021-3/+1
|
* Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-021-1/+1
|
* Use lock for adding file reference (controlled by feature flag)Harald Musum2022-11-161-1/+2
| | | | Add method for deleting file references (not used yet)
* Make sure we use just one FileDirectory (use injection)Harald Musum2022-11-161-3/+2
|
* Merge pull request #23033 from ↵Jon Marius Venstad2022-06-091-25/+11
|\ | | | | | | | | vespa-engine/jonmv/allow-less-model-building-failure Disallow model building failures on any version with a major MERGEOK
| * Fix test errorjonmv2022-06-091-1/+1
| |
| * Deploy with target on same major as in deployment.xml in tests (and remove ↵jonmv2022-06-091-21/+7
| | | | | | | | impossible scenario)
| * Use actual current major in testsJon Bratseth2022-06-091-7/+7
| |
* | Use static create methods instead of having many public constructor only ↵Henning Baldersheim2022-06-091-1/+1
|/ | | | used for testing.
* Delete session immediately if prepare or activate failsHarald Musum2022-03-291-2/+9
|
* Use Optional when returning sessionHarald Musum2022-02-221-1/+1
| | | | No functional changes
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-9/+3
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Simplify by getting rid of FileDistributionProviderHarald Musum2021-08-301-1/+0
|
* Allow set of distributable files to change after initial deploy.Henning Baldersheim2021-08-191-0/+1
| | | | This is necessary as bootstrapping the configserver with a new version might change set of files to distribute.
* Remove flagHarald Musum2021-07-141-1/+1
| | | | Flag is set to false everywhere, remove it
* Use Curator instead of ConfigCurator, part 3Harald Musum2021-07-091-2/+0
|
* Remove unused feature flagHarald Musum2021-06-291-2/+0
|
* Always move searchdefinitions to schemas dirHarald Musum2021-06-251-16/+2
| | | | Do it by default, stop using feature flag
* Test that laoding an invalid session throws exceptionHarald Musum2021-06-211-12/+21
| | | | Followup to https://github.com/vespa-engine/vespa/pull/18264
* Hide moving of schemas from searchdefinitions/ to schemas/ behind a feature flagHarald Musum2021-06-091-8/+29
|
* Move files from searchdefinitions/ to schemas/ when deployingHarald Musum2021-06-081-0/+28
|
* Support equivJon Bratseth2021-03-111-4/+0
|
* Remove unused argumentHarald Musum2021-02-111-9/+6
|
* Revert "Try to reduce contention when bootstrapping tenants [run-systemtest]"Harald Musum2021-01-251-0/+1
|
* Throw exception if trying to add a tenant that already existsHarald Musum2021-01-241-1/+0
|
* Remove GlobalComponentRegistry and implementationsHarald Musum2021-01-211-4/+0
|
* Move ModelFactoryRegistry out of GlobalComponentRegistryHarald Musum2021-01-211-19/+10
|
* Move ConfigServerDB out of GlobalComponentRegistryHarald Musum2021-01-211-3/+2
|
* Add TestTenantRepository and builder for itHarald Musum2021-01-191-6/+6
|
* Move FlagSource out of GlobalComponentRegistryHarald Musum2021-01-151-2/+5
|
* Move SessionPreparer out of GlobalComponentRegistryHarald Musum2021-01-151-7/+7
|
* zkWatcherExecutor cannot be injectedHarald Musum2021-01-151-6/+1
|
* Move zkWatcherExecutor out of GlobalComponentRegistryHarald Musum2021-01-141-1/+7
|
* Move Metrics out of GlobalComponentRegistryHarald Musum2021-01-141-1/+2
|
* Move Curator and CondfigCurator out of GlobalComponentRegistryHarald Musum2021-01-141-1/+1
|
* Revert "Revert "Reapply "Remove unnecessary component" [run-systemtest]"""Harald Musum2021-01-121-2/+4
|
* Revert "Reapply "Remove unnecessary component" [run-systemtest]""Harald Musum2021-01-121-4/+2
|
* Avoid cycle in component graphHarald Musum2021-01-121-1/+2
|
* Revert "Revert "Reapply "Remove unnecessary component" [run-systemtest]"""Harald Musum2021-01-121-1/+2
|
* Revert "Reapply "Remove unnecessary component" [run-systemtest]""Harald Musum2021-01-121-2/+1
|
* Revert "Revert "Reapply "Remove unnecessary component" [run-systemtest]""Harald Musum2021-01-111-1/+2
|