Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdk8 sanity.external tomee_test_0 failure #1867

Closed
andrew-m-leonard opened this issue Jul 6, 2020 · 1 comment
Closed

jdk8 sanity.external tomee_test_0 failure #1867

andrew-m-leonard opened this issue Jul 6, 2020 · 1 comment

Comments

@andrew-m-leonard
Copy link
Contributor

andrew-m-leonard commented Jul 6, 2020

Describe the bug
tomee_test_0 test fails: https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.external_x86-64_linux_tomee/299/console

test diff contains this extra: GET:org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices.nested

04:37:19  [ERROR] Failures: 
04:37:19  [ERROR]   OpentracingClientTests>Arquillian.run:164->testNestedSpans:485->executeNestedSpans:519->assertEqualTrees:900 expected [[
04:37:19    {
04:37:19      span: "{ operationName: GET:org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices.nested, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=1&nestBreadth=2&async=false&data=201&failNest=false, span.kind=server], logEntries: []}",
04:37:19      children: [
04:37:19        {
04:37:19          span: "{ operationName: GET, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=client], logEntries: []}",
04:37:19          children: [
04:37:19            {
04:37:19              span: "{ operationName: GET:org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices.nested, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=server], logEntries: []}"
04:37:19            }
04:37:19          ]
04:37:19        },
04:37:19        {
04:37:19          span: "{ operationName: GET, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=client], logEntries: []}",
04:37:19          children: [
04:37:19            {
04:37:19              span: "{ operationName: GET:org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices.nested, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=server], logEntries: []}"
04:37:19            }
04:37:19          ]
04:37:19        }
04:37:19      ]
04:37:19    }
04:37:19  ]
04:37:19  ] but found [[
04:37:19    {
04:37:19      span: "{ operationName: GET, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=client], logEntries: []}",
04:37:19      children: [
04:37:19        {
04:37:19          span: "{ operationName: GET:org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices.nested, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=server], logEntries: []}"
04:37:19        }
04:37:19      ]
04:37:19    },
04:37:19    {
04:37:19      span: "{ operationName: GET, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=client], logEntries: []}",
04:37:19      children: [
04:37:19        {
04:37:19          span: "{ operationName: GET:org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices.nested, tags: [component=jaxrs, http.method=GET, http.status_code=200, http.url=http://localhost:49934/microprofile-opentracing/rest/testServices/nested?nestDepth=0&nestBreadth=1&async=false&data=201&failNest=false, span.kind=server], logEntries: []}"
04:37:19        }
04:37:19      ]
04:37:19    }
04:37:19  ]
04:37:19  ]

Re-run: https://ci.adoptopenjdk.net/job/Grinder/parambuild/?JDK_VERSION=8&JDK_IMPL=openj9&BUILD_LIST=external/tomee&PLATFORM=x86-64_linux&TARGET=tomee_test_0

@smlambert
Copy link
Contributor

Close in favour of epic #2057

aqa-tests automation moved this from TODO to Done Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
aqa-tests
  
Done
Development

No branches or pull requests

3 participants