summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-051-1/+1
|
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-201-0/+48
|
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-201-1/+16
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-202-0/+49
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* Revert "Bjorncs/zstd java"Bjørn Christian Seime2021-01-193-112/+0
|
* Test that compressed size is less than uncompressedBjørn Christian Seime2021-01-192-0/+33
|
* Add trailing newlinesBjørn Christian Seime2021-01-193-3/+3
|
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-191-0/+30
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-192-0/+49
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* Revert "Revert "Count lock timeout as unsuccessful run""Martin Polden2021-01-083-19/+21
|
* Revert "Count lock timeout as unsuccessful run"Harald Musum2021-01-083-21/+19
|
* Remove special handling of lock timeoutMartin Polden2021-01-083-22/+7
|
* Disallow non-staggered initial delayMartin Polden2021-01-071-1/+3
|
* Count lock timeout as unsuccessful run for exclusive maintainersMartin Polden2021-01-073-20/+35
|
* Add helper for combining multiple completable futuresBjørn Christian Seime2020-12-021-0/+66
|
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-021-66/+0
|
* Add helper for combining multiple completable futuresBjørn Christian Seime2020-12-011-0/+66
|
* Add median aggregatorJon Bratseth2020-11-021-0/+35
|
* Revert "Remove unused Utf8 methods"Harald Musum2020-10-056-37/+47
|
* Use StandardCharsetsMartin Polden2020-10-053-30/+21
|
* Remove unused Utf8 methodsMartin Polden2020-10-053-17/+16
| | | | In-lined in the tests that used them.
* Remove custom Utf8.toBytes implementationMartin Polden2020-10-051-10/+41
| | | | `String` optimizations have caught up.
* Remove custom Utf8.toString implementationMartin Polden2020-10-021-0/+36
| | | | | | | | | | | | | | | | | | | `String::new` is now faster for both ASCII and Unicode strings: ``` Utf8::toString of ascii string took 132 ms String::new of ascii string took 59 ms Change = -55.30% Utf8::toString of unicode string took 410 ms String::new of unicode string took 280 ms Change = -31.71% ``` There's at least two reasons for this: * Java 9 introduced compact strings, which means that `String` is now backed by a byte array to reduce the memory footprint of ASCII strings. * Detection of Unicode strings may use HotSpot intrinsics.
* Use the tensor type to switch tensor binary formatJon Bratseth2020-09-032-3/+18
| | | | | | | | | | The binary format of a tensor should depend on the tensor type, not the implementation type as the API permits the user choosing that (and it may not be 1-1 anyway). This makes this change for sparse tensors using the mixed implementation type but not dense tensors using the mixed implementation type as that would be more work given the unfinished state of the mixed implementation.
* Measure consecutive maintenance failuresMartin Polden2020-07-212-21/+12
| | | | | | Measuring time since last success results in a wide range of acceptable values, due to maintenance intervals varying from seconds to as long as half a day. Measure consecutive failures instead, to simplify alerting thresholds.
* Reapply "Load platform bundles separately 3"gjoranv2020-07-171-30/+0
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-171-0/+30
|
* Reapply "Load platform bundles separately"gjoranv2020-07-161-30/+0
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Merge pull request #13905 from ↵Harald Musum2020-07-161-0/+30
|\ | | | | | | | | vespa-engine/revert-13902-reapply-Load-platform-bundles-separately Revert "Reapply load platform bundles separately"
| * Revert "Reapply load platform bundles separately"Harald Musum2020-07-161-0/+30
| |
* | Merge pull request #13904 from vespa-engine/mpolden/maintainer-success-metricMartin Polden2020-07-164-70/+137
|\ \ | |/ |/| Emit QoS metric for all maintainers
| * Emit QoS metric for all maintainersMartin Polden2020-07-164-70/+137
| |
* | Reapply "Load platform bundles separately"gjoranv2020-07-161-30/+0
|/ | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-161-0/+30
|
* Merge pull request #13898 from vespa-engine/load-platform-bundles-separatelygjoranv2020-07-161-30/+0
|\ | | | | Load platform bundles separately
| * Remove unused PredicateSplit classgjoranv2020-07-151-30/+0
| |
* | add input string in exception messagesArne Juul2020-07-151-18/+18
| |
* | use camelCaseArne Juul2020-07-151-16/+16
| |
* | refactor unit testArne Juul2020-07-151-93/+31
| |
* | refactor and require unit for distanceArne Juul2020-07-151-23/+23
| |
* | add simpler utility for degree parsingArne Juul2020-07-151-0/+266
|/
* Control maintenance jobs with feature flagMartin Polden2020-07-091-21/+20
|
* Add method to convert Slime array to StreamValerij Fredriksen2020-05-131-0/+13
|
* Output short form of mixed tensorsJon Bratseth2020-05-081-1/+1
|
* Extract maintenance package into vespajlibMartin Polden2020-04-292-0/+177
|
* Merge pull request #12882 from ↵Håkon Hallingstad2020-04-152-1/+109
|\ | | | | | | | | vespa-engine/hakonhall/validate-deserialization-of-flag-data Validate deserialization of flag data
| * Avoid new dependency on jacksonHåkon Hallingstad2020-04-152-14/+60
| |
| * Update vespajlib/src/test/java/com/yahoo/text/JSONTest.javaHåkon Hallingstad2020-04-141-1/+1
| | | | | | Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
| * Validate deserialization of flag dataHåkon Hallingstad2020-04-081-1/+63
| |
* | Properly handle dimensions argument to argmax/argminLester Solbakken2020-04-151-0/+2
|/