Skip to content

Commit 4e9ecfb

Browse files
authored
fix: flaky unit test test_persistent_log_write (#17701)
1 parent 07afbc0 commit 4e9ecfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/service/tests/it/persistent_log/global_persistent_log.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pub async fn test_persistent_log_write() -> Result<()> {
6767
write_remote_log(&config.log.persistentlog.stage_name).await?;
6868
tokio::time::sleep(std::time::Duration::from_secs(random_sleep)).await;
6969
}
70+
tokio::time::sleep(std::time::Duration::from_secs(5)).await;
7071

7172
let res = fixture
7273
.execute_query("select count(*) from persistent_system.query_log")

0 commit comments

Comments
 (0)