I suspect pax exam does not find your built bundles. Maybe non default local mvn repo location.
Steinar Bang <[email protected]> schrieb am So., 26. Aug. 2018, 22:45: > I've merged in a large change to master of my project[1], transforming a > vaadin webapp into a react webapp. > > In the last commit on master before the merge, the pax exam test[2] runs > as expected. > > After the merge the test[3] fails to start on travis-ci. > > The test after the merge runs fine when I run it locally, but as said, > it fails to start on travis-ci. > > Does anyone have any idea how to debug this? The travis-ci log doesn't > say much other than that it times out waiting for the karaf node to > start in the pax exam test, and I don't know how to get hold of the > karaf.log after the build. > > Thanks! > > - Steinar > > > References; > [1] <https://github.com/steinarb/ukelonn> > [2] < > https://github.com/steinarb/ukelonn/blob/a3e9b928a781c78252c65a69c6298b433ae065aa/ukelonn.tests/src/test/java/no/priv/bang/ukelonn/tests/UkelonnServiceIntegrationTest.java#L54 > > > [3] < > https://github.com/steinarb/ukelonn/blob/5755236cc036bc256348dc6d7b38ff2c95748a97/ukelonn.tests/src/test/java/no/priv/bang/ukelonn/tests/UkelonnServiceIntegrationTest.java#L45 > > > >
