X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fexit-fast%2FREADME;fp=tests%2Fregression%2Fust%2Fexit-fast%2FREADME;h=87340dd3e69b485b94d4a770d5696a783b7fe24d;hb=ee28adfb4b4f5a6b24f4d23024ed256af37060c6;hp=0000000000000000000000000000000000000000;hpb=43c28d504aa8ff65609f915a04e212fb923cfeba;p=lttng-tools.git diff --git a/tests/regression/ust/exit-fast/README b/tests/regression/ust/exit-fast/README new file mode 100644 index 000000000..87340dd3e --- /dev/null +++ b/tests/regression/ust/exit-fast/README @@ -0,0 +1,23 @@ +exit-fast tracing test +------------------- + +This test verifies that tracing works correctly when the traced process exits +right after an event is logged. + +DESCRIPTION +----------- + +This test launches a process that logs an event and returns directly after. +It then launches it again in a mode that will trigger a SIGKILL right after +the tracepoint is executed. The resulting trace is then checked for errors. + +The events must be present in the trace and contain the appropriate test string. + +DEPENDENCIES +------------ + +To run this test, you will need: + + - lttng-tools (with python bindings) + - babeltrace + - python 3.0 or better