Skip to content

Commit ba8a7fd

Browse files
committed
fix ci failure
1 parent 8cf1644 commit ba8a7fd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

google/cloud/storage/internal/async/connection_tracing.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ class AsyncConnectionTracing : public storage::AsyncConnection {
328328
});
329329
}
330330

331-
void EnrichSpan(opentelemetry::trace::Span& span,
332-
BucketCacheEntry const& entry) {
331+
static void EnrichSpan(opentelemetry::trace::Span& span,
332+
BucketCacheEntry const& entry) {
333333
span.SetAttribute("gcp.resource.destination.id", entry.id);
334334
span.SetAttribute("gcp.resource.destination.location", entry.location);
335335
}

google/cloud/storage/tests/object_plenty_clients_simultaneously_integration_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ TEST_F(ObjectPlentyClientsSimultaneouslyIntegrationTest,
4545
// own tests.
4646
if (UsingGrpc()) GTEST_SKIP();
4747

48+
auto client = MakeIntegrationTestClient();
4849
auto object_name = MakeRandomObjectName();
4950

5051
std::string expected = LoremIpsum();

0 commit comments

Comments
 (0)