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

fix(pubsub): fix ordering key integration tests #2811

Merged
merged 5 commits into from
Sep 2, 2020

Conversation

hongalex
Copy link
Member

@hongalex hongalex commented Sep 2, 2020

Two tests were previously skipped due to repeated test failures.

TestIntegration_OrderedKeys_JSON failed due to failure to use regional endpoints.

TestIntegration_OrderedKeys_ResumePublish had an issue with setting the read-only field ID. In addition, the test message size used to induce failures was too big, causing the machines to run out of memory.

This closes #2811, closes #1833, closes #1834, closes #1835, closes #1836, closes #1837, closes #1838, closes #1839, closes #1841, closes #1842, closes #1843, closes #1844

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 2, 2020
@hongalex hongalex added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 2, 2020
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Sep 2, 2020
@hongalex hongalex removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 2, 2020
Copy link
Contributor

@tbpg tbpg left a comment

Choose a reason for hiding this comment

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

Looks like there was a failure in presubmit 😬:

--- FAIL: TestIntegration_OrderedKeys_JSON (35.27s)
    integration_test.go:1281: timed out after 30s waiting for all messages to be received

@hongalex hongalex added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 2, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 2, 2020
@hongalex hongalex merged commit aa4dea4 into googleapis:master Sep 2, 2020
@hongalex hongalex deleted the unskip-ordered-key-tests branch September 2, 2020 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment