summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/diskindex
Commit message (Collapse)AuthorAgeFilesLines
* Use more descriptive type name (EC -> EncodeContext).Tor Egge2018-04-131-2/+2
|
* Add comments.Tor Egge2018-04-131-15/+22
| | | | Use more descriptive variable names.
* 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
| | | | contexts to shared test classes.
* Add unit test for pagedict4 reading where dictionary page is filled by a ↵Tor Egge2018-04-132-0/+214
| | | | single count.
* Factor out classes for read/write access to memory based pagedict4 structuresTor Egge2018-04-131-158/+6
| | | | used by unit tests.
* Eliminate split open handling (earlyOpen() + lateOpen()), use open() instead.Tor Egge2017-10-092-56/+14
|
* Stop testing disk index checkpointing. It is not currently used.Tor Egge2017-10-091-180/+5
|
* Replace tab with spaces.Geir Storli2017-09-131-2/+2
|
* Update copyright headersJon Bratseth2017-06-1412-11/+12
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1412-12/+11
|
* Update copyright headersJon Bratseth2017-06-1412-11/+12
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1312-13/+12
|
* Copyright headerJon Bratseth2017-06-1312-12/+13
|
* split log and bufferedlogHenning Baldersheim2017-06-071-0/+1
|
* Now everything builds without fastos.hHenning Baldersheim2017-06-011-1/+2
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
|
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-242-74/+47
|
* Revert "Revert "Fix warnings hidden earlier due to including application ↵Henning Baldersheim2017-05-031-1/+4
| | | | headers as s…""
* Revert "Fix warnings hidden earlier due to including application headers as ↵Henning Baldersheim2017-05-031-4/+1
| | | | s…"
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-031-1/+4
| | | | includes
* add override in searchlib moduleArne H Juul2017-04-125-5/+5
|
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-054-54/+63
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-092-24/+17
|
* Follow up on naming comments from review by @havardpeHenning Baldersheim2017-02-061-3/+3
|
* Remove unused includes.Henning Baldersheim2017-02-031-16/+3
|
* Test the disk index iterators too.Henning Baldersheim2017-02-031-11/+22
|
* Only include what you needHenning Baldersheim2016-12-191-0/+1
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
|
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-124-43/+28
| | | | - Avoid having to include the world for just the data type.
* mark all temporary variables that only exist to assert (void), so that ↵Henning Baldersheim2016-11-171-0/+3
| | | | NDEBUG builds can succeed too.
* Name dependencies for script tests.Arnstein Ressem2016-08-242-2/+4
|
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-152-2/+2
| | | | | | | | | | | | * First script runs out of source. * Call scripts from source directory. * One more test passing. * Searchcore tests pass out of source. * Searchlib tests run out of source:
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-282-2/+2
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* Geirst/use strict error checking in unit tests executed with scripts (#228)Geir Storli2016-06-272-1/+4
| | | | | | | | | | * No need to run attribute_searchable_adapter test via shell script. Seems to have been used for debugging earlier. * Fix fusion test to depend on and use correct binary. * Enable strict error checking.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-165-5/+5
|
* PublishJon Bratseth2016-06-1523-0/+3091