aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Collapse)AuthorAgeFilesLines
* make stuff compile and testHaavard2017-01-231-4/+4
|
* Use schema::DataTypeHenning Baldersheim2016-12-122-23/+15
|
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-1/+1
|
* Fix attribute usage filter messages:Tor Egge2016-11-291-8/+6
| | | | | - Report dead - Stop suggesting 'huge' flag.
* Extend AddressSpace with dead.Tor Egge2016-11-261-0/+2
|
* Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-045-24/+24
|
* Test that flushed attribute can be loaded again, regardless ofTor Egge2016-11-031-7/+50
| | | | flushing strategy.
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-035-15/+50
| | | | | | | read guard and we are using a spinning disk. This reduces the time the read guard is held (and corresponding extra long term memory usage due to large hold lists) at the cost of a temporary memory usage spike while flushing attribute.
* Move tensor attribute source to separate directory.Tor Egge2016-10-181-1/+1
|
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-151-2/+2
|
* Name dependencies for script tests.Arnstein Ressem2016-08-241-2/+4
|
* Enable tensor field assign updates in backend.Tor Egge2016-08-161-12/+62
|
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-151-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-0/+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
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-167-8/+8
|
* PublishJon Bratseth2016-06-1539-0/+2420