]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Tue, 16 Dec 2025 23:13:31 +0000 (23:13 +0000)
committerGerrit Code Review <review@openstack.org>
Tue, 16 Dec 2025 23:13:31 +0000 (23:13 +0000)
commit1a75716b776bcc47fc4735604193235b4f274b3c
treef038d2b59c9a1185672790af23045678bf77d996
parent37fc2f81ce9c38a7296e00089c1aca0aa9c22334
Update git submodules

* Update swift from branch 'master'
  to 9059935f9f532031259f50410892f139331f24ad
  - Merge "sharder: use correct Timestamp formats"
  - sharder: use correct Timestamp formats

    Use Timestamp.internal for X-Timestamp header when making a PUT
    request to send shard range updates to the root container. The unit
    test already asserts that the internal format is sent, but the test
    failed to use a Timestamp where the internal and normal formats
    differed..

    Don't try to cast timestamp strings to floats when sorting
    CleavingContext metadata. Timestamp strings may have the form
    <float>_<offset> so it is safer to cast a Timestamp string to a
    Timestamp and then to cast the Timestamp to a float when necessary.

    Change-Id: I59e140d1226a4b0c2c8f37678bc2dc87d9ffa631
Signed-off-by: Alistair Coles <alistairncoles@gmail.com>
Co-Authored-By: Alistair Coles <alistairncoles@gmail.com>
Signed-off-by: Matthew Oliver <matt@oliver.net.au>
swift