Commit 55d4ac6
committed
changefeedccl: remove max object count for multi-table pts testing
Set the cluster setting sql.schema.approx_max_object_count = 0,
turning off the object count limit so we can run this test with
50k tables. That test currently fails during fixture setup due
to the newly introduced default schema object limit (20,000).
This test attempts to create more than 50,000 descriptors,
exceeding the limit and triggering a guardrail error.
Fixes: #154827
Fixes: #154826
Epic: CRDB-1421
Release note: None1 parent 58a3f6f commit 55d4ac6
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1889 | 1889 | | |
1890 | 1890 | | |
1891 | 1891 | | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
1892 | 1898 | | |
1893 | 1899 | | |
1894 | 1900 | | |
| |||
0 commit comments