Date: Wed, 04 Oct 2017 16:46:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 222780] sbin/growfs/legacy_test:main and sys/geom/class/eli/resize_test:main both broken by r323923 Message-ID: <bug-222780-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222780 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@freebsd.org Reporter: ngie@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/sy= s.geom.class.eli/resize_test/main/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4551/testReport/junit/sb= in.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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222780-32464>