Commit 6f386a3
Make
The test reference expected the per-replica DDL status row from
`CREATE TABLE` in a `Replicated` database, but the DBReplicated flavor
sets `distributed_ddl_output_mode = none` (tests/config/users.d/database_replicated.xml),
which suppresses that row, so the test failed there with empty output.
Force `--distributed_ddl_output_mode=none` on every client call in the
test and empty the reference, matching the convention used by other
`Replicated` database tests.
Co-authored-by: Cursor <cursoragent@cursor.com>05137_text_index_replicated_database_alter deterministic across CI flavors1 parent ec80b50 commit 6f386a3
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- tests/queries/0_stateless
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments