summaryrefslogtreecommitdiffstats
path: root/contrib/pjdfstest
Commit message (Collapse)AuthorAgeFilesLines
* Fix race when testing for ETXTBSY writing to ${n0} (process image) by makingngie2015-04-162-0/+8
| | | | | | | | | | | sure the process has been started beforehand with pgrep pkill the process afterwards to make sure it's dead when the unlink is run (not strictly required, but I was being conservative) MFC after: 1 week Reviewed by: Darius O'Conner, mjohnston Sponsored by: EMC / Isilon Storage Division
* Increase the memory disk size in the following testcases to avoid mountngie2014-09-2423-93/+93
| | | | | | | | | | | | | | | failures, which would cause cascade failures in the rest of the test run: link/15.t, open/19.t, mkdir/11.t, mkfifo/11.t, symlink/11.t Fail quickly in all of the testcases if mdconfig, mount, umount, etc fails to avoid issues similar to this in the future Submitted by: Casey Peel <cpeel@isilon.com> MFC after: 2 weeks X-MFC with: r272057 Sponsored by: EMC / Isilon Storage Division
* Fix the executed testplan countngie2014-09-241-1/+1
| | | | | | MFC after: 2 weeks X-MFC with: r272057 Sponsored by: EMC / Isilon Storage Division
* Expect ELOOP on Darwin/Linux with "O_NOFOLLOW was specified and the target is angie2014-09-241-6/+14
| | | | | | | | | symbolic link" case. Assume EMLINK on the rest of the OSes (FreeBSD, Solaris, etc) MFC after: 2 weeks X-MFC with: r272057 Sponsored by: EMC / Isilon Storage Division
* Import pjdfstest from ↵ngie2014-09-24228-0/+10843
^/vendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca48f91 - Remove tools/regression/pjdfstest - Add upgrade directions for contrib/pjdfstest - Add a note to UPDATING for the move (the reachover Makefiles are coming soon) Functional differences: - ftruncate testcases are added from upstream (github) Non-functional differences: - The copyright for the project has been updated to 2012 - pjd's contact information has been updated Discussed with: -testing, jmmv, pjd MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud