Fix tests namespaces

pull/18372/head
Karthik Ravi Shankar 6 years ago
parent 2c57438103
commit 0692dcc16a
  1. 5
      test/cpp/end2end/end2end_test.cc
  2. 5
      test/cpp/end2end/thread_stress_test.cc
  3. 5
      test/cpp/qps/server.h
  4. 1
      test/cpp/qps/server_async.cc

@ -64,11 +64,6 @@ using std::chrono::system_clock;
} \
} while (0)
namespace grpc_impl {
class ResourceQuota;
}
namespace grpc {
namespace testing {
namespace {

@ -48,11 +48,6 @@ const int kNumAsyncReceiveThreads = 50;
const int kNumAsyncServerThreads = 50;
const int kNumRpcs = 1000; // Number of RPCs per thread
namespace grpc_impl {
class ResourceQuota;
}
namespace grpc {
namespace testing {

@ -34,11 +34,6 @@
#include "test/cpp/qps/usage_timer.h"
#include "test/cpp/util/test_credentials_provider.h"
namespace grpc_impl {
class ResourceQuota;
}
namespace grpc {
namespace testing {

@ -27,7 +27,6 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpcpp/generic/async_generic_service.h>
//#include <grpcpp/resource_quota.h>
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>

Loading…
Cancel
Save