aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0944-44/+44
|
* use ref_counted in fnetHåvard Pettersen2023-03-063-16/+16
| | | | | | also get rid of some cleanup functions on reference counted classes enable specifying low-level parameters to addref/subref (cnt/reserve)
* re-apply "remove fastos"Håvard Pettersen2023-03-011-1/+0
| | | | This reverts commit 003f019d7579e49f4ec7609ef8eac26ada6ae753.
* Revert "remove fastos"Harald Musum2023-02-281-0/+1
|
* remove fastosHåvard Pettersen2023-02-281-1/+0
|
* Deinline destructors in metrics, fnet, jrt_test logdHenning Baldersheim2023-02-011-0/+4
|
* remove FastOS_ApplicationHåvard Pettersen2022-04-084-67/+33
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* Update test that is built directly in test.Henning Baldersheim2022-02-241-2/+7
|
* Update 2017 copyright notices.gjoranv2021-10-0744-44/+44
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-015-9/+18
|
* Add required quotes.Arnstein Ressem2020-09-012-2/+2
|
* Correct pathArnstein Ressem2020-09-011-1/+1
|
* Make it possible to pick up jars needed for cpp tests from alternative location.Arnstein Ressem2020-08-312-5/+22
|
* Fix reference leak in jrt echo client test program.Tor Egge2020-04-221-0/+1
|
* 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.
* Remove usage of deprecated Method constructorBjørn Christian Seime2019-05-231-3/+3
|
* multi-threaded transport for JRTHåvard Pettersen2019-05-131-4/+4
|
* Follow api changeHenning Baldersheim2019-05-112-8/+8
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-105-29/+23
|
* Cleanup after removal of old unit test runner.Tor Egge2019-02-211-1/+0
|
* Remove files used by old unit test runner.Tor Egge2019-02-1916-53/+0
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-8/+0
|
* Make jrt_test see transitive dependencies of jrtBjørn Christian Seime2018-10-192-62/+1
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-192-1/+62
|
* Make jrt_test see transitive dependencies of jrtBjørn Christian Seime2018-10-182-62/+1
|
* remove non-instant invocationHåvard Pettersen2018-09-052-4/+4
|
* Remove use and implementation of directwrite optionHenning Baldersheim2018-08-311-6/+1
|
* Update copyright headersJon Bratseth2017-06-1445-38/+45
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1445-45/+38
|
* Update copyright headersJon Bratseth2017-06-1445-38/+45
|
* Revert "Copyright header"Jon Bratseth2017-06-1345-45/+38
|
* Copyright headerJon Bratseth2017-06-1345-38/+45
|
* Don't install test/internal applications.Geir Storli2017-06-121-1/+0
|
* Rename slobrok programs to have vespa- prefix.Tor Egge2017-06-121-2/+2
| | | | Temporarily add symlinks from old name to new name.
* misc cleanup from BaldersheimArne H Juul2017-05-025-13/+7
| | | | | | | * 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-245-7/+13
|
* Use overrideHenning Baldersheim2017-04-235-13/+7
|
* add override in jrt_test moduleArne H Juul2017-04-115-5/+5
|
* Aressem/cmake workaround clion not copying links properly (#479)Arnstein Ressem2016-08-298-10/+7
| | | | | | * Implemented workaround for CLion not able to copy symlinks. * Get rid of the links
* Name dependencies for script tests.Arnstein Ressem2016-08-244-4/+8
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-2314-31/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2814-77/+76
| | | | | | | | | | | | * 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-2814-16/+29
| | | | | | | | | | | | | | | | * 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-244-0/+4
|
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* ignore filesHaavard2016-06-231-0/+1
|
* Merge branch 'master' into aressem/vespa-compile-on-centos7Arnstein Ressem2016-06-164-4/+4
|\
| * Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-164-4/+4
| |
* | Merging code into new github branch.Arnstein Ressem2016-06-161-2/+2
|/
* PublishJon Bratseth2016-06-1587-0/+1881