Comment 16 for bug 1902254

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

Verification done for focal-proposed.
No regressions in the consistent/flaky fail sets.

Proposed kernel:
---

$ uname -rv
5.4.0-55-generic #61-Ubuntu SMP Mon Nov 9 20:45:34 UTC 2020

$ VERSION='5.4.0-55-generic #61-Ubuntu'

Number of runs:

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

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
     11 btrfs/153
     11 btrfs/205
     11 btrfs/213
     11 btrfs/220
     11 btrfs/221
     11 btrfs/222
     11 generic/133 << not a regression; failed 12/13 in original master-next
     11 generic/260
     11 generic/286
     11 generic/301
     11 generic/465
     11 generic/484
     11 generic/610

btrfs/200 fixed.
btrfs/204 fixed.
btrfs/226 fixed.

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 generic/297
      1 generic/371
      3 generic/166
      9 generic/175
     10 btrfs/010
     10 generic/074
     10 generic/142
     10 generic/143
     10 generic/475