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>
Thu, 24 Feb 2022 19:05:09 +0000 (14:05 -0500)
commit0cb9c4730e7ca14338dee89e39fcb9c49a588ca5
tree1e1b7ddbbfb0f43ef106b441e7a96eedacaa7b03
parent0bcd3a5c5e5fa409fb4fdf67d9b3f538945991ac
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.025319 seconds and 4 git commands to generate.