Skip to content

Instantly share code, notes, and snippets.

@holmanb
Created September 28, 2021 14:07
Show Gist options
  • Save holmanb/75495c1248a703b912c0142d21138c21 to your computer and use it in GitHub Desktop.
Save holmanb/75495c1248a703b912c0142d21138c21 to your computer and use it in GitHub Desktop.
Output:
00020 Running tests subvol_create subvol_delete subvol_delete_snapshot_of_deleted_subvol subvol_snapshot_create subvol_snapshot_delete subvol_snapshot_reuse_snapshot_name
00020
00020 ========= TEST subvol_create
00020
00020 bcachefs (sdb): recovering from clean shutdown, journal seq 4
00020 bcachefs (sdb): going read-write
00020 bcachefs (sdb): mounted with opts: (null)
00020
00020 ========= PASSED subvol_create in 0s
00020 ========= TEST subvol_delete
00020
00020 bcachefs (sdb): recovering from clean shutdown, journal seq 4
00020 bcachefs (sdb): going read-write
00020 bcachefs (sdb): mounted with opts: (null)
00020 bcachefs (sdb): missing subvolume 2
00020 bcachefs (sdb): emergency read only
00020
00020 ========= PASSED subvol_delete in 1s
00020 ========= TEST subvol_delete_snapshot_of_deleted_subvol
00020
00021 bcachefs (sdb): recovering from clean shutdown, journal seq 4
00021 bcachefs (sdb): going read-write
00021 bcachefs (sdb): mounted with opts: (null)
00021 bcachefs (sdb): missing subvolume 2
00021 bcachefs (sdb): emergency read only
00021 BCH_IOCTL_SUBVOLUME_DESTROY ioctl error: Read-only file system
00021
00021 ========= FAILED subvol_delete_snapshot_of_deleted_subvol in 0s
00021 ========= TEST subvol_snapshot_create
00021
00021 bcachefs (sdb): recovering from clean shutdown, journal seq 4
00021 bcachefs (sdb): going read-write
00021 bcachefs (sdb): mounted with opts: (null)
00021
00021 ========= PASSED subvol_snapshot_create in 0s
00021 ========= TEST subvol_snapshot_delete
00021
00021 bcachefs (sdb): recovering from clean shutdown, journal seq 4
00021 bcachefs (sdb): going read-write
00021 bcachefs (sdb): mounted with opts: (null)
00021 bcachefs (sdb): missing subvolume 3
00021 bcachefs (sdb): emergency read only
00021
00021 ========= PASSED subvol_snapshot_delete in 0s
00021 ========= TEST subvol_snapshot_reuse_snapshot_name
00021
00021 bcachefs (sdb): recovering from clean shutdown, journal seq 4
00021 bcachefs (sdb): going read-write
00021 bcachefs (sdb): mounted with opts: (null)
00021 BCH_IOCTL_SUBVOLUME_CREATE ioctl error: File exists
00022
00022 ========= FAILED subvol_snapshot_reuse_snapshot_name in 1s
00022 bcachefs (sdb): missing subvolume 3
00022 bcachefs (sdb): emergency read only
00022
00022 Passed: subvol_create subvol_delete subvol_snapshot_create subvol_snapshot_delete
00022 Failed: subvol_delete_snapshot_of_deleted_subvol subvol_snapshot_reuse_snapshot_name
00022 TEST FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment