[jboss-jira] [JBoss JIRA] (WFLY-13285) Observability TCKs fail when -Dtestsuite.default.build.project.prefix=ee- is used

Brian Stansberry (Jira) issues at jboss.org
Tue Mar 24 23:27:23 EDT 2020


     [ https://issues.redhat.com/browse/WFLY-13285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFLY-13285:
------------------------------------
    Description: 
Switching to using standalone-microprofile.xml as the default config file used by test servers when the MP TCKs run broke the -Dtestsuite.default.build.project.prefix=ee- test setup that was part of WFLY-12985. (See recent https://ci.wildfly.org/viewType.html?buildTypeId=WF_MasterLinuxAltDistJdk8 results.). This is because the config/health/metrics/opentracing tcks will run against a server based on the ee-build output if that property is set, and those server's don't provide standalone-microprofile.xml.

Fix is to configure surefire/arquillian to use standalone.xml if that property is set.

The clustering testsuite fails as well, because the CLI script used to set up clustering tries to modify a non-existent standalone-microprofile-ha.xml. Solution there is separate that modification out into a separate script and only run it when needed.

  was:
Switching to using standalone-microprofile.xml as the default config file used by test servers when the MP TCKs run broke the -Dtestsuite.default.build.project.prefix=ee- test setup that was part of WFLY-12985. (See recent https://ci.wildfly.org/viewType.html?buildTypeId=WF_MasterLinuxAltDistJdk8 results.). This is because the config/health/metrics/opentracing tcks will run against a server based on the ee-build output if that property is set, and those server's don't provide standalone-microprofile.xml.

Fix is to configure surefire/arquillian to use standalone.xml if that property is set.



> Observability TCKs fail when -Dtestsuite.default.build.project.prefix=ee- is used
> ---------------------------------------------------------------------------------
>
>                 Key: WFLY-13285
>                 URL: https://issues.redhat.com/browse/WFLY-13285
>             Project: WildFly
>          Issue Type: Bug
>          Components: MP Config, MP Health, MP Metrics, MP OpenTracing, Test Suite
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Major
>             Fix For: 20.0.0.Beta1
>
>
> Switching to using standalone-microprofile.xml as the default config file used by test servers when the MP TCKs run broke the -Dtestsuite.default.build.project.prefix=ee- test setup that was part of WFLY-12985. (See recent https://ci.wildfly.org/viewType.html?buildTypeId=WF_MasterLinuxAltDistJdk8 results.). This is because the config/health/metrics/opentracing tcks will run against a server based on the ee-build output if that property is set, and those server's don't provide standalone-microprofile.xml.
> Fix is to configure surefire/arquillian to use standalone.xml if that property is set.
> The clustering testsuite fails as well, because the CLI script used to set up clustering tries to modify a non-existent standalone-microprofile-ha.xml. Solution there is separate that modification out into a separate script and only run it when needed.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list