Skip to content

Commit

Permalink
MINOR: Collect metadata log dir in kraft system tests (apache#12215)
Browse files Browse the repository at this point in the history
It is useful to collect the directory for `__cluster_metadata` in system tests. We use a separate directory from user partitions, so it must be configured separately. 

Reviewers: David Arthur <[email protected]>
  • Loading branch information
Jason Gustafson authored May 26, 2022
1 parent c22d320 commit 02fc6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/kafkatest/services/kafka/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ class for details.
"kafka_data_2": {
"path": DATA_LOG_DIR_2,
"collect_default": False},
"kafka_cluster_metadata": {
"path": METADATA_LOG_DIR,
"collect_default": False},
"kafka_heap_dump_file": {
"path": HEAP_DUMP_FILE,
"collect_default": True}
Expand Down

0 comments on commit 02fc6e7

Please sign in to comment.