Skip to content

Fix Failure to Drain Stream in GCS Repo Tests#52431

Merged
original-brownbear merged 2 commits intoelastic:masterfrom
original-brownbear:52430
Feb 18, 2020
Merged

Fix Failure to Drain Stream in GCS Repo Tests#52431
original-brownbear merged 2 commits intoelastic:masterfrom
original-brownbear:52430

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

Same as #51933 but for the custom handler just used in this test.

Closes #52430

Same as #51933 but for the custom handler just used in this test.

Closes #52430
@original-brownbear original-brownbear added >test Issues or PRs that are addressing/adding tests :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.0.0 v7.7.0 v7.6.1 labels Feb 17, 2020
@elasticmachine
Copy link
Copy Markdown
Collaborator

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

Copy link
Copy Markdown
Member

@tlrx tlrx 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 Armin!

@original-brownbear original-brownbear merged commit 616fc3b into elastic:master Feb 18, 2020
@original-brownbear original-brownbear deleted the 52430 branch February 18, 2020 08:59
@original-brownbear
Copy link
Copy Markdown
Contributor Author

Np + Thanks Tanguy!

original-brownbear added a commit that referenced this pull request Feb 18, 2020
Same as #51933 but for the custom handler just used in this test.

Closes #52430
original-brownbear added a commit that referenced this pull request Feb 18, 2020
Same as #51933 but for the custom handler just used in this test.

Closes #52430
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test Issues or PRs that are addressing/adding tests v7.6.1 v7.7.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] GoogleCloudStorageBlobContainerRetriesTests.testWriteLargeBlob

4 participants