Skip to content

Commit 02746eb

Browse files
authored
[ISSUE #8114]🐛Stabilize tieredstore read fallback query test (#8115)
1 parent e17b7d7 commit 02746eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rocketmq-store/src/message_store/local_file_message_store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6232,6 +6232,7 @@ mod tests {
62326232
storage_level: TieredStorageLevel::Force,
62336233
backend_provider: "memory".to_string(),
62346234
store_path_root_dir: temp_dir.path().join("tieredstore"),
6235+
delete_file_enable: false,
62356236
max_pending_tasks: 16,
62366237
..TieredStoreConfig::default()
62376238
}),

0 commit comments

Comments
 (0)