Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#9016 closed enhancement (fixed)

btrfs-progs-4.10.1

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Update to this, but if the next is too soon, start holding for too many releases.

Change History (5)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

btrfs-progs-4.10.1 (2017-03-17)

  • receive: handle subvolume in path clone
  • convert: rollback fixed (rewrite was needed to address previous design issues)
  • build: fix build of 3rd party tools, missing <linux/sizes.h>
  • dump-tree: print log trees
  • other
    • new and updated tests

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18508.

Added back the test procedure, but there are still six tests that fail and stop the others prematurely. I removed those and made a slightly more complex test procedure:

    pushd tests

    mv fuzz-tests/001-simple-check-unmounted/test.sh{,.broken}  &&
    mv fuzz-tests/003-multi-check-unmounted/test.sh{,.broken}   &&
    mv fuzz-tests/007-simple-super-recover/test.sh{,.broken}    &&
    mv fuzz-tests/009-simple-zero-log/test.sh{,.broken}         &&
    mv mkfs-tests/005-long-device-name-for-ssd/test.sh{,.broken} &&
    mv misc-tests/019-receive-clones-on-munted-subvol/test.sh{,.broken} &&

    sudo ./fsck-tests.sh
    sudo ./mkfs-tests.sh
    sudo ./convert-tests.sh
    sudo ./misc-tests.sh
    sudo ./cli-tests.sh
    sudo ./fuzz-tests.sh

    popd

comment:4 by bdubbs@…, 7 years ago

Milestone: 8.1m8.1

Milestone renamed

comment:5 by bdubbs@…, 7 years ago

Milestone: m8.18.1

Milestone renamed

Note: See TracTickets for help on using tickets.