Skip to content

Commit 1f374db

Browse files
committed
consistency it: teardown keyspaces
1 parent b090022 commit 1f374db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scylla/tests/integration/statements/consistency.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ async fn check_for_all_consistencies_and_setting_options<
245245
.unwrap();
246246
rx = check_consistencies(consistency, serial_consistency, rx).await;
247247
}
248+
249+
session.ddl(format!("DROP KEYSPACE {ks}")).await.unwrap();
248250
}
249251

250252
// Checks that the expected consistency and serial_consistency are set

0 commit comments

Comments
 (0)