]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/libcephfs: skip flaky timestamp assertion on Windows 54614/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 15 Mar 2023 09:04:40 +0000 (09:04 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 22 Nov 2023 10:08:53 +0000 (10:08 +0000)
commit73eb40cad322d80150c9a7efedea6e64546b9577
treec367a5e364e37caf697a2094dd79c0e32e179ce7
parentef04b9478c00c5dc3591b1192306349e0788aae2
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>
(cherry picked from commit 5b2166fbd314f9a9838bc173235b00446ce9f6f8)
src/test/libcephfs/test.cc