tadeja commented on PR #49189:
URL: https://github.com/apache/arrow/pull/49189#issuecomment-3879768379

   - I changed `PYARROW_TEST_LARGE_MEMORY:` to OFF only for macOS 15-intel job 
to skip all large memory tests, [including the longest one of 28 
minutes](https://github.com/apache/arrow/actions/runs/21868873981/job/63117751343?pr=49189#step:10:7518)`tests/test_pandas.py::test_nested_chunking_valid`.
 
   Remaining are
   ```
   ============================= slowest 40 durations 
=============================
   97.90s call     tests/test_cython.py::test_cython_api
   33.97s call     tests/test_cython.py::test_visit_strings
   32.49s call     tests/test_dataset.py::test_write_dataset_with_backpressure
   25.90s call     tests/parquet/test_metadata.py::test_table_large_metadata
   25.56s call     tests/test_extension_type.py::test_cpp_extension_in_python
   24.93s call     tests/test_io.py::test_compression_level[zstd]
   17.69s call     tests/test_memory.py::test_env_var
   14.40s setup    tests/parquet/test_dataset.py::test_read_s3fs
   ...
   ```
   
https://github.com/apache/arrow/actions/runs/21868873981/job/63117751343?pr=49189#step:10:8522
   `= 7506 passed, 594 skipped, 11 xfailed, 2 xpassed, 53 warnings in 746.69s 
(0:12:26) =`
   
   Skipping large memory tests for 15-intel and purely coincidental ccache hit 
got macOS 15-intel job runtime from 76 minutes down to 32 minutes!
   
   - For ARM macOS 14 `PYARROW_TEST_LARGE_MEMORY:` remains ON, so [large memory 
tests remain 
there](https://github.com/apache/arrow/actions/runs/21868873981/job/63117751445?pr=49189#step:10:7518).
   ```
   ============================= slowest 40 durations 
=============================
   803.30s call     tests/test_pandas.py::test_nested_chunking_valid
   48.00s call     tests/test_convert_builtin.py::test_string_too_large[ty1]
   43.55s call     tests/test_convert_builtin.py::test_auto_chunking_binary_like
   36.04s call     tests/test_convert_builtin.py::test_large_binary_array[ty0]
   33.03s call     tests/test_convert_builtin.py::test_large_binary_array[ty1]
   28.53s call     tests/test_convert_builtin.py::test_string_too_large[ty2]
   27.13s call     tests/test_feather.py::test_chunked_binary_error_message
   23.89s call     
tests/interchange/test_conversion.py::test_pyarrow_roundtrip_large_string
   22.55s call     
tests/test_convert_builtin.py::test_array_from_pylist_data_overflow
   22.32s call     
tests/test_pandas.py::TestConvertStringLikeTypes::test_bytes_exceed_2gb
   21.72s call     
tests/parquet/test_parquet_writer.py::test_parquet_writer_chunk_size
   ...
   = 7527 passed, 573 skipped, 11 xfailed, 2 xpassed, 53 warnings in 1451.60s 
(0:24:11) =
   ```
   
   --> Is skipping large memory tests only for *macOS 15-intel* and keeping on 
*ARM macOS 14* something that can accepted for now to get CI to pass?
   I'll be removing this macOS timeout-minutes: 90, so back to 60.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to