summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Balder/enforce override 2"Arne H Juul2017-04-2422-50/+100
|
* Use overrideHenning Baldersheim2017-04-2322-100/+50
|
* add override in staging_vespalib moduleArne H Juul2017-04-1024-49/+51
|
* Add convenience methods for storing boolean values in integer tags.Tor Egge2017-03-301-0/+10
|
* Deinline destructors/constructorsHenning Baldersheim2017-03-082-46/+59
|
* Move trace slime serialization too vespa.Henning Baldersheim2017-01-053-119/+0
|
* Only include what you need.Henning Baldersheim2016-12-221-0/+1
|
* GC unused code and only include the stuff needed.Henning Baldersheim2016-12-195-47/+0
|
* Make some more test build too.Henning Baldersheim2016-12-152-8/+4
|
* Make it compile with gcc 6Henning Baldersheim2016-12-152-1/+2
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
|
* No need to cast when using value transfer.Henning Baldersheim2016-12-121-7/+3
|
* Targeted include and cast to avoid template generation.Henning Baldersheim2016-12-122-7/+8
|
* include explicit what you need, less is provided by accident.Henning Baldersheim2016-12-123-21/+16
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-1/+1
|
* Move hwaccelrated library from staging_vespalib to vespalib (for usage in ↵Geir Storli2016-10-243-202/+0
| | | | tensor code).
* Follow api changeHenning Baldersheim2016-10-161-1/+1
|
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-1/+1
|
* Use empty metric consumer by default for total metricsTor Brede Vekterli2016-10-131-2/+9
| | | | | Attempting to use a different default here caused a regression during node startup where metrics were unavailable.
* Use a metric consumer of "statereporter" by defaultTor Brede Vekterli2016-10-121-2/+9
| | | | | This matches how the storageserver state reporter does things and will avoid including per-thread metrics in the metric output.
* Make vespalib tests compileHenning Baldersheim2016-10-031-1/+1
|
* Checkpoint 1Henning Baldersheim2016-10-032-2/+2
|
* resolve ambiguityHenning Baldersheim2016-09-261-2/+3
|
* Split out tensor and llvm part of eval to avoid bringing in llvm everywhere ↵Henning Baldersheim2016-09-111-0/+1
| | | | where it is not needed.
* Name dependencies for script tests.Arnstein Ressem2016-08-243-3/+5
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-232-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-282-1/+3
| | | | | | | | | | | | | | | | * 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-1627-28/+28
|
* PublishJon Bratseth2016-06-15141-0/+6044