Skip to content

Commit 75387ba

Browse files
abhinav-qlogicchingor13
authored andcommitted
---
yaml --- r: 28857 b: refs/heads/autosynth-dlp c: 2e6cab6 h: refs/heads/master i: 28855: 4e61360
1 parent ad9e6ea commit 75387ba

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
@@ -103,7 +103,7 @@ refs/tags/v0.60.0: 4cd518d0612329f8a8e53484eef4cd1651e32855
103103
refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106-
refs/heads/autosynth-dlp: 3453426c09e893af53b0b510afbbd4b7be4becf0
106+
refs/heads/autosynth-dlp: 2e6cab6689007f6318a23878a2b9f8685be916af
107107
refs/heads/autosynth-logging: eca54b98c8cf82050bbdfc5c19139673dff9e5b8
108108
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6

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