mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 04:12:55 +00:00
fix: fragile integration tests (#2870)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user