Commit aacd23e
Merge #154890
154890: changefeedccl: remove max object count for multi-table pts testing r=KeithCh,andyyang890 a=aerfrei
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](https://cockroachlabs.atlassian.net/browse/CRDB-1421)
Release note: None
Co-authored-by: Aerin Freilich <[email protected]>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