-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roachtest: improve logging in gossip/chaos/nodes=9 further #126087
roachtest: improve logging in gossip/chaos/nodes=9 further #126087
Conversation
Informs cockroachdb#124828. Informs cockroachdb#126077. Release note: None
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @nameisbhaskar, @nvanbenschoten, and @vidit-bhat)
pkg/cmd/roachtest/tests/gossip.go
line 126 at r1 (raw file):
start := timeutil.Now() for { t.L().Printf("checking if gossip excludes dead node %d (%.0fs)\n",
nit: dead node %d; have been checking since?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TFTR!
bors r+
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @arulajmani, @nameisbhaskar, and @vidit-bhat)
pkg/cmd/roachtest/tests/gossip.go
line 126 at r1 (raw file):
Previously, arulajmani (Arul Ajmani) wrote…
nit: dead node %d; have been checking since?
We should keep this consistent with all of the logging in gossipOK
, so I'll keep this as is for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @nameisbhaskar, @nvanbenschoten, and @vidit-bhat)
pkg/cmd/roachtest/tests/gossip.go
line 126 at r1 (raw file):
Previously, nvanbenschoten (Nathan VanBenschoten) wrote…
We should keep this consistent with all of the logging in
gossipOK
, so I'll keep this as is for now.
Ack
Informs #124828.
Informs #126077.
Release note: None