Skip to content

[Flake] Storage PlentyClientsSimultaneously  #7007

@dbolduc

Description

@dbolduc

Raw: https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/main/8db6bac678ab450c4d46fee68d94c94bbc3be94a/fedora-34-gcs-grpc/log-b50d3592-7587-426c-a7a8-9d40789528c6.txt

Looks like we have a useful error message. That the number of file descriptors open changes as a result of the test.

EXPECT_EQ(*num_fds_before_test, *num_fds_after_test)
<< "Clients are leaking descriptors";

==================== Test output for //google/cloud/storage/tests:object_plenty_clients_simultaneously_integration_test:
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ObjectPlentyClientsSimultaneouslyIntegrationTest
[ RUN      ] ObjectPlentyClientsSimultaneouslyIntegrationTest.PlentyClientsSimultaneously
google/cloud/storage/tests/object_plenty_clients_simultaneously_integration_test.cc:82: Failure
Expected equality of these values:
  *num_fds_before_test
    Which is: 8
  *num_fds_after_test
    Which is: 7
Clients are leaking descriptors

Metadata

Metadata

Assignees

Labels

cpp: flakeA test with false positives (failures that are not interesting)type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions