Skip to content

Commit cfb74ab

Browse files
abhinav-qlogicchingor13
authored andcommitted
---
yaml --- r: 29931 b: refs/heads/autosynth-video-intelligence c: 2e6cab6 h: refs/heads/master i: 29929: 08bc36b 29927: d78d909
1 parent e411c09 commit cfb74ab

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
@@ -115,7 +115,7 @@ refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118-
refs/heads/autosynth-video-intelligence: 3453426c09e893af53b0b510afbbd4b7be4becf0
118+
refs/heads/autosynth-video-intelligence: 2e6cab6689007f6318a23878a2b9f8685be916af
119119
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

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