-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[healthcare] fix: fix broken tests for healthcare API #3253
Conversation
It seems like the API changed a bit, so I needed to make some tweak. I added @busunkim96 and @leahecole as reviewers, but let me know if I'm doing wrong. |
Wow. It seems like those 2 builds are using the same resource name. I think this is a recipe for disaster. I'll also fix it in the next commit. |
It's still flaky:
As far as I read the (log)[https://source.cloud.google.com/results/invocations/3cdf88e2-52f8-47e0-a757-a2792429c141/log], the test successfully created a new message and the subsequent list call returned an empty result. Maybe I can retry for several times. |
@busunkim96 I ran the tests locally 10 times and all passed. PTAL |
Adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great to see these tests green.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great to see these tests green.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great to see these tests green.
@noerog PTAL - it's a LGTM from me, but given that you're the codeowner, I just want your final stamp :) |
LGTM, thank you @tmatsuo |
fixes #3120
fixes #3134