-
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: small misc #52083
roachtest: small misc #52083
Conversation
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, 1 of 1 files at r2.
Reviewable status: complete! 0 of 0 LGTMs obtained
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
pkg/ts/timespan.go, line 100 at r2 (raw file):
return fmt.Errorf( "cannot query time series in the future (start time %d was greater than "+ "cutoff for current sample period %d); current time: %s; sample duration: %s",
you need a %d
or %v
df87bf9
to
03c83b7
Compare
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! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @ajwerner)
pkg/ts/timespan.go, line 100 at r2 (raw file):
Previously, ajwerner wrote…
you need a
%d
or%v
switched to proper times
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 r4.
Reviewable status: complete! 1 of 0 LGTMs obtained
A test had a non-sensically short duration when running locally. Actually running this test with such a short duration causes it to fail cause the metrics query that it wants to do errors out because the duration is too small in comparison with the downsampling period. Release note: None
Release note: None
03c83b7
to
f38ebe1
Compare
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.
bors r+
Reviewable status: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @ajwerner)
Build succeeded: |
See individual commits.