-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Lustre 2.12.0
-
Labels:None
-
Rank (Obsolete):17678
Several tests in the Lustre test suites are skipped due to problems in the Lustre code, issues with a specific Linux kernel or due to the OSTs or MDTs file system. For example, in sanity.sh
# bug number for skipped test: 13297 2108 9789 3637 9789 3561 12622 5188 ALWAYS_EXCEPT=" 42a 42b 42c 42d 45 51d 68b $SANITY_EXCEPT"
or in replay-single.sh
# Skip these tests # bug number: 17466 18857 LU-1473 ALWAYS_EXCEPT="61d 33a 33b 62 $REPLAY_SINGLE_EXCEPT"
In most cases, the goal is to fix the underlying problem that prompted the test to be added to the ALWAYS_EXCEPT list and to remove the test from the list so it is run in regular testing. If the test is skipped due to a JIRA ticket (LU-XXXX), then the appropriate place to land a patch against is that JIRA ticket number. If the test is being skipped due to a Bugzilla number, there isn’t a good ticket to land a patch against.
The tests that are currently skipped should be tested and, if they pass testing, should be re-enabled. This ticket is to track removing (re-enabling) tests that are on the ALWAYS_EXCEPT list due to Bugzilla tickets and for minor clean-up or correction of the tests on the ALWAYS_EXCEPT list.
conf-sanity 24a Bugzilla 23573
conf-sanity 24b Bugzilla 23954
obdfilter-survey 1b Bugzilla 23791
obdfilter-survey 2b Bugzilla 23791
performance-sanity 1 Bugzilla 15266 / Patch 16628
performance-sanity 2 Bugzilla 15266 / Patch 16628
recovery-small 52 Bugzilla 5493
replay-dual 15c Bugzilla 10124
replay-single 33a Bugzilla 18857
replay-single 33b Bugzilla 18857
replay-single 61d Bugzilla 17466
replay-vbr 12a Bugzilla 16356 / Bugzilla 18143
sanityn 11 Bugzilla 12652 / Patch 14860
sanityn 14 Bugzilla 12652 / Patch 14860
sanityn 14b Bugzilla 3192
sanityn 19 Bugzilla 14773 / Patch 16963
sanityn 22 Bugzilla 16929 / Patch 19320
sanityn 28 Bugzilla 9977
sanityn 29 Bugzilla 14773 / Patch 16963
sanityn 35 Bugzilla 18080 / Patch 22786
sanity-sec 2 Bugzilla 19967 / Bugzilla 19430
sanity-sec 5 Bugzilla 19967 / Patch 24534
sanity-sec 6 Bugzilla 19967 / Patch 24534
sanity 42a Bugzilla 2108
sanity 42b Bugzilla 9789
sanity 42c Bugzilla 3637
sanity 42d Bugzilla 9789
sanity 45 Bugzilla 3561
sanity 51d Bugzilla 12622
sanity 68b Bugzilla 5188
- is related to
-
LU-6493 sanity test 42b failure on sync
-
- Open
-
-
LU-9693 sanity test_42c: FAIL: beforewrites 211 == afterwrites 211 on truncate
-
- Open
-
-
LU-2034 Modify Changelogs to work with New OSD and LLOG APIs
-
- Resolved
-
- is related to
-
LU-1473 Test failure on test suite replay-single, subtest test_62
-
- Resolved
-
-
LU-9044 conf-sanity test cases 24b remove from ALWAYS_EXCEPT
-
- Resolved
-
-
LU-9581 recovery-small tests 52 60 remove from ALWAYS_EXCEPT
-
- Resolved
-