M2 icon indicating copy to clipboard operation
M2 copied to clipboard

Tests seem to hang (without being run) sometimes, using ninja

Open mikestillman opened this issue 1 year ago • 5 comments

On my branch complexes-for-1-24-11, I run all of the tests, using ninja check-packages. But a couple of packages seem to hang (without actually running M2 heavily): TerraciniLocus, and SpecialFanoFourfolds.

This is with a cmake build, on mac apple silicon, runnning Sonoma 14.6.1.

If I simply do ninja -k0 check-TerraciniLoci, it seems to hang, not running any examples. If inside of M2, I type check "TerraciniLoci", it finishes all tests in a second or two.

Was this a know issue that has been fixed recently? I might need to merge development into my branch? (Although it will soon, hopefully, be merged into development)

mikestillman avatar Sep 05 '24 19:09 mikestillman