Skip to content

Commit 402e715

Browse files
abhinav-qlogicchingor13
authored andcommitted
---
yaml --- r: 35449 b: refs/heads/pubsub-ordering-keys c: 2e6cab6 h: refs/heads/master i: 35447: 4a0d288
1 parent 197966d commit 402e715

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
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: 3453426c09e893af53b0b510afbbd4b7be4becf0
158+
refs/heads/pubsub-ordering-keys: 2e6cab6689007f6318a23878a2b9f8685be916af
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0

branches/pubsub-ordering-keys/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)