-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
See https://scans.gradle.com/s/jjq3wmv4qs6fg https://scans.gradle.com/s/gqw4jupazwusy
Failures produced while attempting to merge #2031 so could be caused by that PR.
java.lang.AssertionError:
Expecting all elements of:
[ExtendedSdkLogRecordData{resource=Resource{schemaUrl=null, attributes={service.instance.id="a6a744b8-2dcb-4a31-a46f-31fc9fd4b6cf", service.name="unknown_service:java", telemetry.sdk.language="java", telemetry.sdk.name="opentelemetry", telemetry.sdk.version="1.53.0"}}, instrumentationScopeInfo=InstrumentationScopeInfo{name=test, version=null, schemaUrl=null, attributes={}}, timestampEpochNanos=0, observedTimestampEpochNanos=1755714644912715000, spanContext=ImmutableSpanContext{traceId=00000000000000000000000000000000, spanId=0000000000000000, traceFlags=00, traceState=ArrayBasedTraceState{entries=[]}, remote=false, valid=false}, severity=UNDEFINED_SEVERITY_NUMBER, severityText=null, totalAttributeCount=0, extendedAttributes={}, bodyValue=ValueString{test}, eventName=null}]
to satisfy given requirements, but these elements did not:
ExtendedSdkLogRecordData{resource=Resource{schemaUrl=null, attributes={service.instance.id="a6a744b8-2dcb-4a31-a46f-31fc9fd4b6cf", service.name="unknown_service:java", telemetry.sdk.language="java", telemetry.sdk.name="opentelemetry", telemetry.sdk.version="1.53.0"}}, instrumentationScopeInfo=InstrumentationScopeInfo{name=test, version=null, schemaUrl=null, attributes={}}, timestampEpochNanos=0, observedTimestampEpochNanos=1755714644912715000, spanContext=ImmutableSpanContext{traceId=00000000000000000000000000000000, spanId=0000000000000000, traceFlags=00, traceState=ArrayBasedTraceState{entries=[]}, remote=false, valid=false}, severity=UNDEFINED_SEVERITY_NUMBER, severityText=null, totalAttributeCount=0, extendedAttributes={}, bodyValue=ValueString{test}, eventName=null}
error: java.lang.AssertionError:
Expecting actual:
{}
to contain key:
key
at io.opentelemetry.contrib.baggage.processor.BaggageProcessorCustomizerTest.lambda$test_customizer$3(BaggageProcessorCustomizerTest.java:66)
at io.opentelemetry.contrib.baggage.processor.BaggageProcessorCustomizerTest.lambda$assertCustomizer$4(BaggageProcessorCustomizerTest.java:92)
at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
...(6 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
at io.opentelemetry.contrib.baggage.processor.BaggageProcessorCustomizerTest.lambda$assertCustomizer$4(BaggageProcessorCustomizerTest.java:92)
at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.lang.Thread.run(Thread.java:829)