Whamcloud - gitweb
LU-9580 tests: remove performance-sanity tests from ALWAYS_EXCEPT 75/27375/4
authordilip krishnagiri <dilipx.krishnagiri@intel.com>
Wed, 9 Aug 2017 20:14:01 +0000 (14:14 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 31 Aug 2017 19:16:39 +0000 (19:16 +0000)
Remove performance-sanity tests 1 and 2 from ALWAYS_EXCEPT
list as well as tests test_1 and test_2 because all they
contain are calls to echo.
Tests 1 and 2 are associated with bugzilla ticket 15266 and
it is fixed. Yet, reviewing all comment in that ticket
reveals that tests 1 and 2 were never implemented.

Test-Parameters: trivial testlist=performance-sanity

Signed-off-by: dilip krishnagiri <dilipx.krishnagiri@intel.com>
Change-Id: I402474f9db0d1875bf9c4b5c071e9c27bd47ba28
Reviewed-on: https://review.whamcloud.com/27375
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/performance-sanity.sh

index 719b682..698d310 100644 (file)
@@ -14,12 +14,12 @@ init_test_env $@
 init_logging
 
 [ -x "$MDSRATE" ] || FAIL_ON_ERROR=true error "No mdsrate program. Aborting."
-which mpirun > /dev/null 2>&1 || \
-       FAIL_ON_ERROR=true error "No mpirun program. Aborting." 
+which mpirun > /dev/null 2>&1 ||
+       FAIL_ON_ERROR=true error "No mpirun program. Aborting."
 
 # Skip these tests
-# bug number:  15266 15266 
-ALWAYS_EXCEPT="1     2    $PERFORMANCE_SANITY_EXCEPT"
+# bug number:
+ALWAYS_EXCEPT="  $PERFORMANCE_SANITY_EXCEPT"
 
 build_test_filter
 
@@ -27,18 +27,6 @@ get_mpiuser_id $MPI_USER
 MPI_RUNAS=${MPI_RUNAS:-"runas -u $MPI_USER_UID -g $MPI_USER_GID"}
 $GSS_KRB5 && refresh_krb5_tgt $MPI_USER_UID $MPI_USER_GID $MPI_RUNAS
 
-# single-IOR-rates
-test_1() {
-    echo "Single client I/O performance as a percentage of raw"
-}
-run_test 1 "single-client IO perf ====="
-
-# parallel-IOR-rates 
-test_2() {
-    echo "MPI coordinated test of parallel filesystem system calls and library functions"
-}
-run_test 2 "multi-client IO perf ====="
-
 # mdsrate-create-small
 test_3() {
     echo "File creation performance tests for file objects"