Skip to content

Commit

Permalink
Merge pull request #69 from eugeneo/create-pull-request/patch-5c2541c
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/tasks/ads-no-read
  • Loading branch information
eugeneo authored Nov 3, 2023
2 parents 5c2541c + a9a34dd commit bfeb3f7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/core/ext/xds/xds_transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#include "absl/status/status.h"
#include "absl/strings/string_view.h"

#include <grpc/support/log.h>

#include "src/core/ext/xds/xds_bootstrap.h"
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
Expand Down
1 change: 0 additions & 1 deletion test/core/xds/xds_client_ads_stream_wait_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include <grpc/grpc.h>

#include "src/core/ext/xds/xds_transport.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/proto/grpc/testing/xds/v3/discovery.pb.h"
#include "test/core/util/test_config.h"
Expand Down
29 changes: 29 additions & 0 deletions test/core/xds/xds_client_test_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,48 @@
#ifndef GRPC_TEST_CORE_XDS_XDS_CLIENT_TEST_LIB_H
#define GRPC_TEST_CORE_XDS_XDS_CLIENT_TEST_LIB_H

#include <stdint.h>

#include <algorithm>
#include <deque>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <utility>

#include <google/protobuf/any.pb.h>

#include "absl/base/thread_annotations.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "absl/types/optional.h"
#include "absl/types/variant.h"
#include "gmock/gmock.h"
#include "google/protobuf/json/json.h"
#include "google/protobuf/struct.pb.h"
#include "google/protobuf/util/json_util.h"
#include "gtest/gtest.h"
#include "upb/reflection/def.h"

#include <grpc/support/json.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/codegen/config_protobuf.h>

#include "src/core/ext/xds/xds_bootstrap.h"
#include "src/core/ext/xds/xds_client.h"
#include "src/core/ext/xds/xds_resource_type.h"
#include "src/core/ext/xds/xds_resource_type_impl.h"
#include "src/core/ext/xds/xds_transport.h"
#include "src/core/lib/event_engine/default_event_engine.h"
#include "src/core/lib/gprpp/debug_location.h"
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/gprpp/time.h"
#include "src/core/lib/json/json.h"
#include "src/core/lib/json/json_args.h"
#include "src/core/lib/json/json_object_loader.h"
Expand Down
2 changes: 2 additions & 0 deletions test/core/xds/xds_transport_fake.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include <grpc/support/port_platform.h>

#include <stddef.h>

#include <deque>
#include <functional>
#include <map>
Expand Down

0 comments on commit bfeb3f7

Please sign in to comment.