[Bug 222780] sbin/growfs/legacy_test:main and sys/geom/class/eli/resize_test:main both broken by r323923
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 4 16:46:24 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222780
Bug ID: 222780
Summary: sbin/growfs/legacy_test:main and
sys/geom/class/eli/resize_test:main both broken by
r323923
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: tests
Assignee: freebsd-testing at freebsd.org
Reporter: ngie at FreeBSD.org
The two noted tests have been failing in Jenkins since r323923 has been
committed. I haven't looked into why they're failing:
https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4551/testReport/junit/sys.geom.class.eli/resize_test/main/
https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4551/testReport/junit/sbin.growfs/legacy_test/main/
Example repro:
$ sudo kyua debug -k /usr/tests/sbin/growfs/Kyuafile legacy_test:main
1..19
ok 1 - Created md0 with size 40m
ok 2 - Sized md0a to 10m
ok 3 - Initialised the filesystem on md0a as UFS1
ok 4 - fsck says md0a is clean, 10 lines of output
ok 5 - Sized md0a to 20m
ok 6 - Extended the filesystem on md0a
ok 7 - fsck says md0a is clean, 10 lines of output
ok 8 - Sized md0a to 30m
ok 9 - Extended the filesystem on md0a
ok 10 - fsck says md0a is clean, 10 lines of output
ok 11 - Sized md0a to 10m
ok 12 - Initialised the filesystem on md0a as UFS2
ok 13 - fsck says md0a is clean, 10 lines of output
ok 14 - Sized md0a to 20m
ok 15 - Extended the filesystem on md0a
not ok 16 - fsck says md0a is clean, 15 lines of output
ok 17 - Sized md0a to 30m
ok 18 - Extended the filesystem on md0a
not ok 19 - fsck says md0a is clean, 15 lines of output
# Filling the extent with zeros
# Filling the extent with garbage
# Filling the extent with zeros
# Failed test 'fsck says md0a is clean, 15 lines of output'
# at /usr/tests/sbin/growfs/legacy_test line 67.
# Filling the extent with garbage
# Failed test 'fsck says md0a is clean, 15 lines of output'
# at /usr/tests/sbin/growfs/legacy_test line 83.
# Looks like you failed 2 tests of 19.
legacy_test:main -> failed: 2 of 19 tests failed
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list