You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/02/02 13:53:51 UTC

[jira] [Created] (OFBIZ-9196) Regression: the testIntegration Gradle taks shoud not use/block the ports

Jacques Le Roux created OFBIZ-9196:
--------------------------------------

             Summary: Regression: the testIntegration Gradle taks shoud not use/block the ports
                 Key: OFBIZ-9196
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9196
             Project: OFBiz
          Issue Type: Bug
          Components: Gradle
    Affects Versions: Release Branch 16.11, Trunk
            Reporter: Jacques Le Roux
            Priority: Minor
             Fix For: Upcoming Release, 16.11.02


We got an issue on Buildbot because of a Puppet misconfiguration which was always using the port 8080. Pre-gradle OFBiz tests were still running fine on Buildbot.

Before the Puppet misconfiguration fix by infra (INFRA-13402) bo bypass this issue I tried last weekend to use portoffset in Gradle versions. From the documentation, it's theoretically possible but does not work.

Taher suggested, to get back to the previous behaviour were tests were not using/blocking the 8080 port. Taher suggested to have a look into Config.java...

It's a regression because it was nice to not have ports blocked during tests, as it was before Gradle. So you can use another (or more) OFBiz instance while running tests, and vice-versa.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)