mgorny commented on issue #41318:
URL: https://github.com/apache/arrow/issues/41318#issuecomment-2069100122

   Our CI caught one more:
   
   ```
   FAILED tests/test_pandas.py::test_array_to_pandas_roundtrip - 
hypothesis.errors.FailedHealthCheck: Data generation is extremely slow: Onl...
   ```
   
   ```pytb
   =================================== FAILURES 
===================================
   ________________________ test_array_to_pandas_roundtrip 
________________________
   [gw57] linux -- Python 3.11.9 
/var/tmp/portage/dev-python/pyarrow-16.0.0/work/apache-arrow-16.0.0/python-python3_11/install/usr/bin/python3.11
   
       @h.given(past.arrays(past.pandas_compatible_types))
   >   def test_array_to_pandas_roundtrip(arr):
   E   hypothesis.errors.FailedHealthCheck: Data generation is extremely slow: 
Only produced 3 valid examples in 1.49 seconds (1 invalid ones and 3 exceeded 
maximum size). Try decreasing size of the data you're generating (with e.g. 
max_size or max_leaves parameters).
   E           count | fraction |    slowest draws (seconds)
   E     arr |    7  |    100%  |   0.001,  0.001,  0.002,  0.003,  1.483
   E   See https://hypothesis.readthedocs.io/en/latest/healthchecks.html for 
more information about this. If you want to disable just this health check, add 
HealthCheck.too_slow to the suppress_health_check settings for this test.
   
   f          = <function 
given.<locals>.run_test_as_given.<locals>.wrapped_test at 0x70b6f23b1d00>
   
   
../work/apache-arrow-16.0.0/python-python3_11/install/usr/lib/python3.11/site-packages/pyarrow/tests/test_pandas.py:3265:
 FailedHealthCheck
   ----------------------------- Captured stdout call 
-----------------------------
   You can add @seed(163546919109450785260847077307199056883) to this test to 
reproduce this failure.
   ```


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to