Tests: size-based rotation: implement a trace size cutoff protection
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jul 2022 20:43:26 +0000 (16:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 7 Jul 2022 19:21:30 +0000 (15:21 -0400)
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 <jeremie.galarneau@efficios.com>
Change-Id: I465462e6f1d5c17ada2b3aceb68662d8663254eb


No differences found
This page took 0.023982 seconds and 4 git commands to generate.