Commit 4b6268f
committed
roachtest: fix test cluster check in maybeSaveClusterDueToInvariantProblems
This check previously called c.Nodes, which constructs a node list
with the passed in options. With nothing passed, this constructs
an empty node list which caused this check to always return.1 parent 165e40b commit 4b6268f
File tree
2 files changed
+2
-2
lines changed- pkg/cmd/roachtest
- tests
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1814 | 1814 | | |
1815 | 1815 | | |
1816 | 1816 | | |
1817 | | - | |
| 1817 | + | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | 1820 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments