Skip to content

Commit 6bc6435

Browse files
authored
Merge pull request #34281 from def-/pr-mcp-materialize-debug
mcp-materialize test: Add more debug output
2 parents cc8778a + c5d8291 commit 6bc6435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/mcp-materialize/mzcompose.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def workflow_default(c: Composition, parser: WorkflowArgumentParser) -> None:
5454
"default_cluster_replication_factor": "1"
5555
},
5656
)
57-
test_args = ["tests/"]
57+
# TODO: Remove -vvv again when database-issues#9927 is fixed
58+
test_args = ["tests/", "-vvv"]
5859
if args.k:
5960
test_args.append(f"-k {args.k}")
6061
if args.s:

0 commit comments

Comments
 (0)