-
Notifications
You must be signed in to change notification settings - Fork 88
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
fix(test): fix flaky test #1633
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The expectation list needs to be thread safe as it could be accessed from multiple grpc server threads Change-Id: I74be5cd433fc31963b1c22091216dffa1ef9c55e
product-auto-label
bot
added
size: xs
Pull request size is extra small.
api: bigtable
Issues related to the googleapis/java-bigtable API.
labels
Feb 16, 2023
mutianf
approved these changes
Feb 16, 2023
mutianf
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 16, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 16, 2023
mutianf
added
automerge
Merge the pull request once unit tests and other checks pass.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Feb 16, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 16, 2023
Change-Id: Ide19ef7ba2f29b1bb9d3fc211d652567c53fdbfb
mutianf
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 16, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 16, 2023
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Feb 16, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 16, 2023
🤖 I have created a release *beep* *boop* --- ## [2.19.1](https://togithub.com/googleapis/java-bigtable/compare/v2.19.0...v2.19.1) (2023-02-16) ### Bug Fixes * Change the return type of Heartbeat::getEstimatedLowWatermark to long ([#1631](https://togithub.com/googleapis/java-bigtable/issues/1631)) ([a101494](https://togithub.com/googleapis/java-bigtable/commit/a101494909226114fd951c94348878bf38453793)) * Fix connectivity error count calculation ([#1632](https://togithub.com/googleapis/java-bigtable/issues/1632)) ([0803785](https://togithub.com/googleapis/java-bigtable/commit/0803785694874001a6ffbfe3245e84a23cb905ae)) * **test:** Fix flaky test ([#1633](https://togithub.com/googleapis/java-bigtable/issues/1633)) ([fc29cd3](https://togithub.com/googleapis/java-bigtable/commit/fc29cd35101fd6a6262aea8648bc06bd20ce3d10)) ### Dependencies * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.20 ([#1626](https://togithub.com/googleapis/java-bigtable/issues/1626)) ([0865023](https://togithub.com/googleapis/java-bigtable/commit/08650238a806367c94072b51029010272c966148)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 ([#1627](https://togithub.com/googleapis/java-bigtable/issues/1627)) ([782e81f](https://togithub.com/googleapis/java-bigtable/commit/782e81f6e64c1d8015fddf2219d590c77217584d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the googleapis/java-bigtable API.
size: xs
Pull request size is extra small.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The expectation list needs to be thread safe as it could be accessed from multiple grpc server threads
Change-Id: I74be5cd433fc31963b1c22091216dffa1ef9c55e
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.