From acc8c7e2ef35017f2357d159c1f4e29049634406 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Thu, 1 Dec 2022 17:57:06 -0600 Subject: [PATCH] qa/workunits/rados: skip running envlibrados rocksdb tests on ubuntu This test passes on centos and rhel, but fails on ubuntu from an invalid pointer. Since the envlibrados rocksdb tests are experimental and don't have any actual users, we can just run them on rhel and centos. At the moment, the actual bug is not fully understood, but it was decided that fixing it is low priority, and removing the test from problematic distros is okay for the time being. This commit is considered a workaround to the actual issue. Related tracker: https://tracker.ceph.com/issues/57632 Signed-off-by: Laura Flores --- qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% | 0 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa | 1 + .../test_envlibrados_for_rocksdb/supported/centos_latest.yaml | 1 + .../all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml | 1 + .../test_envlibrados_for_rocksdb.yaml | 0 5 files changed, 3 insertions(+) create mode 100644 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% create mode 120000 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa create mode 120000 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml create mode 120000 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml rename qa/suites/rados/singleton/all/{ => test_envlibrados_for_rocksdb}/test_envlibrados_for_rocksdb.yaml (100%) diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa new file mode 120000 index 0000000000000..fea2489fdf6d9 --- /dev/null +++ b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml new file mode 120000 index 0000000000000..1952dbe514042 --- /dev/null +++ b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml @@ -0,0 +1 @@ +../.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml new file mode 120000 index 0000000000000..a85fb0ba8556f --- /dev/null +++ b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml @@ -0,0 +1 @@ +../.qa/distros/supported/rhel_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb.yaml b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/test_envlibrados_for_rocksdb.yaml similarity index 100% rename from qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb.yaml rename to qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/test_envlibrados_for_rocksdb.yaml -- 2.39.5