aboutsummaryrefslogtreecommitdiff
path: root/tools/test/stress2/misc
Commit message (Collapse)AuthorAgeFilesLines
* stress2: Fix looping at exit and fix the cleanupPeter Holm10 days1-2/+2
|
* stress2: Added a regression testPeter Holm13 days1-0/+191
|
* stress2: syzkaller87 fixed by ebc17879f0885ca87644980f6275b9759b311eb3Peter Holm2025-11-221-1/+0
|
* stress2: Added a regression testPeter Holm2025-11-221-0/+19
|
* stress2: Update the exclude listPeter Holm2025-11-211-8/+1
|
* stress2: No not rely on unset variables when using 'set -u'Peter Holm2025-11-212-2/+3
|
* stress2: Added more robust test terminationPeter Holm2025-11-211-1/+8
|
* stress2: Added a syzkaller reproducerPeter Holm2025-11-121-0/+384
|
* stress2: Added kqueuex(KQUEUE_CPONFORK) test scenariosPeter Holm2025-10-183-0/+515
|
* stress2: Added a regression testPeter Holm2025-10-171-0/+206
|
* stress2: Do not try to open a fifoPeter Holm2025-10-041-2/+4
|
* stress2: Add syzkaller reproducersPeter Holm2025-10-044-1/+1461
|
* stress2: Limit disk usage to avoid a disk full messagePeter Holm2025-09-211-3/+3
|
* stress2: Do not follow symbolic linksPeter Holm2025-09-212-2/+2
|
* stress2: Fix removal of supplementary groupsOlivier Certner2025-09-1720-20/+20
| | | | | | | | | | To this end, call setgroups(0, NULL) instead of passing the effective GID. This stance is fully compatible with older versions of FreeBSD. Fixes: 9da2fe96ff2e ("kern: fix setgroups(2) and getgroups(2) to match other platforms") MFC after: 5 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52290
* stress2: Added two new fdescfs test scenariosPeter Holm2025-09-162-0/+95
|
* stress2: Fix how the reproducer is run. Lingering threads seen beforePeter Holm2025-09-161-18/+8
|
* stress2: Do not exit the test program without clearing the trace flagsPeter Holm2025-09-151-4/+4
| | | | Discussed with: kib
* stress2: Fix cleanup of temporary filesPeter Holm2025-09-1415-25/+26
|
* stress2: A workaround for an infrequent "filesystem full" issuePeter Holm2025-08-011-2/+7
|
* stress2: Added two syzkaller reproducers and updated the exclude listPeter Holm2025-08-013-0/+292
|
* stress2/fullpath2: Clean up the vn_fullpath DTrace one-linerMateusz Piotrowski2025-07-181-1/+1
| | | | | | | | | | | | | - Remove -w; there is no need for destructive actions here. - Remove the glob from before "vn_fullpath"; the probe description matches vn_fullpath only anyway, so there is no need for the glob here. PR 288222 Reviewed by: christos Approved by: christos (mentor) Fixes: 113f2f0c76a7 stress2: Updated dtrace comment Differential Revision: https://reviews.freebsd.org/D51341
* stress2: Updated dtrace commentPeter Holm2025-07-161-1/+1
|
* stress2: Added syzkaller reproducers. Update the exclude listPeter Holm2025-07-163-2/+398
|
* stress2: Added a regression testPeter Holm2025-06-011-0/+36
|
* stress2: Fix scenario after the changes to ptrace(PT_ATTACH) in commit ↵Peter Holm2025-05-161-22/+14
| | | | | | | ecc662c749b1. The traced process now no longer exits immediately at the attach. After a PT_DETACH do not try to wait on a non child process. Style fixes.
* stress2: Added syzkaller reproducersPeter Holm2025-05-124-0/+889
|
* stress2: exlock2.sh: Fix impact of previous '-U' removalOlivier Certner2025-05-121-1/+1
| | | | | | | | | | | In commit "stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' change" (1265d3b07eaa), I forgot that '-U' also has the side-effect of implying '-x' by default. Now that '-U' has been removed, make '-x' explicit. Fixes: 1265d3b07eaa ("stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' change") MFC after: 1 hour Sponsored by: The FreeBSD Foundation
* stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' changeOlivier Certner2025-05-071-1/+1
| | | | | | | | | | | | | | Remove '-Uroot', as now '-U' selects processes based on their real user IDs, and since the program using them was launched as 'root', the equivalent now is just to remove it, as now ps(1) by default selects processes based on its effective UID (root) and their effective UIDs. It seems that matching on effective or real UID does not really matter in this test, but at least this change simplifies the command-line. MFC after: 1 day Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50200
* stress2: Added two syzkaller reproducersPeter Holm2025-04-252-0/+846
|
* stress2: Move files to the right directoryPeter Holm2025-04-0327-0/+2991
|
* ports/filesystems: Fix falloutAlexander Ziaee2025-01-275-5/+5
| | | | | | | | | | | | | A new filesystems category was created in the ports tree, with 142 filesystem related ports moved to there, some of them renamed. Update all references in the src tree to the new locations. PR: 283881 Fixes: ports:6e2da9672f79f44 (filesystems: add new category) MFC after: 1 month Reviewed by: fuz, mhorne, bapt Accepted by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D48406
* stress2: Fix expected output for tmpfs24.Dag-Erling Smørgrav2024-12-041-1/+0
| | | | | | MFC after: 1 week Reviewed by: pho Differential Revision: https://reviews.freebsd.org/D47876
* stress2: Added new tmpfs test scenariosPeter Holm2024-11-283-0/+289
|
* stress2: Added zfs test scenariosPeter Holm2024-11-184-0/+339
|
* stress2: Added a zfs regression test scenarioPeter Holm2024-11-181-0/+134
|
* stress2: Added test scenarios for bug reportPeter Holm2024-10-035-1/+990
|
* stress2: Added a comment about a problem found and fixedPeter Holm2024-09-161-0/+8
|
* stress2: Do not wait forever for swap usagePeter Holm2024-08-301-5/+6
|
* stress2: Update comments and remove one testPeter Holm2024-08-291-4/+3
|
* stress2: Some tests use hw.ncpu to scale the load. Tests on a box withPeter Holm2024-08-1712-0/+14
| | | | a large number of CPUs show that this number needs to be capped
* stress2: Fix warning about unused variable. Remove debug "date"Peter Holm2024-08-162-6/+4
|
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-263-19/+12
| | | | | | | | | | | | | | | As of 9e6544dd6e02c46b805d11ab925c4f3b18ad7a4b contigfree(9) is no longer needed and should not be used anymore. We leave a wrapper for 3rd party code in at least 15.x but remove (almost) all other cases from the tree. This leaves one use of contigfree(9) untouched; that was the original trigger for 9e6544dd6e02 and is handled in D45813 (to be committed seperately later). Sponsored by: The FreeBSD Foundation Reviewed by: markj, kib Tested by: pho (10h stress test run) Differential Revision: https://reviews.freebsd.org/D46099
* stress2: Fix a typo in namecache2.shGordon Bergling2024-07-211-1/+1
| | | | | | - s/inconsistancy/inconsistency/ MFC after: 3 days
* stress2: Fix tests after the new default for newfs(8) is "SU"Peter Holm2024-07-2011-0/+11
|
* stress2: Exclude one more testPeter Holm2024-07-191-0/+1
|
* stress2: Add a new test scenario. Update the exclude listPeter Holm2024-07-162-1/+44
|
* stress2: Add two test. Fix a typo while herePeter Holm2024-07-041-1/+3
|
* stress2: Added a new unionfs test scenarioPeter Holm2024-07-041-0/+74
|
* man filesystems: fix more xrefs after move to s4Alexander Ziaee2024-06-2822-30/+30
| | | | | | Fixes: 1a720cbec513 Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1282