Commit d0f67a1
committed
changefeedccl: opt out of db-level feed testing for offline table error
A previous patch allowed db-level changefeeds to not end with a terminal
error when a watched table becomes offline. The existing test asserted
that table-level changefeeds fail with that terminal error. Metamorphic
testing caused these changefeeds to instead be changed to db-level,
causing the test to fail when no terminal error occurred.
This patch opts out from metamorphic db-level testing for the test that
asserts that a table-level changefeed fails with a terminal error when
encountering an offline table.
Fixes: #159056
Release note: None1 parent 0dfe683 commit d0f67a1
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5859 | 5859 | | |
5860 | 5860 | | |
5861 | 5861 | | |
5862 | | - | |
| 5862 | + | |
| 5863 | + | |
| 5864 | + | |
| 5865 | + | |
5863 | 5866 | | |
5864 | 5867 | | |
5865 | 5868 | | |
| |||
5903 | 5906 | | |
5904 | 5907 | | |
5905 | 5908 | | |
5906 | | - | |
| 5909 | + | |
| 5910 | + | |
| 5911 | + | |
| 5912 | + | |
5907 | 5913 | | |
5908 | 5914 | | |
5909 | 5915 | | |
| |||
0 commit comments