Skip to content

CI: azure windows timeouts #42236

@mzeitlin11

Description

@mzeitlin11

Seeing lots of timeouts on Windows py38_np18 builds, for example https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=62155&view=logs&j=404760ec-14d3-5d48-e580-13034792878f&t=f81e4cc8-d61a-5fb8-36be-36768e5c561a

The main tests showing up in the slowest durations are the groupby numba tests. Would it make sense to do something similar to #42024 in the groupby conftest to reduce the number of combinations run? Also in that run seeing warnings like

pandas/tests/window/test_numba.py: 14 warnings
  D:\a\1\s\pandas\core\window\numba_.py:74: NumbaPerformanceWarning: 
  The keyword argument 'parallel=True' was specified but no transformation for parallel execution was possible.
  
  To find out why, try turning on parallel diagnostics, see https://numba.pydata.org/numba-doc/latest/user/parallel.html#diagnostics for help.
  
  File "pandas\core\util\numba_.py", line 109:
  
              def impl(data, *_args):
              ^
  
    result[i] = numba_func(window, *args)

so the parallel=True case might not be testing anything. cc @mroeschke

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationWindowsWindows OSnumbanumba-accelerated operations

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions