You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many cases, verifying that code compiles is not sufficient to ensure that it runs as expected. As an extra level of verification, it would be nice to add some CI tests to actually startup the CFS system and verify that the intended apps start and no initialization errors occur.
This would be good to have for both CFE 6.5 and 6.6 on the master and cfe-6.6 branches respectively.
The text was updated successfully, but these errors were encountered:
One method of doing this would be to use the unix timeout command to run the CFS for a set amount of time and then grep through the log for any error messages.
In many cases, verifying that code compiles is not sufficient to ensure that it runs as expected. As an extra level of verification, it would be nice to add some CI tests to actually startup the CFS system and verify that the intended apps start and no initialization errors occur.
This would be good to have for both CFE 6.5 and 6.6 on the master and cfe-6.6 branches respectively.
The text was updated successfully, but these errors were encountered: