summaryrefslogtreecommitdiffstats
path: root/vespalog/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Reduce test time for vespalog_threads_test_app.Tor Egge2021-01-081-4/+4
|
* Stick to junit for simple test.Henning Baldersheim2020-08-113-26/+19
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* avoid naked exitArne Juul2020-07-036-22/+25
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|
* Merge pull request #12800 from ↵gjoranv2020-04-021-4/+6
|\ | | | | | | | | vespa-engine/arnej/ensure-consistent-logcontrol-offset ensure consistent offset in logcontrol file
| * ensure consistent offset in logcontrol fileArne Juul2020-04-021-4/+6
| |
* | Remove some code inspection warnings.gjoranv2020-03-261-39/+26
|/
* Configure ZooKeeper log file handlerHarald Musum2020-01-131-3/+5
|
* GC unused timestamp in schema.Henning Baldersheim2019-12-161-5/+5
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-6/+5
|
* Now fdispatch reliques can goHenning Baldersheim2019-11-161-75/+0
|
* Add missing includes.Tor Egge2019-06-111-0/+1
|
* Improve parsing of timestampsBjørn Christian Seime2019-03-291-0/+17
|
* Move LogMessage unit test to vespalog and cleanup the test code.Bjørn Christian Seime2019-03-293-0/+1053
|
* Increase number of decimals in log timestamp from 3 to 6Bjørn Christian Seime2019-03-293-29/+44
|
* Clean up unit test.Tor Egge2019-03-261-149/+47
|
* Add LogMessage class to vespalog.Tor Egge2019-03-252-0/+263
|
* JDK 11: Replace LogRecord.setMillis with setInstant.gjoranv2019-03-043-25/+25
| | | | | - Suppress deprecation warnings locally instead of globally in controller-server.
* Some return values are ignored in vespalog.Tor Egge2019-01-252-0/+9
|
* LogFileDB must ensure directory exists.Henning Baldersheim2018-10-101-11/+12
|
* Use full nameHarald Musum2018-10-034-4/+4
|
* enforce log retention policiesArne Juul2018-09-061-0/+29
| | | | | | | | | | | * for access logs, save meta-data about the log file itself in a simple format. * implement a proof-of-concept shell script that removes log files after one month. * ensure retention enforcer is started when services start * note that retention enforcer will continue running even after services stop, but it has protection to ensure that it won't multiply endlessly.
* Revert "Look for upper case log levels by modifying the search term"Jon Marius Venstad2018-08-161-0/+9
| | | | This reverts commit a62a3b47817ebb52f8ea4413d37804d4da459171.
* Look for upper case log levels by modifying the search termJon Marius Venstad2018-08-161-9/+0
|
* Make LogLevel implementation obey its doc, which seems reasonableJon Marius Venstad2018-08-161-0/+11
|
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
|
* Use new junit APIJon Bratseth2018-05-041-25/+25
|
* Allow building with Java 9.gjoranv2018-04-273-0/+6
| | | | | - Must suppress deprecation warning for unit tests because LogRecord.setInstant() is new for Java 9.
* Remove fastos as runtime dependencyHenning Baldersheim2017-11-022-3/+7
|
* Add -Wformat-securityHenning Baldersheim2017-10-125-9/+8
|
* Filter on correct package prefix for CuratorHarald Musum2017-09-175-7/+7
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-2/+2
|
* Include only what you need.Henning Baldersheim2017-08-181-0/+3
|
* Update copyright headersJon Bratseth2017-06-1428-26/+28
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1428-28/+26
|
* Update copyright headersJon Bratseth2017-06-1428-26/+28
|
* Revert "Copyright header"Jon Bratseth2017-06-1328-28/+26
|
* Copyright headerJon Bratseth2017-06-1328-26/+28
|
* split log and bufferedlogHenning Baldersheim2017-06-075-19/+7
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-1/+1
|
* misc cleanup from BaldersheimArne H Juul2017-05-021-7/+4
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-4/+7
|
* Use overrideHenning Baldersheim2017-04-231-7/+4
|
* add override in vespalog moduleArne H Juul2017-04-101-3/+3
|
* 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.
* 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-163-5/+5
|
* PublishJon Bratseth2016-06-1541-0/+2778