Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Jan 11, 2024
1 parent 1c7de76 commit cd21ca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oximeter/db/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,7 @@ mod tests {
.unwrap();

db.cleanup().await.expect("Failed to cleanup ClickHouse server");
logctx.cleanup_successful();
}

async fn create_cluster(logctx: &LogContext) -> ClickHouseCluster {
Expand Down Expand Up @@ -1887,6 +1888,8 @@ mod tests {
.cleanup()
.await
.expect("Failed to cleanup ClickHouse server 2");

logctx.cleanup_successful();
}

async fn bad_db_connection_test() -> Result<(), Error> {
Expand Down

0 comments on commit cd21ca8

Please sign in to comment.