Page MenuHomeFreeBSD

MFC r344067:
ClosedPublic

Authored by ngie on Mar 11 2019, 6:19 PM.
Tags
None
Referenced Files
F169470718: D19546.id55517.diff
Tue, Sep 1, 3:13 PM
F169315064: D19546.id55517.diff
Tue, Sep 1, 4:37 AM
F169284768: D19546.id54939.diff
Tue, Sep 1, 3:21 AM
F169278631: D19546.diff
Tue, Sep 1, 3:06 AM
F169198674: D19546.id.diff
Mon, Aug 31, 7:21 PM
Unknown Object (File)
Sun, Aug 30, 7:46 PM
Unknown Object (File)
Sun, Aug 30, 2:39 AM
Unknown Object (File)
Sat, Aug 29, 5:31 PM
Subscribers

Details

Summary

Fix up concurrent test zpool setup and teardown

Set up zpools with a more unique name, stash the zpool name away in a file pointed
to by $ZPOOL_NAME_FILE (which is relative to a per-testcase generated temporary
directory), then remove the file based on $ZPOOL_NAME_FILE in the cleanup
routines.

This is a more concurrency-safe solution and will allow the testcases to be safely
executed in parallel.

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 27 2019, 8:29 PM
Closed by commit rS345602: MFC r344067: (authored by ngie). · Explain Why
This revision was automatically updated to reflect the committed changes.