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(storage): enable more grpc integration tests #6842

Merged
merged 4 commits into from Oct 21, 2022

Conversation

BrennaEpp
Copy link
Contributor

Enables tests: TestIntegration_ReaderAttrs, TestIntegration_ReaderCancel, TestIntegration_Scopes

Also expands the Scopes test to test more scopes

@BrennaEpp BrennaEpp requested review from a team as code owners October 11, 2022 23:56
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the Cloud Storage API. labels Oct 11, 2022

bkt := client.Bucket(bucketName)
minObjectSize := 2500000 // 2.5 Mb
Copy link
Contributor

Choose a reason for hiding this comment

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

nice!

ctx := context.Background()
clientFullControl := testConfig(ctx, t)
defer clientFullControl.Close()
multiTransportTest(context.Background(), t, func(t *testing.T, ctx context.Context, bucket, _ string, client *Client) {
Copy link
Contributor

Choose a reason for hiding this comment

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

What do we think about having multiple multiTransportTest calls in a single integration test? Maybe this should be broken up? On the other hand if it doesn't break anything, probably fine... @noahdietz

@BrennaEpp BrennaEpp enabled auto-merge (squash) October 21, 2022 23:37
@BrennaEpp BrennaEpp merged commit bceff0b into googleapis:main Oct 21, 2022
kimihrr pushed a commit to kimihrr/google-cloud-go-kimia that referenced this pull request Oct 25, 2022
@BrennaEpp BrennaEpp deleted the grpc-4 branch February 8, 2023 06:30
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 Cloud Storage API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants