Skip to content

test(storage): deflake "plenty clients" tests#7017

Merged
coryan merged 1 commit intogoogleapis:mainfrom
coryan:fix-storage-deflake-integration-tests
Jul 18, 2021
Merged

test(storage): deflake "plenty clients" tests#7017
coryan merged 1 commit intogoogleapis:mainfrom
coryan:fix-storage-deflake-integration-tests

Conversation

@coryan
Copy link
Copy Markdown
Contributor

@coryan coryan commented Jul 18, 2021

These tests are looking for leaks, but were failing when the number of
file descriptors decreased, they should only fail if they increased.

Fixes #7007


This change is Reviewable

These tests are looking for leaks, but were failing when the number of
file descriptors *decreased*, they should only fail if they increased.
@product-auto-label product-auto-label Bot added the api: storage Issues related to the Cloud Storage API. label Jul 18, 2021
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 18, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 18, 2021
@google-cloud-cpp-bot
Copy link
Copy Markdown
Contributor

Google Cloud Build Logs
For commit: 3f7480c01631cf142d3f99f5dd10555d0551c569

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 18, 2021

Codecov Report

Merging #7017 (3f7480c) into main (3324787) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7017      +/-   ##
==========================================
- Coverage   94.54%   94.54%   -0.01%     
==========================================
  Files        1305     1305              
  Lines      114705   114705              
==========================================
- Hits       108453   108446       -7     
- Misses       6252     6259       +7     
Impacted Files Coverage Δ
...object_plenty_clients_serially_integration_test.cc 89.18% <100.00%> (ø)
..._plenty_clients_simultaneously_integration_test.cc 91.42% <100.00%> (ø)
...bigtable/examples/bigtable_hello_instance_admin.cc 81.31% <0.00%> (-2.20%) ⬇️
...ud/spanner/integration_tests/client_stress_test.cc 85.52% <0.00%> (-0.66%) ⬇️
...le/cloud/internal/default_completion_queue_impl.cc 97.00% <0.00%> (-0.60%) ⬇️
.../cloud/storage/benchmarks/throughput_experiment.cc 74.37% <0.00%> (-0.51%) ⬇️
...le/cloud/spanner/database_admin_connection_test.cc 99.20% <0.00%> (-0.50%) ⬇️
...sub/internal/batching_publisher_connection_test.cc 97.60% <0.00%> (-0.21%) ⬇️
...cloud/pubsub/internal/subscription_session_test.cc 98.27% <0.00%> (+0.24%) ⬆️
google/cloud/bigtable/async_read_stream_test.cc 97.99% <0.00%> (+0.66%) ⬆️

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 3324787...3f7480c. Read the comment docs.

@coryan coryan marked this pull request as ready for review July 18, 2021 17:15
@coryan coryan requested a review from a team July 18, 2021 17:15
Copy link
Copy Markdown
Member

@dbolduc dbolduc left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @coryan)

@coryan coryan merged commit 8ca03c6 into googleapis:main Jul 18, 2021
@coryan coryan deleted the fix-storage-deflake-integration-tests branch July 18, 2021 17:53
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. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Flake] Storage PlentyClientsSimultaneously

4 participants