Skip to content

Commit 83a9091

Browse files
Add no-replicated-database tag to transaction test
Distributed DDL queries (like mutations) inside transactions are not supported with `DatabaseReplicated`, so this test needs to be skipped in that configuration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ac77c86 commit 83a9091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/queries/0_stateless/03803_transaction_mutation_race.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Tags: no-ordinary-database, no-random-merge-tree-settings, no-encrypted-storage
2+
# Tags: no-ordinary-database, no-random-merge-tree-settings, no-encrypted-storage, no-replicated-database
33

44
# Test for the race condition where a transaction commits before all mutations
55
# started by that transaction have been applied to all parts.

0 commit comments

Comments
 (0)