Skip to content

[Question] Why is test_fast.sh configured to work with only 4 cores ? #48535

Closed
@adrienpacifico

Description

@adrienpacifico
  • I have checked that the answer to this question is not present in any other issue, merge request comments, or the documentation.

test_fast.sh is the recommended way to run the test suite in an efficient manner.
However, it is configure to run only on 4 cores? Why?

Many modern computer has more than 4 cores. I would suggest to replace -n 4 to -n0 on the following test_fast.sh line

pytest pandas --skip-slow --skip-network --skip-db -m "not single_cpu" -n 4 -r sxX "$@"

@mroeschke was the last to commit on that file (https://github.com/pandas-dev/pandas/blame/main/test_fast.sh) (it case it changes something for triage).

Metadata

Metadata

Assignees

No one assigned

    Labels

    CleanTestingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions