aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-096-6/+6
|
* use ref_counted in fnetHåvard Pettersen2023-03-061-5/+5
| | | | | | also get rid of some cleanup functions on reference counted classes enable specifying low-level parameters to addref/subref (cnt/reserve)
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-13/+12
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-011-1/+3
|
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-1/+3
| | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* multi-threaded transport for JRTHåvard Pettersen2019-05-131-4/+4
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-101-9/+7
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-16/+0
|
* Update copyright headersJon Bratseth2017-06-146-5/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+5
|
* Update copyright headersJon Bratseth2017-06-146-5/+6
|
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+5
|
* Copyright headerJon Bratseth2017-06-136-5/+6
|
* misc cleanup from BaldersheimArne H Juul2017-05-021-1/+1
| | | | | | | * 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-1/+1
|
* Use overrideHenning Baldersheim2017-04-231-1/+1
|
* add override in jrt_test moduleArne H Juul2017-04-111-1/+1
|
* Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-233-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Arnej/cleanup errexit usage 2 (#248)Arne H Juul2016-06-283-11/+14
| | | | | | | | | | | | * not a script that can use "set -e" * run tests in correct order * fix usage of progctl.sh * should not use "set -e" in progdefs.sh * simpler programming to check for failures explicitly
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-283-4/+6
| | | | | | | | | | | | | | | | * 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
* add "set -e" in jrt_test scripted tests (#215)Arne H Juul2016-06-241-0/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-1510-0/+249