Skip to content

Commit 4feef40

Browse files
committed
tracing it: teardown keyspaces
1 parent dcc4d49 commit 4feef40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scylla/tests/integration/session/tracing.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ async fn test_tracing() {
3333
test_tracing_query_iter(&session, ks.clone()).await;
3434
test_tracing_execute_iter(&session, ks.clone()).await;
3535
test_tracing_batch(&session, ks.clone()).await;
36+
37+
session.ddl(format!("DROP KEYSPACE {ks}")).await.unwrap();
3638
}
3739

3840
async fn test_tracing_query(session: &Session, ks: String) {

0 commit comments

Comments
 (0)