]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/*/test_envlibrados_for_rocksdb: use osd_client_message_cap to prevent slow requests 39264/head
authorNeha Ojha <nojha@redhat.com>
Tue, 2 Feb 2021 17:43:56 +0000 (17:43 +0000)
committerNeha Ojha <nojha@redhat.com>
Wed, 3 Feb 2021 15:08:16 +0000 (15:08 +0000)
EnvLibradosMutipoolTest.DBBulkLoadKeysInRandomOrder can overload OSDs and cause
heartbeat timeouts. Tests in test_envlibrados_for_rocksdb also generate slow
requests on OSDs. Use osd_client_message_cap to prevent this.
Since this option is disabled by default, this may be a good way to exercise it.

Fixes: https://tracker.ceph.com/issues/49064
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit f02cd4d8b0c9f1566462b7b950f121a44efc1d06)

qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb.yaml

index 0e3c92330fc0d395c8a9b6ea601695c0dfe943cc..a76f6a8f03e4299a761d6e18a5cba912d21beca1 100644 (file)
@@ -5,6 +5,7 @@ overrides:
       global:
         osd max object name len: 460
         osd max object namespace len: 64
+        osd client message cap: 5000
 roles:
 - [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
 tasks: