The script travis/test_image_starts_without_crashing.sh is used to qc images by starting the image and reporting if the start command failed. Unfortunately some broken images may exit after as long as 10 or even 20 seconds.
This needs to be examined and the test reworked so that we can detect these more lazy failures.
It should be noted that ngap applications may not ever be amenable to this test - they require significant asset and configuration injection to launch and run . It may be that with out injecting those things the ngap applications will simple not start in anything but the most superficial manner, only to exit a few seconds later.
The script
travis/test_image_starts_without_crashing.shis used to qc images by starting the image and reporting if the start command failed. Unfortunately some broken images may exit after as long as 10 or even 20 seconds.This needs to be examined and the test reworked so that we can detect these more lazy failures.
It should be noted that
ngapapplications may not ever be amenable to this test - they require significant asset and configuration injection to launch and run . It may be that with out injecting those things thengapapplications will simple not start in anything but the most superficial manner, only to exit a few seconds later.