mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 20:30:37 +00:00
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:
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user