-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Tests Randomly Fail #3089
Comments
Hi there! It looks like the integration tests for your
|
Likely Root Causes: b) Resource Cleanup: Proposed Fix Approach:
/**
Logging enhancements:
Actual test code:
} This code includes:
|
Problem Description
The CI system runs integration tests on the 'Ref' application. Lately, this run has been failing randomly. These failures are not consistent, but do affect the project as they can mask real errors.
We need to fix this instability.
Details:
We need to:
Steps to Reproduce
git clone https://github.com/nasa/fprime
)devel
branch (cd fprime; git checkout devel
)cd Ref; fprime-util generate; fprime-util build
)fprime-gds
)cd fprime/Ref; pytest
)Repeat steps 6/7 multiple times to see if a failure is realized.
The text was updated successfully, but these errors were encountered: