Whamcloud - gitweb
LU-11990 tests: enable conf-sanity 66 77/53877/3
authorAlexander Boyko <alexander.boyko@hpe.com>
Mon, 15 Jan 2024 16:30:23 +0000 (11:30 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 15 Feb 2024 07:13:34 +0000 (07:13 +0000)
The test was skipped from running beacuse it produces fails
for alone MGS. Since LU-13356 it is fixed, add it to running.

Test-Parameters: trivial testlist=conf-sanity
Signed-off-by: Alexander Boyko <alexander.boyko@hpe.com>
Change-Id: Idb684bb2780832f089fba1441d3b9375e9740431
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53877
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/conf-sanity.sh

index 5d41be5..af68d16 100644 (file)
@@ -24,8 +24,8 @@ if $SHARED_KEY; then
 fi
 
 if ! combined_mgs_mds; then
-       # bug number for skipped test: LU-11991         LU-11990
-       ALWAYS_EXCEPT="$ALWAYS_EXCEPT  32a 32b 32c 32d 32e      66"
+       # bug number for skipped test: LU-11991
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT  32a 32b 32c 32d 32e"
        # bug number for skipped test: LU-9897  LU-12032
        ALWAYS_EXCEPT="$ALWAYS_EXCEPT  84       123F"
 fi