-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix server_integration_test.go version_date #10420
Conversation
kaiyan-sheng
commented
Jan 30, 2019
jenkins, test this |
@@ -48,7 +48,7 @@ func TestFetch(t *testing.T) { | |||
metricsetFields := event.MetricSetFields | |||
|
|||
// Check values | |||
assert.Equal(t, "06/29/2018 04:05 GMT", metricsetFields["version_date"]) | |||
assert.Equal(t, "02/06/2016 03:18 GMT", metricsetFields["version_date"]) |
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.
@sayden Any idea on why this might have changed? Perhaps we should compare some other fields in the tests as this one changes every time we update the docker image I assume.
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.
I think it's because I was using the official image with 3.4.13
instead of the unofficial configured one in the Dockerfile jplock/zookeeper:3.4.8
.
But, yes, we can just compare other fields and maintain current image.
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.
But why was the build green here? #10341
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.
I'm wondering the same, also with this error #10375 (comment)
@kaiyan-sheng Merged to get our builds back to green. Thanks for the fix. |