]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits: remove crash_replay_interval tests
authorSage Weil <sage@redhat.com>
Tue, 20 Dec 2016 21:03:17 +0000 (16:03 -0500)
committerSage Weil <sage@redhat.com>
Thu, 29 Dec 2016 15:30:39 +0000 (10:30 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh
qa/workunits/rest/test.py

index 27f5ecbc1c5c978993c196048cdab43b9ff2fa8c..24fec8d7a57db2e1f0591421a06e827f253e86d1 100755 (executable)
@@ -801,11 +801,6 @@ function test_mon_mds()
   # the "current_epoch + 1" checking below if they're generating updates
   fail_all_mds $FS_NAME
 
-  # Check for default crash_replay_interval set automatically in 'fs new'
-  #This may vary based on ceph.conf (e.g., it's 5 in teuthology runs)
-  #ceph osd dump | grep fs_data > $TMPFILE
-  #check_response "crash_replay_interval 45 "
-
   ceph mds compat show
   expect_false ceph mds deactivate 2
   ceph mds dump
@@ -1441,7 +1436,7 @@ function test_mon_osd_pool_set()
   wait_for_clean
   ceph osd pool get $TEST_POOL_GETSET all
 
-  for s in pg_num pgp_num size min_size crash_replay_interval crush_rule crush_ruleset; do
+  for s in pg_num pgp_num size min_size crush_rule crush_ruleset; do
     ceph osd pool get $TEST_POOL_GETSET $s
   done
 
index a6a52fc587467f5719cc9c8438cb89bf5a4bc2fe..7f10c9cf66853961fe18f0c5b01287693918ec6b 100755 (executable)
@@ -398,7 +398,7 @@ if __name__ == '__main__':
     expect('osd/reweight?id=0&weight=-1', 'PUT', 400, '')
     expect('osd/reweight?id=0&weight=1', 'PUT', 200, '')
 
-    for v in ['pg_num', 'pgp_num', 'size', 'min_size', 'crash_replay_interval',
+    for v in ['pg_num', 'pgp_num', 'size', 'min_size',
               'crush_ruleset']:
         r = expect('osd/pool/get.json?pool=rbd&var=' + v, 'GET', 200, 'json')
         assert(v in r.myjson['output'])