Skip to content

Commit 83815d3

Browse files
committed
roachtest: expect new attr column in decom test
`decommission/randomized` began failing after #143421, which introduced a new column to `node status`. Expect that new column in the roachtest. Fixes: #145522 Release note: None
1 parent 1057749 commit 83815d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/decommission.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ var decommissionFooter = []string{
11931193

11941194
// Header from the output of `cockroach node status`.
11951195
var statusHeader = []string{
1196-
"id", "address", "sql_address", "build", "started_at", "updated_at", "locality", "is_available", "is_live",
1196+
"id", "address", "sql_address", "build", "started_at", "updated_at", "locality", "attrs", "is_available", "is_live",
11971197
}
11981198

11991199
// Header from the output of `cockroach node status --decommission`.

0 commit comments

Comments
 (0)