Skip to content

Conversation

@talevy
Copy link
Contributor

@talevy talevy commented Feb 27, 2019

Mutations of the timeout values were using string-representations.

This resulted in very rare cases where the original timeout value was
represented as something like "0ms" and the new random time-value generated
was "0s". Although their string representations differ, their underlying
TimeValue does not. This resulted in -Dtests.seed=7F4C034C43C22B1B to
fail.

Mutations of the timeout values were using string-representations.

This resulted in very rare cases where the original timeout value was
represented as something like "0ms" and the new random time-value generated
was "0s". Although their string representations differ, their underlying
TimeValue does not. This resulted in `-Dtests.seed=7F4C034C43C22B1B` to
fail.
@talevy talevy added :Core/Infra/Settings Settings infrastructure and APIs >non-issue >test Issues or PRs that are addressing/adding tests backport labels Feb 27, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@talevy talevy added the v7.2.0 label Feb 27, 2019
@talevy talevy merged commit b9b46fd into elastic:7.x Mar 1, 2019
@talevy talevy deleted the 7.x-39386 branch March 1, 2019 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Core/Infra/Settings Settings infrastructure and APIs >non-issue >test Issues or PRs that are addressing/adding tests v7.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants