-
Notifications
You must be signed in to change notification settings - Fork 578
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
Framework: AT: No PRs merging due to potential communication issues and failing framework tests #10985
Comments
Take a look at this query and this query. These failures have nothing to do the particular PR being tested and every PR test iteration will fail until someone does something to fix this failing test |
@bartlettroscoe Clicking through these two links shows exactly the error message in the description. |
They are failing because the color command can't be found. If you notice in the script (common.bash) it fails due to color not being found after it installs configparser. Then it stops loading the rest of the packages and that's why the coverage is failing (it hasn't installed pytest-cov due to the earlier failure). |
Might be fixed by #10994. |
This is fixed. Dashboard results before and after merge of #10994. |
Bug Report
@trilinos/framework
As reported in TRILINOSHD-201, several pull requests are experiencing framework issues. Specifically, there's the following communication issue in #10983:
After digging deeper, it's also clear that there are framework tests failing related to #10972, #10983, and more. Some output from the failing test is included below:
The text was updated successfully, but these errors were encountered: