Commit fd2ed0c
committed
logical: deflake TestRandomStream
TestRandomStream passes a non-external URI. This causes the external
connection polling logic added by cockroachdb#149261 to return an error which
results in the processor shutting down right away. The only reason the
test mostly works is the tear down takes some time and we are usually
able to replicate a few rows before shutdown completes.
Release note: none
Fixes: 153666
Fixes: 1524351 parent d94e6a6 commit fd2ed0c
File tree
2 files changed
+7
-14
lines changed- pkg/crosscluster/logical
2 files changed
+7
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
1092 | 1090 | | |
1093 | 1091 | | |
1094 | 1092 | | |
1095 | | - | |
| 1093 | + | |
1096 | 1094 | | |
1097 | 1095 | | |
1098 | 1096 | | |
1099 | 1097 | | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
1103 | | - | |
1104 | | - | |
1105 | | - | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
1109 | | - | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
1110 | 1104 | | |
1111 | 1105 | | |
1112 | 1106 | | |
| |||
0 commit comments