Group
Extension

Matches 6

OpenTracing-Role ( V/VA/VANHOESEL/OpenTracing-Role-v0.86.1.tar.gz, VANHOESEL, 2023; MetaCPAN )
OpenTracing-Role/t/Tracer/12_start_span.t ( view source; MetaCPAN )
processed options"
    );
    
    my $pass_span_context = { @{$call_args} }->{context};
    
    isnt $some_span_context, $pass_span_context,
        "The passed on context is not the same, we should
ass_span_context->trace_id, '9f3a2',
        "... with the expected 'trace_id' [9f3a2]";
    
    isnt $pass_span_context->span_id, '13ba5',
        "... and has a 'span_id' that is different from the
OpenTracing-Role ( V/VA/VANHOESEL/OpenTracing-Role-v0.86.1.tar.gz, VANHOESEL, 2023; MetaCPAN )
OpenTracing-Role/t/Tracer/14_inject_context.t ( view source; MetaCPAN )
me_carrier, $mock_context ],
        "... and did pass on the expected arguments"
    );
    
    isnt $result, $some_carrier,
        "... and did return a 'cloned' carrier";
    
    
    
    $mock
me_carrier, $mock_context ],
        "... and did pass on the expected arguments"
    );
    
    isnt $result, $some_carrier,
        "... and did return a 'cloned' carrier";
    
    
    
    $mock
OpenTracing-Role ( V/VA/VANHOESEL/OpenTracing-Role-v0.86.1.tar.gz, VANHOESEL, 2023; MetaCPAN )
OpenTracing-Role/t/Span/15_span_context_and_baggage_items.t ( view source; MetaCPAN )
n_context_2 = $test_span->get_context;
    } "Got a SpanContext [2]"
    
    or return;
    
    isnt $span_context_1, $span_context_2,
        "... that is not the same object reference as the origi
n_context_2 = $test_span->get_context;
    } "Got a SpanContext [2]"
    
    or return;
    
    isnt $span_context_1, $span_context_2,
        "... that is not the same object reference as the origi
OpenTracing-Role ( V/VA/VANHOESEL/OpenTracing-Role-v0.86.1.tar.gz, VANHOESEL, 2023; MetaCPAN )
OpenTracing-Role/t/SpanContext/10_baggage_items.t ( view source; MetaCPAN )
ith_baggage_item(
            item_2 => 'bar',
        );
    } "Got a SpanContext [2]";
    
    isnt $span_context_1, $span_context_2,
        "... that is not the same object reference as the origi
 item_2 => 'qux',
            item_3 => 'baz',
        );
    } "Got a SpanContext [2]";
    
    isnt $span_context_1, $span_context_2,
        "... that is not the same object reference as the origi
OpenTracing-Role ( V/VA/VANHOESEL/OpenTracing-Role-v0.86.1.tar.gz, VANHOESEL, 2023; MetaCPAN )
OpenTracing-Role/t/SpanContext/11_with_span_id.t ( view source; MetaCPAN )
>with_span_id('67890');
    } "... and cloned a new SpanContext [2]"
    
    or return;
    
    isnt $span_context_1, $span_context_2,
    "... that is not the same object reference as the original"
OpenTracing-Role ( V/VA/VANHOESEL/OpenTracing-Role-v0.86.1.tar.gz, VANHOESEL, 2023; MetaCPAN )
OpenTracing-Role/t/SpanContext/11_with_trace_id.t ( view source; MetaCPAN )
with_trace_id('12345');
    } "... and cloned a new SpanContext [2]"
    
    or return;
    
    isnt $span_context_1, $span_context_2,
    "... that is not the same object reference as the original"

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.