-
Notifications
You must be signed in to change notification settings - Fork 717
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
test step for Mmg v5.6.0 fails because ci_tests directory is missing #15662
Comments
The tests also fail for me. Checking the CMake configure stage, I see:
That gets me to
That ping works from my laptop but not from from our HPC. |
The CMake that downloads the tests does this inside the unpacked source directory: mkdir ci_tests
cd ci_tests
for x in '' 2d 3d s; do
wget https://static.bordeaux.inria.fr/mmg/mmg${x}.tgz
wget https://static.bordeaux.inria.fr/mmg/mmg${x}.version
tar xf mmg${x}.tgz
rm mmg${x}.tgz
done |
Well that sucks. They filenames aren't versioned, so, presumably, this is going to be break in the future even if we go through the hassle of pre-downloading these as part of the sources. I see a hope though
So, we can limit it to only the very shorts tests then i guess and that'll be something at least... But, they are really very very short.
but, there are many tests for the library itself, the cmake files have sprinkled in some binaries whose source code is actually inside the ci-tests tarballs.. ugh, but they are straight foward to patch out. We should really run those tests also, which we aren't even now doing. |
Fixed in #15691 |
Rework Mmg-5.6.0 tests, fixes #15662
Pretty much all tests fail for me with errors like:
(see also test report at #15622 (comment))
I'm not sure how this wasn't a problem for others in #15622... Any ideas here @Micket, @SebastianAchilles?
The text was updated successfully, but these errors were encountered: