From 59b996f0ed022f1bafd77317467d2e18ff0fa710 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Sat, 28 Sep 2024 23:34:50 +0530 Subject: [PATCH] qa: Add libcephfs client test with objectcacher disabled Fixes: https://tracker.ceph.com/issues/68146 Signed-off-by: Kotresh HR --- qa/suites/fs/libcephfs/tasks/client.yaml | 1 + qa/workunits/client/test_oc_disabled.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 100755 qa/workunits/client/test_oc_disabled.sh diff --git a/qa/suites/fs/libcephfs/tasks/client.yaml b/qa/suites/fs/libcephfs/tasks/client.yaml index da84137322069..42ca9336c8e7d 100644 --- a/qa/suites/fs/libcephfs/tasks/client.yaml +++ b/qa/suites/fs/libcephfs/tasks/client.yaml @@ -12,3 +12,4 @@ tasks: clients: client.0: - client/test.sh + - client/test_oc_disabled.sh diff --git a/qa/workunits/client/test_oc_disabled.sh b/qa/workunits/client/test_oc_disabled.sh new file mode 100755 index 0000000000000..88552aa50bdc5 --- /dev/null +++ b/qa/workunits/client/test_oc_disabled.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -ex + +ceph_test_client --client_oc=false -- 2.39.5