Comment 15 for bug 1902254

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification done for groovy-proposed.
No regressions in consistent/flaky fail set.

Proposed kernel:
---

$ uname -rv
5.8.0-30-generic #32-Ubuntu SMP Mon Nov 9 21:02:16 UTC 2020

$ VERSION='5.8.0-30-generic #32-Ubuntu'

Number of runs:

$ grep -h -e ^Fail -e ^PLATFORM xfstests.log.* | grep -A1 "$VERSION" | grep -c Failures:
12
$ RUNS=12

Consistent fail set:

$ grep -h -e ^Fail -e ^PLATFORM xfstests.log.* | grep -A1 "$VERSION" | grep ^Failures: | cut -d' ' -f2- | tr ' ' '\n' | sort | uniq -c | sort | grep -w $RUNS
     12 btrfs/153
     12 btrfs/208
     12 btrfs/213
     12 btrfs/219
     12 btrfs/220
     12 btrfs/221
     12 btrfs/222
     12 generic/133 << not a regression; failed 11/12 in original kernel (comment #9)
     12 generic/260
     12 generic/286
     12 generic/301
     12 generic/465
     12 generic/610

Flaky fail set:

$ grep -h -e ^Fail -e ^PLATFORM xfstests.log.* | grep -A1 "$VERSION" | grep ^Failures: | cut -d' ' -f2- | tr ' ' '\n' | sort | uniq -c | sort | grep -w -v $RUNS
      1 btrfs/020
      1 generic/298
      9 generic/175
     10 generic/475
     11 btrfs/010
     11 generic/074
     11 generic/142
     11 generic/143