Skip to content

Commit 741aab9

Browse files
abhinav-qlogicchingor13
authored andcommitted
---
yaml --- r: 33095 b: refs/heads/autosynth-kms c: 2e6cab6 h: refs/heads/master i: 33093: 024c006 33091: a76e947 33087: c880ee1
1 parent d0c9390 commit 741aab9

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
@@ -132,7 +132,7 @@ refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132132
refs/heads/autosynth-errorreporting: effe8001d110ad584187b30aafc473db0dd4a15f
133133
refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134134
refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135-
refs/heads/autosynth-kms: 3453426c09e893af53b0b510afbbd4b7be4becf0
135+
refs/heads/autosynth-kms: 2e6cab6689007f6318a23878a2b9f8685be916af
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137137
refs/heads/autosynth-os-login: 123ba209c5769d0ee067e0ce5848bec13b42a4f4
138138
refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e

branches/autosynth-kms/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)