aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add an optional filter to the fetchPostings interface to allow prefiltering.Henning Baldersheim2018-05-0825-239/+143
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-44/+44
* Test that isImported() returns true.Geir Storli2018-04-231-0/+4
* Remove unused AttributeEnumGuard.Tor Egge2018-04-201-1/+1
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-203-13/+22
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-1/+1
* Add type-safe down-cast to ITensorAttribute in IAttributeVector and use this ...Geir Storli2018-04-191-2/+7
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-193-4/+7
* Remove useReadGuard template argument from fixtures as read guard is always u...Geir Storli2018-04-191-104/+18
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-193-34/+30
* Use more descriptive type name (EC -> EncodeContext).Tor Egge2018-04-131-2/+2
* Add comments.Tor Egge2018-04-131-15/+22
* Rename test function name.Tor Egge2018-04-131-2/+2
* Replace some assert statements with test macros.Tor Egge2018-04-131-5/+4
* Simplify pagedict4 unit tests by moving ownership of encode and decodeTor Egge2018-04-132-59/+9
* Add unit test for pagedict4 reading where dictionary page is filled by a sing...Tor Egge2018-04-132-0/+214
* Factor out classes for read/write access to memory based pagedict4 structuresTor Egge2018-04-131-158/+6
* make the test pass again as the code was already correct.Henning Baldersheim2018-04-031-1/+1
* Add test to prove that the filter aspect is correctly handled also for the Di...Henning Baldersheim2018-04-031-1/+22
* Cleanup formatting.Henning Baldersheim2018-03-241-32/+18
* Rewrite test to new test syntaxHenning Baldersheim2018-03-241-61/+25
* Merge pull request #4989 from vespa-engine/balder/filter-qflagsHenning Baldersheim2018-02-092-4/+4
|\
| * Ensure that we filter and QFLAGS and do not automatically say we have the sam...Henning Baldersheim2018-02-092-4/+4
* | Compute nodes queried/replied more correctly during merge to get it more corr...Henning Baldersheim2018-02-091-2/+2
|/
* Also keep track of nodes queried/replied.Henning Baldersheim2018-02-061-13/+11
* Don't use uint16_t when UChar is needed.Tor Egge2018-01-272-2/+2
* Improve buffer allocation strategy in data store by matching underlying alloc...Geir Storli2018-01-265-39/+70
* Keep imported tensor attribute vector read guard live during access.Tor Egge2018-01-231-1/+2
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-0/+97
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-231-97/+0
* Merge pull request #4733 from vespa-engine/toregge/add-imported-tensor-attrib...Tor Brede Vekterli2018-01-231-0/+97
|\
| * Use ASSERT_TRUE instead of EXPECT_TRUE.Tor Egge2018-01-231-1/+1
| * Fix typo in tensor spec.Tor Egge2018-01-221-1/+1
| * Add imported tensor attribute vector read guard.Tor Egge2018-01-221-0/+97
* | Add config for the alloc grow factor used when allocating buffers in multi-va...Geir Storli2018-01-222-7/+7
* | Add more conservative buffer allocation strategy in datastore buffers.Geir Storli2018-01-198-43/+180
|/
* Rewrite to new syntax for test function setup.Geir Storli2018-01-161-74/+23
* Use FreeListAllocator in free list unit test and remove unused function.Geir Storli2018-01-161-20/+32
* Revert "Revert "Revert "Balder/group multiple commits rebased 1"""Henning Baldersheim2018-01-142-261/+237
* Revert accidental commit.Henning Baldersheim2018-01-121-0/+1
* Ensure that we do not drop it on the floor.Henning Baldersheim2018-01-121-1/+0
* Extend test to cover async commit too.Henning Baldersheim2018-01-121-188/+225
* Revert "Revert "Balder/group multiple commits rebased 1""Henning Baldersheim2018-01-122-60/+47
* Revert "Balder/group multiple commits rebased 1"Arnstein Ressem2018-01-122-47/+60
* Wire in the remaining config and make it not require restart.Henning Baldersheim2018-01-102-17/+18
* Combine crc and compression.Henning Baldersheim2018-01-101-3/+3
* Normal functionality regained.Henning Baldersheim2018-01-101-7/+4
* Refactor Packet and read of TLS.Henning Baldersheim2018-01-102-35/+24
* Eliminate mutated version of Runnable.Tor Egge2017-12-124-61/+17
* Use standard locking in searchlib (pass 1).Tor Egge2017-12-122-13/+13