Skip to content

Commit

Permalink
chore: flush stream on broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jan 31, 2023
1 parent 8fc043e commit 67c1702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/cubestore/cubestore/src/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3645,6 +3645,7 @@ mod tests {
file.write_all(format!("{},San Francisco,\"[\"\"Foo\"\",\"\"Bar\"\",\"\"FooBar\"\"]\",\"2021-01-24 12:12:23 UTC\"\n", i).as_bytes()).await.unwrap();
}

file.flush().await.unwrap();
file.shutdown().await.unwrap();

vec![path_1, path_2]
Expand Down

0 comments on commit 67c1702

Please sign in to comment.