Skip to content

Commit

Permalink
fix: fragile integration tests (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield authored Dec 5, 2023
1 parent 7d506b3 commit 6344b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests-integration/src/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ impl GreptimeDbClusterBuilder {
Arc::new(handlers_executor),
);

let instance = FrontendBuilder::new(meta_backend, datanode_clients, meta_client)
let instance = FrontendBuilder::new(meta_backend.clone(), datanode_clients, meta_client)
.with_cache_invalidator(meta_backend)
.with_heartbeat_task(heartbeat_task)
.try_build()
.await
Expand Down

0 comments on commit 6344b1e

Please sign in to comment.