mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 19:30:37 +00:00
test: revert ignored tests (#2455)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user