]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: disable unsupported tests on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 13 Sep 2022 14:18:55 +0000 (14:18 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 15 Feb 2023 14:12:38 +0000 (14:12 +0000)
commitd8ea79e23232e0a1057e945df7bd48a57c0da930
tree966410dc0608358b508fc0b43bcdc60ebb3c4078
parent588f1f8cf807fcbb82d2bbb24436bf16a8fa391c
test: disable unsupported tests on Windows

ceph_test_c2c will run until being signaled. However, we have limited
signal support on Windows, which is why we're going to skip it for
now.

At the same time, "fork" is unavailable on Windows, so we'll have
to temporarily disable the libcephfs reclaim test.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/test/CMakeLists.txt
src/test/libcephfs/CMakeLists.txt