Commit d426af6
committed
sr/dt: default mode_mutability to true, matching the broker
The broker-side default, defined in
src/v/pandaproxy/schema_registry/configuration.cc, flipped to true in
0744a21
but the ducktape SchemaRegistryConfig stayed false. Align the harness
with the product default and drop the now-redundant per-test true
overrides, except in the ModeMutable test classes, which pin the flag
they exercise (mirroring the explicit false in ModeNotMutableTest).1 parent 2705cc4 commit d426af6
4 files changed
Lines changed: 1 addition & 8 deletions
File tree
- tests/rptest
- services
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1277 | 1277 | | |
1278 | 1278 | | |
1279 | 1279 | | |
1280 | | - | |
| 1280 | + | |
1281 | 1281 | | |
1282 | 1282 | | |
1283 | 1283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3000 | 3000 | | |
3001 | 3001 | | |
3002 | 3002 | | |
3003 | | - | |
3004 | 3003 | | |
3005 | 3004 | | |
3006 | 3005 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5208 | 5208 | | |
5209 | 5209 | | |
5210 | 5210 | | |
5211 | | - | |
5212 | | - | |
5213 | 5211 | | |
5214 | 5212 | | |
5215 | 5213 | | |
5216 | 5214 | | |
5217 | 5215 | | |
5218 | | - | |
5219 | 5216 | | |
5220 | 5217 | | |
5221 | 5218 | | |
| |||
7379 | 7376 | | |
7380 | 7377 | | |
7381 | 7378 | | |
7382 | | - | |
7383 | 7379 | | |
7384 | 7380 | | |
7385 | 7381 | | |
| |||
10472 | 10468 | | |
10473 | 10469 | | |
10474 | 10470 | | |
10475 | | - | |
10476 | 10471 | | |
10477 | 10472 | | |
10478 | 10473 | | |
| |||
0 commit comments