Fix: tools/snapshots/test_kernel flaky test
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Feb 2022 17:24:45 +0000 (12:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 28 Feb 2022 21:51:46 +0000 (16:51 -0500)
commit43f71bbd49d396cbb1bb837d7117b4fbe5dbe454
tree0c5f5c8435f8ccb8ddf0eae1473f887760ba656b
parent910baef8e51541ec587fb6530f3ff9bac9e7cf1c
Fix: tools/snapshots/test_kernel flaky test

When tracing all system calls, nothing guarantees that the first system
call won't come from some _other_ program on the system, on a CPU != 0,
and stay invariant between the two snapshots (when it should not be).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Iba45664f10eea0a757f8ac4eb9a7c7c75c305eef
tests/regression/tools/snapshots/test_kernel
This page took 0.024609 seconds and 4 git commands to generate.