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 dcc4d49 commit 4feef40Copy full SHA for 4feef40
scylla/tests/integration/session/tracing.rs
@@ -33,6 +33,8 @@ async fn test_tracing() {
33
test_tracing_query_iter(&session, ks.clone()).await;
34
test_tracing_execute_iter(&session, ks.clone()).await;
35
test_tracing_batch(&session, ks.clone()).await;
36
+
37
+ session.ddl(format!("DROP KEYSPACE {ks}")).await.unwrap();
38
}
39
40
async fn test_tracing_query(session: &Session, ks: String) {
0 commit comments