summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-043-4/+4
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-043-4/+4
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-023-4/+4
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-307-196/+31
|
* Move ArchiveStreamReader and its large dependency from vespajlib to ↵Henning Baldersheim2022-11-261-131/+0
| | | | | | application-model. This avoids it being pulled in to the config-model-fat that make the install larger than necessary.
* Faster controller-server unit testsjonmv2022-11-251-0/+1
|
* Test caching negative results, and invoke callback for those toojonmv2022-10-261-1/+12
|
* Add unit test for method cachejonmv2022-10-261-0/+71
|
* More input tests and better error messageJon Bratseth2022-10-191-1/+7
|
* allow simple hex format for dense tensors of known typeArne Juul2022-09-021-0/+45
|
* Revert "allow simple hex format for dense tensors of known type"Henning Baldersheim2022-08-311-41/+0
|
* allow simple hex format for dense tensors of known typeArne Juul2022-08-311-0/+41
|
* Path validationMorten Tokle2022-08-111-0/+35
|
* Move yolean code into vespajlib.gjoranv2022-07-137-0/+704
|
* Basic INI file parserMartin Polden2022-06-221-0/+101
|
* Update expected messagesjonmv2022-06-093-5/+5
|
* Remove SlimeFormat::encode() on InputStream, 2. tryHåkon Hallingstad2022-06-081-6/+0
|
* Output input default values in rank propertiesJon Bratseth2022-05-091-7/+7
|
* Consider glibc version when testingHenning Baldersheim2022-04-262-2/+9
|
* Add MallInfoHenning Baldersheim2022-04-262-2/+21
|
* Add mallinfo2 implementation.Henning Baldersheim2022-04-262-0/+36
|
* Let JobType.allIn use provided zonesjonmv2022-04-191-0/+4
|
* Update expected test resultsjonmv2022-04-111-15/+15
|
* Domain names may end with ., but hostnames may notjonmv2022-04-091-1/+1
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-25/+0
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-0/+25
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Move ID part to HostName in config-provisioningjonmv2022-04-081-25/+0
|
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-081-1/+2
|
* More efficient Query.set(Map), and bulk Query.remove(Collection)Jon Marius Venstad2022-04-081-2/+2
|
* Add some more unit testing of HttpURL.queryJon Marius Venstad2022-04-071-0/+15
|
* Fix another unit testJon Marius Venstad2022-04-071-6/+6
|
* Some more unit test coverage of query manipulationJon Marius Venstad2022-04-071-1/+14
|
* Support multiple values for same key, in HttpURL.QueryJon Marius Venstad2022-04-071-11/+14
|
* Resolve conflictsJon Marius Venstad2022-04-072-2/+203
|
* Refactor to optimize for hot path.Henning Baldersheim2022-04-061-19/+21
| | | | | No reason to count characters when you already now there can only be one. Nor is there any reason to check for surrogates when there can be none.
* Merge pull request #21981 from ↵Henning Baldersheim2022-04-051-0/+44
|\ | | | | | | | | vespa-engine/balder/use-primitives-to-get-more-predictable-jit-inlining Use a primitive to see if that makes the JIT compiler more predictable.
| * Update abi and split in hot/cold path.Henning Baldersheim2022-04-051-0/+44
| |
* | Merge pull request #21963 from vespa-engine/mpolden/zip-improvementsJon Marius Venstad2022-04-051-0/+131
|\ \ | |/ |/| Unify zip/tar archive reading [run-systemtest]
| * Limit number of ZIP entries read by controllerMartin Polden2022-04-051-0/+9
| |
| * Make max application package size configurableMartin Polden2022-04-051-4/+4
| |
| * Ignore directoriesMartin Polden2022-04-041-4/+6
| |
| * Move relevant tests to ArchiveStreamReaderTestMartin Polden2022-04-041-4/+62
| |
| * Implement ArchiveStreamReaderMartin Polden2022-04-041-0/+62
| |
* | Rename classHarald Musum2022-04-051-3/+3
| |
* | Require HTTP(S) protocolJon Marius Venstad2022-04-021-4/+0
| |
* | Use more PathJon Marius Venstad2022-04-021-0/+3
| |
* | Revert "Move verification down"Håkon Hallingstad2022-04-021-3/+0
| |
* | Merge pull request #21924 from vespa-engine/jonmv/misc-7Jon Bratseth2022-04-011-0/+3
|\ \ | |/ |/| Move verification down
| * More Path, and ensure the right tmp dir is wiped (path with ./././ is scary)Jon Marius Venstad2022-03-311-0/+3
| |
* | Suppress "removal" warnings for java.lang.SecurityManagergjoranv2022-04-011-1/+4
|/