We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b090022 commit 1f374dbCopy full SHA for 1f374db
scylla/tests/integration/statements/consistency.rs
@@ -245,6 +245,8 @@ async fn check_for_all_consistencies_and_setting_options<
245
.unwrap();
246
rx = check_consistencies(consistency, serial_consistency, rx).await;
247
}
248
+
249
+ session.ddl(format!("DROP KEYSPACE {ks}")).await.unwrap();
250
251
252
// Checks that the expected consistency and serial_consistency are set
0 commit comments