Tests: Add "exit-fast" ust regression test
[lttng-tools.git] / tests / regression / ust / exit-fast / README
1 exit-fast tracing test
2 -------------------
3
4 This test verifies that tracing works correctly when the traced process exits
5 right after an event is logged.
6
7 DESCRIPTION
8 -----------
9
10 This test launches a process that logs an event and returns directly after.
11 It then launches it again in a mode that will trigger a SIGKILL right after
12 the tracepoint is executed. The resulting trace is then checked for errors.
13
14 The events must be present in the trace and contain the appropriate test string.
15
16 DEPENDENCIES
17 ------------
18
19 To run this test, you will need:
20
21 - lttng-tools (with python bindings)
22 - babeltrace
23 - python 3.0 or better
This page took 0.031409 seconds and 5 git commands to generate.