We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdd296 commit e71ce63Copy full SHA for e71ce63
src/query/ee/tests/it/storages/fuse/operations/vacuum2.rs
@@ -35,7 +35,6 @@ async fn test_table_function_fuse_vacuum2_all() -> Result<()> {
35
36
setup(&fixture).await?;
37
38
-
39
// vacuum them all
40
let res = fixture.execute_command("call system$fuse_vacuum2()").await;
41
@@ -88,8 +87,7 @@ async fn test_vacuum_all_stmt() -> Result<()> {
88
87
Ok(())
89
}
90
91
-async fn setup(fixture: &TestFixture) -> Result<()>{
92
+async fn setup(fixture: &TestFixture) -> Result<()> {
93
// Adjust retention period to 0, so that dropped tables will be vacuumed immediately
94
let session = fixture.default_session();
95
session.get_settings().set_data_retention_time_in_days(0)?;
0 commit comments