knopflerfish / knopflerfish.org

Knopflerfish OSGi Service Platform. OSGi run-time container and SDK source code repo
http://www.knopflerfish.org
BSD 3-Clause "New" or "Revised" License
33 stars 11 forks source link

Junit test doesn't detect if it fails to start a test bundle #45

Open janste63 opened 6 years ago

d3bjorn commented 2 years ago

I managed to detect this by having Grunt compare the init-tests.xargs file with the junit_grunt/*TestSuite.xml files generated by the different test runs (of which there are more than one since restart is part of testing). This feels kind of cumbersome and maybe there are better ways of doing it...

chlarsson commented 2 years ago

I agree. That sounds cumbersome and a bit fragile.