Page MenuHomeFreeBSD

ZFS: fix the delegate tests
ClosedPublic

Authored by asomers on Oct 4 2019, 5:58 PM.
Tags
None
Referenced Files
F132264875: D21898.id.diff
Wed, Oct 15, 7:54 AM
F132264872: D21898.id62909.diff
Wed, Oct 15, 7:54 AM
F132264859: D21898.id63004.diff
Wed, Oct 15, 7:53 AM
F132218145: D21898.diff
Tue, Oct 14, 9:39 PM
Unknown Object (File)
Sep 15 2025, 9:29 AM
Unknown Object (File)
Sep 9 2025, 3:55 AM
Unknown Object (File)
Aug 15 2025, 11:57 PM
Unknown Object (File)
Aug 1 2025, 10:37 PM

Details

Summary

ZFS: fix the delegate tests

These tests have never worked correctly

  • Replace runwattr with sudo
  • Fix a scoping bug with the "dtst" variable
  • Cleanup user properties created during tests
  • Eliminate the checks for refreservation and send support. They will always be supported.
  • Fix verify_fs_snapshot. It seemed to assume that permissions would not yet be delegated, but that's not how it's actually used.
  • Combine verify_fs_promote with verify_vol_promote
  • Remove some useless sleeps
  • Fix backwards condition in verify_vol_volsize
  • Remove some redundant cleanup steps in the tests. cleanup.ksh will handle everything.
  • Disable some parts of the tests that FreeBSD doesn't support:
    • Creating snapshots with mkdir
    • devices
    • shareisci
    • sharenfs
    • xattr
    • zoned

The sharenfs parts could probably be reenabled with more work to remove the
Solarisms.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable