]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw: metadata sync checkpoint waits on global 'sync' status
authorCasey Bodley <cbodley@redhat.com>
Fri, 12 Jan 2024 16:05:48 +0000 (11:05 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 12 Jan 2024 16:05:52 +0000 (11:05 -0500)
commitd5a08ba98756d2f4eeef438d89fa1ea959e62fc3
treeb8371d310879d498c91410446bdb45e1447fbf50
parent209e3ed6f11af0cc1dde070e21e0867412e7d5e9
test/rgw: metadata sync checkpoint waits on global 'sync' status

in testing, i was seeing meta sync checkpoints finish even though sync
hadn't started yet:
```
rgw_multi.tests: DEBUG: current meta sync status={
    "sync_status": {
        "info": {
            "status": "building-full-sync-maps",
```

wait for the global status to reach "sync" before starting to compare
period epochs or sync markers

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/test/rgw/rgw_multi/tests.py