summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add new exception ...Jon Marius Venstad2022-02-161-0/+12
|
* Use InconclusiveTestException an dexit code 4 to signal inconclusive testsJon Marius Venstad2022-02-168-15/+46
|
* Reset test log counter when resetting RunJon Marius Venstad2022-02-163-1/+6
|
* Let tests lie dormant for a while (1/20 of time since deployment, clamped) ↵Jon Marius Venstad2022-02-167-23/+66
| | | | after resetting
* Make it possible to reset runs—they count as failed, so do clean-up, then ↵Jon Marius Venstad2022-02-169-2/+56
| | | | reset
* Use aborted status only when error is not indicated, and let this reflect ↵Jon Marius Venstad2022-02-1610-27/+28
| | | | elsewhere
* Remove temporary code for bootstrapping versions listJon Marius Venstad2022-02-163-16/+6
|
* Merge pull request #21222 from ↵Henning Baldersheim2022-02-161-2/+2
|\ | | | | | | | | vespa-engine/hmusum/extend-feature-flag-expiry-date-7 Extend feature flags expiry date
| * Extend feature flags expiry dateHarald Musum2022-02-161-2/+2
|/
* Merge pull request #21221 from vespa-engine/jonmv/fix-upgradingMartin Polden2022-02-162-2/+8
|\ | | | | Don't try to upgrade applications with application change
| * Don't try to upgrade applications with application changeJon Marius Venstad2022-02-162-2/+8
| |
* | Merge pull request #21220 from vespa-engine/aressem/fix-image-publishArnstein Ressem2022-02-161-11/+19
|\ \ | |/ |/| Make sure that we publish to both docker.io and ghcr.io.
| * Make sure that we publish to both docker.io and ghcr.io.Arnstein Ressem2022-02-161-11/+19
| |
* | Merge pull request #21218 from vespa-engine/balder/scale-tls-treads-by-num_coresHenning Baldersheim2022-02-164-5/+12
|\ \ | | | | | | If threads are configured explicit to a positive number, obey it.
| * | If threads are configured explicit to a positive number, obey it.Henning Baldersheim2022-02-164-5/+12
| | | | | | | | | | | | | | | If not scale it with num_cores/8 capped i the range [1, 4]. Let default configured value be 0 (unset) instead of 4.
* | | Merge pull request #21217 from ↵Henning Baldersheim2022-02-161-1/+6
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/scale-warmup-executor-by-cores Let number of warmup threads be a factor of cores, insteda of the fix…
| * | | Let number of warmup threads be a factor of cores, insteda of the fixed ↵Henning Baldersheim2022-02-161-1/+6
| |/ / | | | | | | | | | | | | | | | number 4. num_cores/8 but capped in the range [1, 4].
* | | Merge pull request #21216 from ↵Arnstein Ressem2022-02-163-18/+0
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hmusum/stop-using-CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTING Remove CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTING
| * | Update testHarald Musum2022-02-161-3/+0
| | |
| * | Remove CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTINGHarald Musum2022-02-162-15/+0
| | |
* | | Merge pull request #21209 from ↵Håvard Pettersen2022-02-161-4/+13
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/well-defined-race-cond-checking-in-spinlock-test Use atomic refs to make spin lock race condition testing well-defined
| * | | Use atomic refs to make spin lock race condition testing well-definedTor Brede Vekterli2022-02-151-4/+13
| | | | | | | | | | | | | | | | Relaxed loads/stores give the same effect but without the undefined-ness.
* | | | Merge pull request #21215 from ↵Leandro Alves2022-02-161-4/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/yngveaasheim/remove-non-existing-metrics Remove non-existing metrics.
| * | | | Remove non-existing metrics.Yngve Aasheim2022-02-161-4/+0
| | | | |
* | | | | Merge pull request #21214 from vespa-engine/mpolden/use-new-apiMartin Polden2022-02-162-23/+22
|\ \ \ \ \ | |/ / / / |/| | | | Switch to /routing/v2/status in RoutingStatusClient
| * | | | Enable connection poolingMartin Polden2022-02-161-0/+3
| | | | |
| * | | | Reduce loggingMartin Polden2022-02-161-1/+1
| | | | |
| * | | | Switch to /routing/v2/status in RoutingStatusClientMartin Polden2022-02-162-22/+18
| | | | |
* | | | | Merge pull request #21207 from vespa-engine/havardpe/better-error-messagesLester Solbakken2022-02-1611-35/+261
|\ \ \ \ \ | |/ / / / |/| | | | better error messages
| * | | | better error messagesHåvard Pettersen2022-02-1511-35/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added support for capturing stderr when you expect stuff to fail in order to capture all error messages from the child process. simplify ServerCmd to always be verbose (print stdin/stdout(stderr) interactions). improve ServerCmd to enable explicitly checking the child process exit code. fixed test dependency on binary for eval expr and analyze model tests.
* | | | | Merge pull request #21210 from vespa-engine/mpolden/better-error-handlingMartin Polden2022-02-1634-451/+568
|\ \ \ \ \ | |_|_|_|/ |/| | | | Refactor Vespa CLI error handling
| * | | | Remove unused dependencyMartin Polden2022-02-152-3/+0
| | | | |
| * | | | Refactor error handlingMartin Polden2022-02-1532-448/+568
| | | | |
* | | | | Merge pull request #21212 from vespa-engine/vespa-metric-setv7.544.23Håkon Hallingstad2022-02-162-4/+2
|\ \ \ \ \ | | | | | | | | | | | | Vespa metric set
| * | | | | Move TODO to Vespa 9, and remove duplicate TODOgjoranv2022-02-151-2/+1
| | | | | |
| * | | | | Don't use Immutable annotationgjoranv2022-02-151-2/+1
| | | | | |
* | | | | | Merge pull request #21213 from vespa-engine/aressem/add-ghcr-secretgjoranv2022-02-151-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add token for GitHub container registry.
| * | | | | Add token for GitHub container registry.Arnstein Ressem2022-02-151-0/+1
| | | | | |
* | | | | | Merge pull request #21211 from vespa-engine/olaa/subdomain-payloadValerij Fredriksen2022-02-151-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adds parent and adminUsers to subdomain creation payload
| * | | | | | Adds parent and adminUsers to subdomain creation payloadOla Aunrønning2022-02-151-2/+5
|/ / / / / /
* | | | | | Merge pull request #21204 from vespa-engine/jonmv/long-deployment-pipelines-2Jon Marius Venstad2022-02-155-76/+133
|\ \ \ \ \ \ | | | | | | | | | | | | | | Jonmv/long deployment pipelines 2
| * | | | | | Pick newest upgrade target which has also passed previous instancesJon Marius Venstad2022-02-153-69/+70
| | | | | | |
| * | | | | | Add (failing) unit test for upgrade of multi-instance pipeline and rapid ↵Jon Marius Venstad2022-02-153-8/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | releases
* | | | | | | Merge pull request #21195 from ↵Arne H Juul2022-02-158-14/+66
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/allow-quoted-string-slice-labels Allow quoted string slice labels
| * | | | | | | Allow quoted string slice labelsJon Bratseth2022-02-158-14/+66
| | | | | | | |
* | | | | | | | Merge pull request #21205 from vespa-engine/arnej/prepare-for-document-fieldsArne H Juul2022-02-1515-4/+130
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add special DocumentOnly fieldset in Java as well
| * | | | | | | | add special DocumentOnly fieldset in Java as wellArne H Juul2022-02-1515-4/+130
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * should have same behavior in Java and C++ * extend unit tests to verify * note various places where we want to change the default on Vespa 8 branch
* | | | | | | | Merge pull request #21200 from vespa-engine/mpolden/update-docMartin Polden2022-02-152-4/+7
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Update config get usage
| * | | | | | | Update config get usageMartin Polden2022-02-151-3/+4
| | | | | | | |
| * | | | | | | Print help if invalid command is givenMartin Polden2022-02-151-1/+3
| | | | | | | |