GH-46600: [C++][CI] Add job with ARROW_LARGE_MEMORY_TESTS enabled#49490
GH-46600: [C++][CI] Add job with ARROW_LARGE_MEMORY_TESTS enabled#49490raulcd wants to merge 10 commits intoapache:mainfrom
Conversation
|
|
|
@rok I tried with
Should we request an increase of quota for |
|
Let me take a look. |
|
Requested 8 vcpus for spot and 8 for on-demand. |
nice! Thanks @rok |
|
Requests were approved. Change usually needs some 10 minutes to propagate. |
|
I tried with both 64GB and 128GB machines to validate that it wasn't a RAM issue. There are a couple of test failures due to timeout: And one due to what seems like a bug on Parquet ( I'll see if I can reproduce the timeouts locally. |
|
I have 64GB of RAM locally. For the The My takes from this. We can enable a job that test the memory large tests, currently there seems to be some bugs on them, both for Gandiva and Parquet. We probably want to run on CI with a release build, in order to shorten execution time but even with that we will require like a 15 minutes timeout on individual tests. Should I open individual issues for those tests? |
|
+1 to increasing timeouts and including them either into extras and/or release. |
|
It seems to require a really long timeout: |
|
…NG_LEVEL=PRODUCTION
TBD
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
This PR includes breaking changes to public APIs. (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.)
This PR contains a "Critical Fix". (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)