Skip to content

Fix off-by-one error in tests which effectively disabled recycling validation #1903

Fix off-by-one error in tests which effectively disabled recycling validation

Fix off-by-one error in tests which effectively disabled recycling validation #1903

Triggered via pull request October 12, 2023 11:27
@JonasKunzJonasKunz
opened #3357
Status Success
Total duration 21s
Artifacts

labeler.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
co.elastic.apm.agent.profiler.CallTreeSpanifyTest ► testSpanification: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeSpanifyTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeSpanifyTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testRemoveNodesWithCountOne: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testRegularActivationFollowedByNestedActivationAfterMethodEnds: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testActivationBetweenMethods_AfterFastMethod: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testShouldNotCreateInferredSpansForPillarsAndLeafShouldHaveStacktrace: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testCallTreeActivationAsParentOfFastSpan: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testDectivationAfterEnd: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testActivationAfterMethodEnds_SameRootDeeperStack: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testSameTopOfStackDifferentBottom: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testActivationBeforeMethodStarts: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
co.elastic.apm.agent.profiler.CallTreeTest ► testActivationAfterMethodEnds_RootChangesToB2: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml#L0
Failed test found in: apm-agent-plugins/apm-profiling-plugin/target/surefire-reports/TEST-co.elastic.apm.agent.profiler.CallTreeTest.xml Error: java.lang.AssertionError:
triage
The following actions uses node12 which is deprecated and will be forced to run on node16: elastic/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/