fix: Fix test_insert_and_select hangs occasionally (#496)

* fix: Also handles admin request in another runtime

* chore: Describe why executes admin request in another runtime

* test: Enable test_insert_and_select
This commit is contained in:
Yingwen
2022-11-14 21:11:25 +08:00
committed by GitHub
parent 68b299e04a
commit 508f4cdfd0
2 changed files with 36 additions and 23 deletions

View File

@@ -159,7 +159,6 @@ fn expect_data() -> (Column, Column, Column, Column) {
}
#[tokio::test(flavor = "multi_thread")]
#[ignore]
async fn test_insert_and_select() {
common_telemetry::init_default_ut_logging();
let (addr, _guard, fe_grpc_server, dn_grpc_server) =