[LU-4283] auster run with the "-s" flag does not run SLOW tests Created: 20/Nov/13 Updated: 07/Dec/13 Resolved: 07/Dec/13 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.6.0, Lustre 2.4.2, Lustre 2.5.1 |
| Fix Version/s: | Lustre 2.6.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | James Nunez (Inactive) | Assignee: | James Nunez (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL6 MGS/MDS node, OSS with two OSTs and one client node |
||
| Severity: | 3 |
| Rank (Obsolete): | 11758 |
| Description |
|
When using auster to run Luster tests, the "-s" flag is supposed to run tests that are marked as SLOW. Yet, using the -s flag has no change in what tests are or are not run. From the help menu, we see that SLOW should be set to yes with the -s flag: Usage auster [options] suite [suite optoins] [suite [suite options]]
Run Lustre regression tests suites.
-c CONFIG Test environment config file
-d LOGDIR Top level directory for logs
-D FULLLOGDIR Full directory for logs
-f STR Config name (cfg/<name>.sh)
-g GROUP Test group file (Overrides tests listed on command line)
-S TESTSUITE First test suite to run allows for restarts
-i N Repeat tests N times (default 1). A new directory
will be created under LOGDIR for each iteration.
-k Don't stop when subtests fail
-R Remount lustre between tests
-r Reformat (during initial configuration if needed)
-s SLOW=yes
...
|
| Comments |
| Comment by James Nunez (Inactive) [ 20/Nov/13 ] |
|
Proposed patch at: http://review.whamcloud.com/8351 I'm not sure how to test auster command-line parameters in our autotest system. |
| Comment by James Nunez (Inactive) [ 07/Dec/13 ] |
|
Patch landed to master. |