]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/qa/d3n: improve D3N test robustness
authorMark Kogan <mkogan@ibm.com>
Mon, 30 Jun 2025 15:12:12 +0000 (15:12 +0000)
committerMark Kogan <mkogan@ibm.com>
Sun, 6 Jul 2025 12:33:40 +0000 (12:33 +0000)
commit50aba695c399792a14ae3d1f0ae510b771f65449
tree58d72fc070eeb94e77d1ab2708b2f875f1e11ce2
parent95101f0c8a97c80b59a59a506b707e94af26c0be
rgw/qa/d3n: improve D3N test robustness

Previously, a false positive condition could occur when an object was not written
to the cache directory for some reason, even though it should have been.
The test would still pass.

Change: Require that a file of the cached object exists in the cache directory
(within the supported permutations).

Fixes: https://tracker.ceph.com/issues/71688
Signed-off-by: Mark Kogan <mkogan@ibm.com>
qa/workunits/rgw/test_rgw_datacache.py