Test: Add the new log4j agent
[lttng-tools.git] / tests / regression / ust / exit-fast / README
CommitLineData
ee28adfb
JG
1exit-fast tracing test
2-------------------
3
4This test verifies that tracing works correctly when the traced process exits
5right after an event is logged.
6
7DESCRIPTION
8-----------
9
10This test launches a process that logs an event and returns directly after.
11It then launches it again in a mode that will trigger a SIGKILL right after
12the tracepoint is executed. The resulting trace is then checked for errors.
13
14The events must be present in the trace and contain the appropriate test string.
15
16DEPENDENCIES
17------------
18
19To 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.026609 seconds and 4 git commands to generate.