Skip to content

Commit

Permalink
tests/datalake: run topic lifecycle test with filesystem catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlpn committed Nov 26, 2024
1 parent 5cf96df commit 049dd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/datalake/datalake_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_avro_schema(self, cloud_storage_type, query_engine):

@cluster(num_nodes=4)
@matrix(cloud_storage_type=supported_storage_types(),
filesystem_catalog_mode=[False])
filesystem_catalog_mode=[True, False])
def test_topic_lifecycle(self, cloud_storage_type,
filesystem_catalog_mode):
count = 100
Expand Down

0 comments on commit 049dd7d

Please sign in to comment.