Skip to content

Commit ae1428d

Browse files
committed
rptest: only cloud topics in rnot
1 parent 1ca99f8 commit ae1428d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/rptest/tests/random_node_operations_smoke_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -918,15 +918,14 @@ def __init__(self, *args: Any, **kwargs: Any):
918918
"kafka": "debug",
919919
"reconciler": "debug",
920920
"cloud_topics": "debug",
921+
"cloud_topics-compaction": "debug",
921922
"offset_translator": "trace",
922923
},
923924
),
924925
)
925926

926927
@cluster(num_nodes=9, log_allow_list=RNOT_ALLOW_LIST)
927-
@matrix(
928-
cloud_storage_type=get_cloud_storage_type()[:1], mixed_versions=[True, False]
929-
)
928+
@matrix(cloud_storage_type=get_cloud_storage_type()[:1], mixed_versions=[False])
930929
def test_node_ops_smoke_test(
931930
self, cloud_storage_type: CloudStorageType, mixed_versions: bool
932931
):

0 commit comments

Comments
 (0)