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

chore: remove todo storage client grpc flag #10161

Merged
merged 4 commits into from
May 17, 2024

Conversation

bgdnvk
Copy link
Contributor

@bgdnvk bgdnvk commented May 13, 2024

You already pushed this into main so this TODO shouldn't be here.

@bgdnvk bgdnvk requested review from a team as code owners May 13, 2024 22:00
Copy link

google-cla bot commented May 13, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Contributor

@tritone tritone left a comment

Choose a reason for hiding this comment

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

Thanks!

storage/storage.go Show resolved Hide resolved
@tritone tritone added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2024
@tritone tritone added the automerge Merge the pull request once unit tests and other checks pass. label May 17, 2024
@bgdnvk
Copy link
Contributor Author

bgdnvk commented May 17, 2024

From the logs:

    --- FAIL: TestRetryConformance/http-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.01s)
    --- PASS: TestRetryConformance/grpc-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.57s)

looks like an http insert has failed

@tritone
Copy link
Contributor

tritone commented May 17, 2024

From the logs:

    --- FAIL: TestRetryConformance/http-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.01s)
    --- PASS: TestRetryConformance/grpc-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.57s)

looks like an http insert has failed

This is most likely a test flake; I'll rerun.

@tritone tritone added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2024
@bgdnvk
Copy link
Contributor Author

bgdnvk commented May 17, 2024

Failed again, might be an edge case since all others pass

--- FAIL: TestRetryConformance/http-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.03s)
from what i understand it's just an http connection and the client options haven't changed, the flag wasn't used there - perhaps in another test somehow? can dig more into it but im unfamiliar with the codebase

@bgdnvk
Copy link
Contributor Author

bgdnvk commented May 17, 2024

The one failing is from the "earliest version"

[15:09:59 PDT] Child job: cloud-devrel/client-libraries/go/google-cloud-go/presubmit/latest-version finished with status: SUCCEEDED Url: https://source.cloud.google.com/results/invocations/e91b0f84-8d26-4ccd-a4c9-977173d74780
[15:10:34 PDT] Child job: cloud-devrel/client-libraries/go/google-cloud-go/presubmit/earliest-version finished with status: FAILED Url: https://source.cloud.google.com/results/invocations/9b23c3c7-4126-432c-8aab-6d45e97fbc5c

however from the successful run we have

=== RUN   TestRetryConformance/http-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1
    retry_conformance_test.go:634: want success, got Writer.Close: Post "http://localhost:9000/upload/storage/v1/b/bucket-20240517-79706071112773-0116/o?alt=json&ifGenerationMatch=0&name=new-object.txt&prettyPrint=false&projection=full&uploadType=multipart": write tcp 127.0.0.1:58030->127.0.0.1:9000: write: broken pipe

@tritone tritone added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit 67d42ba into googleapis:main May 17, 2024
8 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants