File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
google/cloud/bigtable/tests Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,16 @@ class SampleRowsIntegrationTest
6767 : public ::google::cloud::testing_util::IntegrationTest {
6868 public:
6969 static void SetUpTestSuite () {
70- // Create kBatchSize * kBatchCount rows. Use a special client with tracing
70+ // Create kBatchSize * kBatchCount rows. Use a special client with logging
7171 // disabled because it simply generates too much data.
72- auto table = Table (
73- MakeDataConnection (Options{}.set <TracingComponentsOption>({" rpc" })),
74- TableResource (TableTestEnvironment::project_id (),
75- TableTestEnvironment::instance_id (),
76- TableTestEnvironment::table_id ()));
72+ auto table =
73+ Table (MakeDataConnection (
74+ Options{}
75+ .set <TracingComponentsOption>({" rpc" })
76+ .set <GrpcTracingOptionsOption>(TracingOptions ())),
77+ TableResource (TableTestEnvironment::project_id (),
78+ TableTestEnvironment::instance_id (),
79+ TableTestEnvironment::table_id ()));
7780
7881 int constexpr kBatchCount = 10 ;
7982 int constexpr kBatchSize = 5000 ;
You can’t perform that action at this time.
0 commit comments