Update version to v2.11.8
[lttng-tools.git] / tests / regression /
2021-05-11  Jérémie GalarneauFix: tests: health thread stall: only stop consumerd...
2021-05-11  Mathieu DesnoyersTests: array expressions without contant index are...
2021-05-11  Jonathan RajotteFix: test: base-path tests are not run
2020-11-27  Francis DeslauriersCleanup: use `modprobe --remove` rather than `rmmod`
2020-11-06  Jonathan RajotteTests: Fix: 99% fill ratio for high buffer usage is...
2020-07-29  Michael Jeansontests: return the proper TAP exit code
2020-07-29  Francis DeslauriersTests: live/test_{lttng_,}kernel: use lttng_test_filter...
2020-07-14  Jérémie GalarneauFix: tests: interrupting get_next_notification causes...
2020-06-17  Jonathan Rajottetests: truncate metadata file for regenerate metadata...
2020-06-12  Jonathan RajotteFix: tests: output_dir contains the consumerd pipe
2020-02-11  Francis DeslauriersTests: Fix: `wait_on_file()` returns too early
2020-02-11  Francis DeslauriersTests: Fix typo: registerd -> registered
2020-02-11  Francis DeslauriersTypo: 'toogle' -> 'toggle'
2020-02-07  Jonathan RajotteFix: force the use of our _FORTIFY_SOURCE definition
2020-01-22  Michael JeansonFix: build failure with -fno-common
2019-12-20  Mathieu DesnoyersTest: rotate_utils.sh: consider chunk archive with...
2019-12-20  Jonathan RajotteFix: tests: metadata presence on relayd is not determin...
2019-12-20  Jonathan RajotteFix: build: ust -> kernel mix-up in noinst_SCRIPTS
2019-11-05  Jonathan RajotteTests: fix shellcheck warning
2019-11-05  Jonathan RajotteTests: base path: lttng load for session configuration
2019-09-26  Jérémie GalarneauFix: tests: leak of prefix on error to register lttng...
2019-09-19  Jérémie GalarneauTests: fix: uninitialized session_id used on list_sessi...
2019-09-19  Jérémie GalarneauTests: fix: uninitialized values passed to close()...
2019-09-19  Jérémie GalarneauTests: fix: leak caused by misuse of realloc in multi...
2019-09-05  Jonathan RajotteTests: metadata env scope values
2019-09-05  Jonathan RajotteFix: check for lttng modules presence before testing
2019-09-05  Mathieu Desnoyerstests: invoke full_cleanup from script trap handlers...
2019-09-05  Mathieu DesnoyersCleanup: test: don't stop relayd twice
2019-09-05  Mathieu DesnoyersFix: tests: error handling in high throughput limits...
2019-09-05  Mathieu Desnoyerstests: add base-path tests
2019-09-05  Mathieu DesnoyersFix: test_kernel rotation: expect 60 rather than 64
2019-09-05  Mathieu DesnoyersFix: tests: update rotation ust number of tests
2019-09-05  Mathieu DesnoyersFix: test_crash: don't kill first app twice
2019-09-05  Jérémie GalarneauTests: clarify the tap output of the kernel session...
2019-09-05  Jérémie GalarneauTests: don't expect a UST directory after inactive...
2019-09-05  Jérémie GalarneauTests: remove check for an empty chunk produced on...
2019-09-05  Jérémie Galarneaurelayd: send sessiond uuid and session id as part of...
2019-04-24  Jérémie GalarneauClean-up: remove commented code from test
2019-04-24  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-04-24  Jérémie GalarneauMove completed trace archive chunks to an "archives...
2019-03-29  Michael JeansonFix: skip test when ust doesn't have perf support
2019-03-29  Jonathan RajotteTests: check for lttng-modules presence
2019-03-29  Michael JeansonFix tests: link libpause_consumer on liblttng-ctl
2019-03-29  Jérémie GalarneauFix tests: snapshot size validation failure runs too...
2019-03-29  Jonathan RajotteFix tests: skip test_getcpu_override on single core...
2019-03-29  Yannick LamarreEnforce DL_LIBS value instead of hard coded -ldl
2019-03-29  Yannick LamarreFix: Add POPT_CFLAGS to lttng_CFLAGS
2019-02-16  Francis DeslauriersPrevent channel buffer allocation larger than memory
2019-02-11  Jonathan RajotteTests: take multiple snapshots in streaming mode
2019-01-21  Jérémie GalarneauTest fix: python logging test spams its output
2018-12-18  Mathieu DesnoyersFix: tests: test_crash should start sessions
2018-12-10  Francis DeslauriersCleanup: remove unused label
2018-12-10  Francis Deslauriersuserspace-probe: tests: add testcase for unsupported...
2018-11-16  Jérémie GalarneauClean-up: move global sessiond symbols out of main.o
2018-09-11  Jonathan RajotteTests: do not bound test app iterations when in backgro...
2018-09-11  Jérémie GalarneauTests: add missing rotation and autoload tests to check...
2018-09-11  Jonathan RajotteTests: remove temporary folder
2018-09-11  Jonathan RajotteTests: remove mi result files when done
2018-09-11  Jonathan RajotteTests: Kill relayd after sessiond to ensure a clean...
2018-09-11  Jonathan RajotteTests: Remove unused variable
2018-09-11  Jonathan RajotteTests: Use stop relayd from utils.sh
2018-09-11  Jonathan RajotteTests: remove declaration already present in utils.sh
2018-09-07  Anders WallinTests: added test_autoload to noinst_SCRIPTS
2018-08-31  Jérémie GalarneauMissing kernel test files in dist target
2018-08-31  Francis Deslaurierself: support dynamic symbol table lookup
2018-08-24  Francis DeslauriersImplement userspace-probe regression tests
2018-08-24  Jérémie GalarneauTests: possible NULL dereference in rotation notificati...
2018-08-24  Jérémie GalarneauClean-up: remove dead code from rotation test
2018-08-24  Jérémie GalarneauTests: add a session rotation ongoing/completed notific...
2018-08-23  Jérémie GalarneauTests: add notap versions of start/stop tracing helpers
2018-08-22  Jérémie GalarneauTests: typo in notification test case description
2018-08-20  Jérémie GalarneauTest fix: size schedule leaked in a schedule API test...
2018-08-16  Jérémie GalarneauTest: session rotation schedule API
2018-08-15  Jérémie Galarneaurotation-api: introduce rotation schedule descriptors
2018-06-11  Francis DeslauriersTests: Add callstack contexts tests
2018-06-06  Mathieu DesnoyersFilter: make bitwise and, or, xor higher prio than...
2018-06-06  Mathieu DesnoyersFilter: Update shifting tests
2018-06-06  Mathieu DesnoyersAdd () for bitwise and comparator tests
2018-06-06  Mathieu DesnoyersFilter: Implement rshift, lshift, bit not operators
2018-06-06  Mathieu DesnoyersFilter: index array, sequences, implement bitwise binar...
2018-06-05  Anders WallinTests: add session auto-loading test cases
2018-05-30  Francis DeslauriersTests: add duplicated providers tests
2018-05-27  Julien DesfossezTest for lttng-logger
2018-05-26  Jérémie GalarneauTest mi: rename sessiond load directory constant
2018-05-26  Jonathan Rajottemi: support "add-context --list"
2018-05-26  Francis DeslauriersFix: test_ust-dl is generated at configure-time
2018-04-10  Jonathan RajotteTests: Handle rotations happening on two separate days...
2018-04-10  Jonathan RajotteTests: Clean trace_path after each subtest
2018-04-10  Jonathan RajotteTests: Use for loop for identical validation
2018-04-10  Jonathan RajotteTests: Count number of chunk using ls
2018-04-03  Jonathan RajotteTests: fix oot and dist for rotation tests
2018-04-03  Jérémie GalarneauTests: add rotation tests scripts to noinst_SCRIPTS...
2018-04-03  Jonathan RajotteTests: SESSION_NAME defined on each iteration of kernel...
2018-04-03  Jonathan RajotteTests: Reduce scope of TRACE_PATH to a function
2018-04-03  Jonathan RajotteTests: PID_RELAYD is never used
2018-04-03  Jonathan RajotteTests: use functions from utils.sh in rotation tests
2018-04-03  Jonathan RajotteTests: consolidate session creation with a uri paramete...
2018-04-03  Jonathan RajotteTests: use modprobe to test for the presence of lttng...
2018-04-03  Jonathan RajotteTests: missing license header in rotation utils
2018-04-03  Jonathan RajotteTests: missing parenthesis in userspace rotation test
next
This page took 0.04283 seconds and 7 git commands to generate.