Skip to content

Commit 6b5994c

Browse files
craig[bot]kvoli
andcommitted
Merge #145914
145914: roachtest: expect new attr column in decom test r=wenyihu6 a=kvoli `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 Co-authored-by: Austen McClernon <[email protected]>
2 parents 02d269e + 83815d3 commit 6b5994c

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)