|
set different ports for testing in a CI environment (e.g. Jenkins)
------------------------------------------------------------------ Key: OFBIZ-4794 URL: https://issues.apache.org/jira/browse/OFBIZ-4794 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Pierre Smits Fix For: SVN trunk In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits updated OFBIZ-4794: -------------------------------- Attachment: OFBIZ-4794-test-ports.patch This patch sets the different port numbers for CI testing in test-containers.xml > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249527#comment-13249527 ] Jacques Le Roux commented on OFBIZ-4794: ---------------------------------------- Nope, please see [my answer on dev ML|http://markmail.org/message/i4u5pijlclgtzwrm]. Also I recommend to add 1 (not 10000 ;) ) to *all* ports in test-containers.xml, even those commented out, etc. > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4794. ---------------------------------- Resolution: Fixed Assignee: Jacques Le Roux Done at r1311214 > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-4794: ------------------------------------ We should see if we can't make it better because of http://svn.apache.org/viewvc?view=revision&revision=1330778 > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274232#comment-13274232 ] Jacques Le Roux commented on OFBIZ-4794: ---------------------------------------- Also related to the comment above, I was wondering about ports in serviceengine.xml, I mean {code} <service-location name="main-rmi" location="rmi://localhost:1099/RMIDispatcher"/> <service-location name="entity-sync-rmi" location="rmi://localhost:1099/RMIDispatcher"/> <service-location name="rita-rmi" location="rmi://localhost:1099/RMIDispatcher"/> {code} > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264484#comment-13264484 ] Jacques Le Roux edited comment on OFBIZ-4794 at 9/24/12 5:02 PM: ----------------------------------------------------------------- r1311214 was reverted see http://markmail.org/message/qiocc3lqaywfstvc We should see if we can't make it better because of http://svn.apache.org/viewvc?view=revision&revision=1330778 was (Author: jacques.le.roux): We should see if we can't make it better because of http://svn.apache.org/viewvc?view=revision&revision=1330778 > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494289#comment-13494289 ] Jacques Le Roux commented on OFBIZ-4794: ---------------------------------------- OK, our previous tentative failed because we have harcoded ports in serviceengine.xml. But that's only one (small?) part of the problems. When looking for 1099 and 8080 (for instance, more ports numbers have to be considered, 8443, etc.) we get a lot of occurences (23 for 1099, 111 for 8080). Most for 8080 are false results, but still... I will continue on this because this is really a pain to wait for tests to finish on each branch when backporting... > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494290#comment-13494290 ] Jacques Le Roux commented on OFBIZ-4794: ---------------------------------------- See also INFRA-3590 > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494292#comment-13494292 ] Jacques Le Roux commented on OFBIZ-4794: ---------------------------------------- Also thanks to Jacopo's recent refactoring of ofbiz-component.xml this will be easier now. > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494292#comment-13494292 ] Jacques Le Roux edited comment on OFBIZ-4794 at 11/9/12 8:39 PM: ----------------------------------------------------------------- Also thanks to Jacopo's recent refactoring of ofbiz-component.xml (in base framework component)this will be easier now. was (Author: jacques.le.roux): Also thanks to Jacopo's recent refactoring of ofbiz-component.xml this will be easier now. > set different ports for testing in a CI environment (e.g. Jenkins) > ------------------------------------------------------------------ > > Key: OFBIZ-4794 > URL: https://issues.apache.org/jira/browse/OFBIZ-4794 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Pierre Smits > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4794-test-ports.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > In order to run test targets in Jenkins we need to change ports for at least ajp, http and https in test-containers.xml as these ports are most likely to be already in use by the CI server. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
| Free forum by Nabble | Edit this page |
