Skip to content
Commit 51e7da4b authored by Po-Hsu Lin's avatar Po-Hsu Lin Committed by Paul Gortmaker
Browse files

selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm

commit 850507f3 upstream.

Some specific tests in powerpc can take longer than the default 45
seconds that added in commit 852c8cbf ("selftests/kselftest/runner.sh:
Add 45 second timeout per test") to run, the following test result was
collected across 2 Power8 nodes and 1 Power9 node in our pool:
  powerpc/benchmarks/futex_bench - 52s
  powerpc/dscr/dscr_sysfs_test - 116s
  powerpc/signal/signal_fuzzer - 88s
  powerpc/tm/tm_unavailable_test - 168s
  powerpc/tm/tm-poison - 240s

Thus they will fail with TIMEOUT error. Disable the timeout setting
for these sub-tests to allow them finish properly.

https://bugs.launchpad.net/bugs/1864642
Fixes: 852c8cbf

 ("selftests/kselftest/runner.sh: Add 45 second timeout per test")
Signed-off-by: default avatarPo-Hsu Lin <po-hsu.lin@canonical.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200318060004.10685-1-po-hsu.lin@canonical.com
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 734ef340
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment