Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-12985

pyarrow tests are executed twice in py38-pyarrow-x tox task

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • Not applicable
    • sdk-py-core, testing
    • None

    Description

      tox -e py37-pyarrow-2 runs all tests with the "uses_pyarrow" mark twice. This is because run_pytest.sh runs pytest twice, once with -m no_xdist and once with -m 'not no_xdist'. The pyarrow task uses -m uses_pyarrow to select tests, but pytest only respects the latest -m argument. So the no_xdist parameters are ignored, and all pyarrow tests are run each time.

      Attachments

        Issue Links

          Activity

            People

              bhulette Brian Hulette
              bhulette Brian Hulette
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 50m
                  1h 50m