fix(ecstore): publish multipart parts on Windows (#5937)

* fix(ecstore): publish multipart parts on Windows

* test(ecstore): pin Windows multipart durability

---------

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
Xiaoyang Han
2026-08-11 10:01:03 +08:00
committed by GitHub
parent 849837e262
commit 3289d40ce9
2 changed files with 117 additions and 2 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ pub(crate) mod file_sync_probe {
}
}
fn sync_file(path: &Path) -> io::Result<()> {
pub(crate) fn sync_file(path: &Path) -> io::Result<()> {
#[cfg(test)]
let _probe = file_sync_probe::enter(path);
#[cfg(test)]