Skip to content

Commit

Permalink
fix: the region_stats API will return an error in instance test (#4951)
Browse files Browse the repository at this point in the history
  • Loading branch information
linyihai authored Nov 6, 2024
1 parent dfe8cf2 commit 1431393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests-integration/src/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1431393

Please sign in to comment.