mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
test(s3tables): clarify durable draft failure test (#4263)
This commit is contained in:
@@ -17302,7 +17302,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn strong_catalog_backing_rolls_back_cache_when_persist_and_reload_fail() {
|
||||
async fn strong_catalog_backing_does_not_publish_draft_when_persist_and_reload_fail() {
|
||||
let backend = TestCatalogObjectBackend::default();
|
||||
let store = StrongTableCatalogStore::new(backend.clone());
|
||||
let bucket = "analytics";
|
||||
|
||||
Reference in New Issue
Block a user