Skip to content

Commit 0b2d711

Browse files
committed
fix ci failure
1 parent 0f627af commit 0b2d711

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ using ::google::cloud::testing_util::EventNamed;
4545
using ::google::cloud::testing_util::InstallSpanCatcher;
4646
using ::google::cloud::testing_util::IsOk;
4747
using ::google::cloud::testing_util::IsOkAndHolds;
48-
using ::google::cloud::testing_util::OTelAttribute;
4948
using ::google::cloud::testing_util::OTelContextCaptured;
5049
using ::google::cloud::testing_util::PromiseWithOTelContext;
51-
using ::google::cloud::testing_util::SpanHasAttributes;
5250
using ::google::cloud::testing_util::SpanHasEvents;
5351
using ::google::cloud::testing_util::SpanHasInstrumentationScope;
5452
using ::google::cloud::testing_util::SpanKindIsClient;

google/cloud/storage/internal/tracing_connection.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void TracingConnection::MaybeTriggerBackgroundFetch(
7070
auto guard = ScopedFetch(cache_, bucket_name);
7171
auto current_options = google::cloud::internal::SaveCurrentOptions();
7272
runner()([impl = impl_, cache = cache_, bucket_name, current_options,
73-
guard = std::move(guard)]() {
73+
guard]() {
7474
google::cloud::internal::OptionsSpan span(current_options);
7575
storage::internal::GetBucketMetadataRequest request(bucket_name);
7676
auto result = impl->GetBucketMetadata(request);

google/cloud/storage/tests/object_plenty_clients_serially_integration_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ TEST_F(ObjectPlentyClientsSeriallyIntegrationTest, PlentyClientsSerially) {
5757

5858
auto client = MakeIntegrationTestClient(options);
5959
auto object_name = MakeRandomObjectName();
60-
6160
std::string expected = LoremIpsum();
6261

6362
StatusOr<ObjectMetadata> meta = client.InsertObject(

0 commit comments

Comments
 (0)