Skip to content
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

Tests are failing on CI for new test rtree_with_strategies.cpp #1371

Open
vissarion opened this issue Feb 4, 2025 · 0 comments
Open

Tests are failing on CI for new test rtree_with_strategies.cpp #1371

vissarion opened this issue Feb 4, 2025 · 0 comments
Labels

Comments

@vissarion
Copy link
Member

Tests are currently failing on CI for the index test https://github.com/boostorg/geometry/blob/develop/index/test/rtree/rtree_with_strategies.cpp

This is due to long compilation times and/or memory consumption.

Locally, with g++-9 it took 176.39 seconds and ~8.2 GB to compile that test. Similar results with few other versions of clang and g++ so it does not seem as a compiler version issue.

To fix this we can decrease the number of cases tested, split them into files or create separate compilation units in Jamfile. @awulkiew any other ideas?

Interestingly, there are no issues building the same test with cmake on github actions see https://github.com/boostorg/geometry/actions/runs/12876224865/job/35898875915#step:9:125

@vissarion vissarion added the tests label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant