summaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Collapse)AuthorAgeFilesLines
...
* fix bug found in reviewArne H Juul2016-11-141-2/+3
|
* avoid possible memory overrun in strchr()Arne H Juul2016-11-112-4/+18
| | | | | | | | * add a loop to look for newlines that takes the known file size into account so we don't risk accessing outside the valid mapped area. * also, add a log warning (acting as explanation for this-should-not-happen handling code).
* ensure returned Component refers to valid memoryArne H Juul2016-11-113-6/+18
| | | | | | * we have seen some core dumps in logctl when using the mmap'ed levels inside a Component. Add extra checks to ensure we stay inside the actual file.
* Name dependencies for script tests.Arnstein Ressem2016-08-241-2/+4
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-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.
* avoid "unused result" warningsArne H. Juul2016-07-021-3/+13
|
* 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
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* ignore SIGQUITArne Juul2016-06-181-0/+2
| | | | | | * workaround for systemtest framework sending QUIT signal to processes that mention configserver on the command line.
* Use /usr/bin/env perl instead of /usr/local/bin/perlArnstein Ressem2016-06-171-1/+1
|
* Merge branch 'master' into aressem/vespa-compile-on-centos7Arnstein Ressem2016-06-163-5/+5
|\
| * Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-163-5/+5
| |
* | Merging code into new github branch.Arnstein Ressem2016-06-161-0/+1
|/
* PublishJon Bratseth2016-06-15138-0/+11668