Skip to content

cleanup(storage): remove testbench hack for XML - #5097

Merged
coryan merged 1 commit into
googleapis:masterfrom
coryan:fix-storage-set-endpoint-with-emulator
Sep 19, 2020
Merged

cleanup(storage): remove testbench hack for XML#5097
coryan merged 1 commit into
googleapis:masterfrom
coryan:fix-storage-set-endpoint-with-emulator

Conversation

@coryan

@coryancoryan commented Sep 19, 2020

Copy link
Copy Markdown
Contributor

Cleanup the library and the testbench to use the same paths for the XML
API on the testbench as we use in production. Wrote a test to verify the
testbench can be used via ClientOptions::set_endpoint().

Part of the work for #5072


This change is Reviewable

Cleanup the library and the testbench to use the same paths for the XML
API on the testbench as we use in production. Wrote a test to verify the
testbench can be used via `ClientOptions::set_endpoint()`.
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Sep 19, 2020
@codecov

codecovBot commented Sep 19, 2020

Copy link
Copy Markdown

Codecov Report

Merging #5097 into master will decrease coverage by 0.00%.
The diff coverage is 94.44%.

Impacted file tree graph

@@ Coverage Diff @@## master #5097 +/- ##
==========================================
- Coverage 95.82% 95.82% -0.01% 
==========================================
Files 986 986 Lines 90282 90350 +68 ==========================================
+ Hits 86516 86577 +61 - Misses 3766 3773 +7 
Impacted FilesCoverage Δ
...torage/tests/object_basic_crud_integration_test.cc90.37% <94.11%> (+3.80%)⬆️
google/cloud/storage/client_options.cc97.59% <100.00%> (ø)
google/cloud/storage/client_options_test.cc100.00% <100.00%> (ø)
...bigtable/examples/bigtable_hello_instance_admin.cc82.02% <0.00%> (-2.25%)⬇️
.../cloud/storage/benchmarks/throughput_experiment.cc78.46% <0.00%> (-0.52%)⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abc8e9c...8ddce0a. Read the comment docs.

@product-auto-labelproduct-auto-labelBot added the api: storage Issues related to the Cloud Storage API. label Sep 19, 2020
@coryan
coryan marked this pull request as ready for review September 19, 2020 12:38
@coryan
coryan requested a review from a teamSeptember 19, 2020 12:38
@coryan
coryan merged commit 3182f8d into googleapis:masterSep 19, 2020
@coryan
coryan deleted the fix-storage-set-endpoint-with-emulator branch September 19, 2020 15:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storageIssues related to the Cloud Storage API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@coryan@devbww