Sylvain
Sylvain
The switch to C++17 appeared to have passed PR testing but we suspect that the changes didn't actually trigger a full build and passed without actually going through the full...
I cleared up `tmp` on the node. @bartlettroscoe I'm looking into the tools to help with resource monitoring and alerting, and eventually add some automation to keep the testing nodes...
re:option B and disabling a defective test - wouldn't we run into the issue of having code being merged while the test is disabled that has error(s) that would be...
Good point - I didn't think of the intersection of test cases across builds, and being covered in terms of code coverage that way. And I didn't know that was...
After digging into this more, we realized that the issue isn't with the Compadre package. Trilinos did fail to build but wasn't properly reporting to CDash so it's another issue...
@macrozone I already have the entry in my .babelrc and the issue is still happening
I wonder if this counts as too "opinionated" but consider the following command to easily get up and going for a prototype CRUD application: ``` $ mantra g scaffold posts...
I believe I adjusted the solution from this StackOverflow post: https://stackoverflow.com/a/35681481. Note that I have run into this same issue with trying to SSH to other systems from newer clients...
@vsoch can I assume to make this a Docker containers?