From 9863e501f1f06fc974b7d6a99f7117db3e0e7b76 Mon Sep 17 00:00:00 2001 From: dennis zhuang Date: Thu, 21 Sep 2023 10:33:18 +0800 Subject: [PATCH] test: revert ignored tests (#2455) --- tests-integration/src/opentsdb.rs | 1 - tests-integration/src/tests/instance_test.rs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests-integration/src/opentsdb.rs b/tests-integration/src/opentsdb.rs index a66786e4fb0e..5d6338d94270 100644 --- a/tests-integration/src/opentsdb.rs +++ b/tests-integration/src/opentsdb.rs @@ -38,7 +38,6 @@ mod tests { test_exec(instance).await; } - #[ignore = "https://github.com/GreptimeTeam/greptimedb/issues/1681"] #[tokio::test(flavor = "multi_thread")] async fn test_distributed_exec() { let distributed = tests::create_distributed_instance("test_distributed_exec").await; diff --git a/tests-integration/src/tests/instance_test.rs b/tests-integration/src/tests/instance_test.rs index 54c2c3c54359..afceddfe820d 100644 --- a/tests-integration/src/tests/instance_test.rs +++ b/tests-integration/src/tests/instance_test.rs @@ -1249,7 +1249,6 @@ async fn test_create_table_after_rename_table(instance: Arc) { check_output_stream(output, expect).await; } -#[ignore = "https://github.com/GreptimeTeam/greptimedb/issues/1681"] #[apply(both_instances_cases)] async fn test_alter_table(instance: Arc) { let instance = instance.frontend(); @@ -1271,7 +1270,7 @@ async fn test_alter_table(instance: Arc) { "insert into demo(host, cpu, memory, ts) values ('host1', 1.1, 100, 1000)", ) .await, - Output::AffectedRows(0) + Output::AffectedRows(1) )); // Add column