[
https://issues.apache.org/jira/browse/CAMEL-11130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967372#comment-15967372
]
ASF GitHub Bot commented on CAMEL-11130:
----------------------------------------
GitHub user tadayosi opened a pull request:
https://github.com/apache/camel/pull/1625
CAMEL-11130: Improve kill-karaf.sh so it doesn't fail even if there is no
Karaf process on CI server
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tadayosi/camel CAMEL-11130_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1625.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1625
----
commit f4fc2a4364a6f02c21e8867b0780a738e7fbf86f
Author: Tadayoshi Sato <[email protected]>
Date: 2017-04-13T10:09:53Z
CAMEL-11130: Improve kill-karaf.sh so it doesn't fail even if there is no
Karaf process on CI server
----
> Jenkins - Camel.trunk.itest.karaf doesn't run all tests in camel-itest-karaf
> ----------------------------------------------------------------------------
>
> Key: CAMEL-11130
> URL: https://issues.apache.org/jira/browse/CAMEL-11130
> Project: Camel
> Issue Type: Test
> Components: karaf, tests
> Affects Versions: 2.19.0
> Reporter: Tadayoshi Sato
> Assignee: Tadayoshi Sato
> Fix For: 2.19.0
>
>
> Jenkins job Camel.trunk.itest.karaf
> https://builds.apache.org/view/A-D/view/Camel/job/Camel.trunk.itest.karaf/ at
> first seems to pass green, but in reality it silently fails earlier and
> doesn't complete all the tests. It's because of phantom Karaf instances
> spawned in each test but somehow not being terminated normally.
> The consequence of this job not working is constant creeping in of dependency
> upgrades that break component features, thus jeopardising the reliability of
> using components on Karaf through features.
> Locally, instead of {{mvn test}} running {{./run-tests.sh}} can complete the
> test suite, so it is great if in some way we can use the script in the
> Jenkins job.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)