Skip to content

Commit 281b2d4

Browse files
abhinav-qlogicchingor13
authored andcommitted
---
yaml --- r: 32179 b: refs/heads/autosynth-dialogflow c: 2e6cab6 h: refs/heads/master i: 32177: 9b47cf6 32175: 0c27369
1 parent 8727f81 commit 281b2d4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131-
refs/heads/autosynth-dialogflow: 3453426c09e893af53b0b510afbbd4b7be4becf0
131+
refs/heads/autosynth-dialogflow: 2e6cab6689007f6318a23878a2b9f8685be916af
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3

branches/autosynth-dialogflow/google-cloud-clients/google-cloud-core-http/src/test/java/com/google/cloud/http/CensusHttpModuleTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import io.opencensus.trace.TraceId;
3636
import io.opencensus.trace.TraceOptions;
3737
import io.opencensus.trace.Tracer;
38+
import io.opencensus.trace.Tracestate;
3839
import io.opencensus.trace.Tracing;
3940
import io.opencensus.trace.propagation.TextFormat;
4041
import java.io.IOException;
@@ -116,7 +117,8 @@ public void censusHttpExecuteInterceptorShouldInjectHeader() throws IOException
116117
SpanContext.create(
117118
TraceId.generateRandomId(random),
118119
SpanId.generateRandomId(random),
119-
TraceOptions.DEFAULT);
120+
TraceOptions.DEFAULT,
121+
Tracestate.builder().build());
120122
Span mockSpan =
121123
createMockBuilder(Span.class)
122124
.withConstructor(SpanContext.class, EnumSet.class)

0 commit comments

Comments
 (0)