]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/mon/test_mon_config_key.py: bump up the size limit 24340/head
authorKefu Chai <kchai@redhat.com>
Sun, 30 Sep 2018 07:54:28 +0000 (15:54 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 30 Sep 2018 08:04:04 +0000 (16:04 +0800)
in b38b8e980cb477ab2b0f320ab51eaa0c0fec7da6, we changed the upper
limit of size of `config key` 's value to 64k, so we need to update
the test accordingly.

Fixes: http://tracker.ceph.com/issues/36260
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/workunits/mon/test_mon_config_key.py

index 168f6db168cd5f0b379dace41949174ca0a4f7fa..c0cb8299d9554ee1457f5db79397750de5742c79 100755 (executable)
@@ -43,9 +43,9 @@ SIZES = [
     (50, 0),
     (100, 0),
     (1000, 0),
-    (4096, 0),
-    (4097, -errno.EFBIG),
-    (8192, -errno.EFBIG)
+    (64 * 1024, 0),
+    (64 * 1024 + 1, -errno.EFBIG),
+    (128 * 1024, -errno.EFBIG)
 ]
 
 # tests will be randomly selected from the keys here, and the test