Comment 2 for bug 2007908

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : Re: [Possible Regression] powerpc/tm:tm-resched-dscr in ubuntu_kernel_selftests failed on P8

stress tested with the following command on node gulpin with -66 shows this test is a bit flaky:

failcnt=0
for i in `seq 1 100`; do
   time sudo ./tm-resched-dscr
   if [ $? -ne 0 ]; then
        let "failcnt=$failcnt+1"
   fi
done
echo $failcnt

There are 27 failures in 100 attempts.

Next is to stress test with -60