-
Notifications
You must be signed in to change notification settings - Fork 148
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
Ensure we test on 1.5 #840
Conversation
Why do the tests take so long? |
Wow, that failure on windows is concerning. Somehow we've got a C++ exception getting reported there, along with a Julia stack trace. It looks like the program ran out of memory in some C++ code (presumably the Julia runtime?) and threw
I think because we stress the compiler a lot by compiling so many specializations. The LU tests alone take 60 s on my machine. |
The ubuntu failures on nightly are some oddities I've seen before (in unrelated packages)... some weird error during git cloning the package. |
Nightly failure during git clone reported at julia-actions/julia-buildpkg#7 |
Well, it seems this regularly runs out of memory on windows with Julia 1.5. Whether that's because the testing environment is very memory limited, or we've got some horrible bug is unclear. Need to test on a windows box... |
I ran manually on windows with julia 1.5.3 and tests passed. So I think the errors here are likely due to the test environment resources. |
This was handled in #928 so I think we can close this PR. |
#838 (comment)