mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 23:10:37 +00:00
fix: the region_stats API will return an error in instance test (#4951)
This commit is contained in:
@@ -346,6 +346,7 @@ impl GreptimeDbClusterBuilder {
|
||||
) -> Arc<FeInstance> {
|
||||
let mut meta_client = MetaClientBuilder::frontend_default_options(1000)
|
||||
.channel_manager(metasrv.channel_manager)
|
||||
.enable_access_cluster_info()
|
||||
.build();
|
||||
meta_client.start(&[&metasrv.server_addr]).await.unwrap();
|
||||
let meta_client = Arc::new(meta_client);
|
||||
|
||||
Reference in New Issue
Block a user