-
Notifications
You must be signed in to change notification settings - Fork 23
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
Run JuliaInterface
tests as part of Pkg.test
?
#1005
Comments
I have no idea how to run tests "at least in PkgEval runs". If running JuliaInterface tests as part of |
Iirc they set some environment variable. I'll look into this later |
We already use |
My interpretation of the proposal is as follows: We extend the file If this is correct then |
I would prefer not to call To ensure GAP does not quit at the end of
Variant 2 doesn't require messing with global variables. Ah and then there is a third variant: let the test do what the CI tests do, and launch a new GAP (resp. GAP-in-Julia) which runs the package tests; then check its exit code to determine the result. Either is fine by me as long as someone else implements it ;-) |
I had thought about something like variant 2. And running these tests unconditionally is fine. |
I have something like 1 and 3 in some local branches, but didn't manage to get it working yesterday. Let me just push them here later today so that you guys can have a look at the code |
or at least in PkgEval runs?
In JuliaLang/julia#54678, a PkgEval job was ran, and PRs to all broken packages were supplied. However, since this only ran the GAP.jl tests and not those of JuliaInterface, #1004 was not found there.
I think it would make sense to have the
JuliaInterface
tests being run as part of PkgEval jobs to make the julia devs aware of possible future breakage they introduce.What do you think?
The text was updated successfully, but these errors were encountered: