[jboss-jira] [JBoss JIRA] (WFLY-4336) Cannot run testsuite if an application holds port 8080 open
Michael Musgrove (JIRA)
issues at jboss.org
Wed Feb 11 05:02:49 EST 2015
[ https://issues.jboss.org/browse/WFLY-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039464#comment-13039464 ]
Michael Musgrove commented on WFLY-4336:
----------------------------------------
We have 2 spare machines (mac and linux) here in Newcastle that we use as a small Jenkins cluster. Hence we need to run jobs on the jenkins master which also runs the dashboard on port 8080.
As a workaround I have moved the dashboard to a different port. If this JIRA is going to involve a non trivial amount of effort then I am OK for you to reject the issue and I will continue to use my workaround.
> Cannot run testsuite if an application holds port 8080 open
> -----------------------------------------------------------
>
> Key: WFLY-4336
> URL: https://issues.jboss.org/browse/WFLY-4336
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 9.0.0.Alpha1
> Reporter: Michael Musgrove
>
> We run jobs on a Jenkins cluster where the master is also a slave. The master runs the web front end gui on port 8080. The default wildfly web profile uses the same port. I tried starting undertow on a different port but the testsuite has some hardcoded references to port 8080, for example:
> testsuite/integration/src/test/xslt/changeIPAddresses.xsl
> testsuite/integration/xts/src/test/java/org/jboss/as/test/xts/wsat/client/ATClient.java
> testsuite/integration/xts/src/test/java/org/jboss/as/test/xts/wsba/coordinatorcompletion/client/BACoordinatorCompletionClient.java
> testsuite/integration/xts/src/test/java/org/jboss/as/test/xts/wsba/participantcompletion/client/BAParticipantCompletionClient.java
> The particular command I tried was:
> {code}
> ./tools/maven/bin/mvn -s tools/maven/conf/settings.xml test '-f' './testsuite/integration/xts/pom.xml' '-Pxts.integration.tests.profile' -Djboss.http.port=xxx
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list