Skip to content

chore: move tests which use FakeServer to be Integration Tests#1987

Merged
BenWhitehead merged 1 commit intomainfrom
fake-server-to-its
Apr 18, 2023
Merged

chore: move tests which use FakeServer to be Integration Tests#1987
BenWhitehead merged 1 commit intomainfrom
fake-server-to-its

Conversation

@BenWhitehead
Copy link
Collaborator

GitHub actions seem to sometimes have issues with tcp connection's lingering longer than they should, or having things delayed. Other languages have encountered TCP issues in their actions too.

In an effort to try and reduce the likelihood of this causing build flakiness move these test which use FakeServer to be Integration tests where we haven't encountered these kinds of failures.

Fixes #1748

GitHub actions seem to sometimes have issues with tcp connection's lingering longer than they should, or having things delayed. Other languages have encountered TCP issues in their actions too.

In an effort to try and reduce the likelihood of this causing build flakiness move these test which use FakeServer to be Integration tests where we haven't encountered these kinds of failures.
@BenWhitehead BenWhitehead added the owlbot:ignore instruct owl-bot to ignore a PR label Apr 18, 2023
@BenWhitehead BenWhitehead requested a review from a team as a code owner April 18, 2023 22:02
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the googleapis/java-storage API. labels Apr 18, 2023
@BenWhitehead BenWhitehead merged commit 86fbc4a into main Apr 18, 2023
@BenWhitehead BenWhitehead deleted the fake-server-to-its branch April 18, 2023 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the googleapis/java-storage API. owlbot:ignore instruct owl-bot to ignore a PR size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

com.google.cloud.storage.GapicUnbufferedWritableByteChannelTest#resumableUpload flake?

2 participants