test: revert ignored tests (#2455)

This commit is contained in:
dennis zhuang
2023-09-21 10:33:18 +08:00
committed by GitHub
parent df0877111e
commit 9863e501f1
2 changed files with 1 additions and 3 deletions

View File

@@ -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;

View File

@@ -1249,7 +1249,6 @@ async fn test_create_table_after_rename_table(instance: Arc<dyn MockInstance>) {
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<dyn MockInstance>) {
let instance = instance.frontend();
@@ -1271,7 +1270,7 @@ async fn test_alter_table(instance: Arc<dyn MockInstance>) {
"insert into demo(host, cpu, memory, ts) values ('host1', 1.1, 100, 1000)",
)
.await,
Output::AffectedRows(0)
Output::AffectedRows(1)
));
// Add column