]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/libcephfs: disable flaky timestamp assertion on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 12 Sep 2022 08:34:06 +0000 (08:34 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 10 Nov 2022 07:38:14 +0000 (09:38 +0200)
commit197251e1d1f546fd3e7ec16a9f3ef621f064e313
tree6ffa6423200f1b2256e24270889ddef6393b58ff
parent8abccedd12a3d8dfb4fc926908ba7e2c1f94bf35
test/libcephfs: disable flaky timestamp assertion on Windows

The LibCephFS.SnapXattrs test takes two snapshots and then
compares the timestamps, expecting the latter one to be newer.

On Windows, the snapshot timestamps are sometimes the same,
in which case the test fails.

For now, we'll disable this check on Windows.

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