]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/libcephfs: skip flaky timestamp assertion on Windows 50544/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 15 Mar 2023 09:04:40 +0000 (09:04 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 16 Mar 2023 08:23:27 +0000 (08:23 +0000)
commit5b2166fbd314f9a9838bc173235b00446ce9f6f8
tree2da2c59b0ab8a1805dcaf9246d4977a4cfe65294
parent4ca01902bb61a6367f0c2439772a4a9975195857
test/libcephfs: skip flaky timestamp assertion on Windows

There's a new libcephfs test that creates a snapshot and
compares ctime/mtime. The issue is that one of the assertion
fails on Windows, potentially due to reduced timestamp
precision.

For now, we'll skip those assertions on Windows.

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