You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/06/20 16:29:39 UTC

[GitHub] [arrow-nanoarrow] paleolimbot opened a new issue, #244: Test discovery times out on Conda/MacOS M1

paleolimbot opened a new issue, #244:
URL: https://github.com/apache/arrow-nanoarrow/issues/244

   As reported by @danepitkin !
   
   This was also noted in #241 but turns out is unrelated...gtest executables are I think just really slow on conda/M1.
   
   We can set the timeout explicitly and should probably set it to a higher value than the default to avoid this issue: https://cmake.org/cmake/help/latest/module/GoogleTest.html#command:gtest_discover_tests .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-nanoarrow] danepitkin commented on issue #244: Test discovery times out on Conda/MacOS M1

Posted by "danepitkin (via GitHub)" <gi...@apache.org>.
danepitkin commented on issue #244:
URL: https://github.com/apache/arrow-nanoarrow/issues/244#issuecomment-1599165753

   Yep, this is the exact same error I saw as well (timeout on `utils_test`)!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-nanoarrow] paleolimbot commented on issue #244: Test discovery times out on Conda/MacOS M1

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot commented on issue #244:
URL: https://github.com/apache/arrow-nanoarrow/issues/244#issuecomment-1681535614

   Hmm...this popped up again on CI. I was able to reproduce the first time locally; however, I wasn't able to reproduce any subsequent time. For future me:
   
   ```bash
   conda remove -n nanoarrow-verify-rc --all
   conda create --name nanoarrow-verify-rc
   conda activate nanoarrow-verify-rc
   conda config --set channel_priority strict
   mamba install -y -c conda-forge compilers git cmake arrow-cpp
   
   rm -rf build && mkdir build && cd build
   cmake .. -DNANOARROW_BUILD_TESTS=ON
   cmake --build .
   cd ..
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-nanoarrow] paleolimbot closed issue #244: Test discovery times out on Conda/MacOS M1

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot closed issue #244: Test discovery times out on Conda/MacOS M1
URL: https://github.com/apache/arrow-nanoarrow/issues/244


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org