File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apm-sniffer/apm-agent-core/src/test/java/org/skywalking/apm/agent/core/context Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public void createSpanWithInvalidateContextCarrier() {
79
79
80
80
@ Test
81
81
public void createMultipleEntrySpan () {
82
- ContextCarrier contextCarrier = new ContextCarrier ().deserialize ("1.2343.234234234|1|1|1|#127.0.0.1:8080|#/portal/|#/testEntrySpan|#AQA*#AQA*Et0We0tQNQA* " );
82
+ ContextCarrier contextCarrier = new ContextCarrier ().deserialize ("1.2343.234234234|1|1|1|#127.0.0.1:8080|#/portal/|#/testEntrySpan|1.2343.234234234 " );
83
83
assertTrue (contextCarrier .isValid ());
84
84
85
85
AbstractSpan firstEntrySpan = ContextManager .createEntrySpan ("/testFirstEntry" , contextCarrier );
@@ -202,7 +202,7 @@ public void tearDown() throws Exception {
202
202
203
203
@ Test
204
204
public void testTransform () throws InvalidProtocolBufferException {
205
- ContextCarrier contextCarrier = new ContextCarrier ().deserialize ("1.234.1983829|3|1|1|#127.0.0.1:8080|#/portal/|#/testEntrySpan|#AQA*#AQA*Et0We0tQNQA* " );
205
+ ContextCarrier contextCarrier = new ContextCarrier ().deserialize ("1.234.1983829|3|1|1|#127.0.0.1:8080|#/portal/|#/testEntrySpan|1.2343.234234234 " );
206
206
assertTrue (contextCarrier .isValid ());
207
207
208
208
AbstractSpan firstEntrySpan = ContextManager .createEntrySpan ("/testFirstEntry" , contextCarrier );
You can’t perform that action at this time.
0 commit comments