Skip to content
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

Mute GoogleCloudStorageBlobStoreRepositoryTests on jdk8 #53119

Merged
merged 1 commit into from
Mar 5, 2020

Conversation

tlrx
Copy link
Member

@tlrx tlrx commented Mar 4, 2020

Tests in GoogleCloudStorageBlobStoreRepositoryTests are known to be flaky on JDK 8 (#51446, #52430 ) and we suspect a JDK bug (https://bugs.openjdk.java.net/browse/JDK-8180754) that triggers some assertion on the server side logic that emulates the Google Cloud Storage service.

Sadly we were not able to reproduce the failures, even when using the same OS (Debian 9, Ubuntu 16.04) and JDK (Oracle Corporation 1.8.0_241 [Java HotSpot(TM) 64-Bit Server VM 25.241-b07]) of almost all the test failures on CI.

Close ##52906

While Armin spent some time fixing code (#51933, #52431) to circumvent the JDK bug they are still flaky on JDK-8. This pull request is a proposal to mute these tests for JDK-8 only.

@tlrx tlrx added >test Issues or PRs that are addressing/adding tests :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.0.0 v7.7.0 v7.6.2 labels Mar 4, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@ywelsch
Copy link
Contributor

ywelsch commented Mar 4, 2020

I think we only need to do this for 7.x, as master is not running against JDK 8 anymore.

@tlrx tlrx force-pushed the mute-gcs-repo-tests-on-java-8 branch from 14990a8 to 6b62fa6 Compare March 4, 2020 16:33
@tlrx tlrx changed the base branch from master to 7.x March 4, 2020 16:33
@elastic elastic deleted a comment from cla-checker-service bot Mar 4, 2020
@tlrx
Copy link
Member Author

tlrx commented Mar 4, 2020

I think we only need to do this for 7.x, as master is not running against JDK 8 anymore.

Pffff of course. I changed the base branch to target 7.x.

Copy link
Member

@original-brownbear original-brownbear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for taking care of this Tanguy!

@tlrx tlrx merged commit 52d4807 into elastic:7.x Mar 5, 2020
@tlrx
Copy link
Member Author

tlrx commented Mar 5, 2020

Thanks Armin!

@tlrx tlrx deleted the mute-gcs-repo-tests-on-java-8 branch March 5, 2020 08:18
@tlrx tlrx removed the v8.0.0 label Mar 5, 2020
tlrx added a commit that referenced this pull request Mar 5, 2020
Tests in GoogleCloudStorageBlobStoreRepositoryTests are known 
to be flaky on JDK 8 (#51446, #52430 ) and we suspect a JDK 
bug (https://bugs.openjdk.java.net/browse/JDK-8180754) that triggers
 some assertion on the server side logic that emulates the Google 
Cloud Storage service.

Sadly we were not able to reproduce the failures, even when using 
the same OS (Debian 9, Ubuntu 16.04) and JDK (Oracle Corporation 
1.8.0_241 [Java HotSpot(TM) 64-Bit Server VM 25.241-b07]) of 
almost all the test failures on CI. While we spent some time fixing 
code (#51933, #52431) to circumvent the JDK bug they are still flaky 
on JDK-8. This commit mute these tests for JDK-8 only.

Close ##52906
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this pull request Apr 17, 2020
Same as elastic#53119 but for the retries tests.
original-brownbear added a commit that referenced this pull request Apr 17, 2020
Same as #53119 but for the retries tests.
Closes #55317
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this pull request Apr 17, 2020
original-brownbear added a commit that referenced this pull request Apr 17, 2020
Same as #53119 but for the retries tests.
Closes #55317
tlrx added a commit to tlrx/elasticsearch that referenced this pull request Jun 30, 2021
tlrx added a commit that referenced this pull request Jun 30, 2021
See #53119 for more context about why those tests 
are muted on JDK8.

They start failing more often recently now #74313 
and #74620 have been merged, as reported in #74739.
benwtrent pushed a commit to benwtrent/elasticsearch that referenced this pull request Jun 30, 2021
See elastic#53119 for more context about why those tests 
are muted on JDK8.

They start failing more often recently now elastic#74313 
and elastic#74620 have been merged, as reported in elastic#74739.
benwtrent added a commit that referenced this pull request Jun 30, 2021
See #53119 for more context about why those tests 
are muted on JDK8.

They start failing more often recently now #74313 
and #74620 have been merged, as reported in #74739.

Co-authored-by: Tanguy Leroux <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test Issues or PRs that are addressing/adding tests v7.6.2 v7.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants