-
Notifications
You must be signed in to change notification settings - Fork 67
Reorganize test utilities, add unit tests. #885
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
Conversation
Grr - I hate when CI fails due to the infrastructure, although I guess you get what you pay for...
|
Looks like adding apt update to Actions did the trick. LGTM failed due to timeout but that seems to be a problem on their end. |
I don't know why LGTM is failing. It just keeps timing out. The last step is this:
There are no error messages as far as I can tell. I'm tired of debugging it. If Jenkins passes again I'm just going to merge. |
Reorganization of test utilities to hopefully make things simpler to maintain. Instead of being in a directory separate from
test
, they are now in a subdirectory oftest
.ndiff.awk
to autilities
subdirectory of thetest
directory; it is only used by tests and really belongs there.nproc
program with a (hopefully) simpler to use and maintain shell script that determines number of processes by counting how manyecho
s the current$DO_PARALLEL
will invoke. Also have this intest/utilities
.ArgList
class. These will be tested on Jenkins.