-
Notifications
You must be signed in to change notification settings - Fork 24.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
VersionUtilsTests.testGradleVersionsMatchVersionUtils fails on 6.x intake #30133
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
>test-failure
Triaged test failures from CI
Comments
Pinging @elastic/es-core-infra |
For now, silencing this test in 6.x:
|
I'll have a look! |
@hub-cap will do it instead. |
hub-cap
added a commit
to hub-cap/elasticsearch
that referenced
this issue
May 1, 2018
The BCW generation code in VersionCollection.groovy was updated a while ago to accurately grab released and unreleased versions from Version.java. The logic for VersionUtils, which is the java equivalent of VersionCollection, was never updated to fix the bugs present in VersionCollection. This commit uses the same logic present in VersionCollection in VersionUtils. While the best solution is not to duplicate logic, this commit will first fix the test, and de duping the logic is out of scope for this. Relates elastic#30133
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
May 2, 2018
This commit refactors VersionUtils.resolveReleasedVersions to be simpler, and in the process fixes the behavior to match that of VersionCollection.groovy. closes elastic#30133
rjernst
added a commit
that referenced
this issue
May 2, 2018
This commit refactors VersionUtils.resolveReleasedVersions to be simpler, and in the process fixes the behavior to match that of VersionCollection.groovy. closes #30133
rjernst
added a commit
that referenced
this issue
May 2, 2018
This commit refactors VersionUtils.resolveReleasedVersions to be simpler, and in the process fixes the behavior to match that of VersionCollection.groovy. closes #30133
rjernst
added a commit
that referenced
this issue
May 2, 2018
This commit refactors VersionUtils.resolveReleasedVersions to be simpler, and in the process fixes the behavior to match that of VersionCollection.groovy. closes #30133
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
>test-failure
Triaged test failures from CI
5 failures within 24 hours
The most recent CI failures:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1608/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1606/console
Reproduction line:
./gradlew :test:framework:test -Dtests.seed=AD2D0BA6D0112AF0 -Dtests.class=org.elasticsearch.test.VersionUtilsTests -Dtests.method="testGradleVersionsMatchVersionUtils" -Dtests.security.manager=true -Dtests.locale=fr-LU -Dtests.timezone=America/St_Thomas
It seems that
5.6.10
in not included inbwcVersions.wireCompatible
versions:FAILURE 0.18s | VersionUtilsTests.testGradleVersionsMatchVersionUtils <<< FAILURES!
The text was updated successfully, but these errors were encountered: