From: Jérémie Galarneau Date: Tue, 5 Jul 2022 20:43:26 +0000 (-0400) Subject: Tests: size-based rotation: implement a trace size cutoff protection X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=609996d5eafa3c5fb62924f4acb3813b00264e18;hp=609996d5eafa3c5fb62924f4acb3813b00264e18;p=lttng-tools.git Tests: size-based rotation: implement a trace size cutoff protection Stop waiting for rotations when the trace exceeds a certain size cutoff. This prevents those tests from filling a hard drive when they fail. However, this check is racy since it is possible for an arbitrary number of apps to run before the session daemon gets a chance to perform the scheduled rotations. Signed-off-by: Jérémie Galarneau Change-Id: I465462e6f1d5c17ada2b3aceb68662d8663254eb ---