Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-16335

[Release][C++] Windows source verification runs C++ tests on a single thread

    XMLWordPrintableJSON

Details

    Description

      verify-release-candidate.bat uses the following command to run the C++ tests:

      ctest -VV
      

      This has two problems:

      • output is verbose even for successful tests, making it difficult to find errors in the log
      • tests are run serially even on a many-core machine

      I would suggest instead something like:

      ctest -jN --output-on-failure
      

      (where N is the available number of hardware threads / CPU cores)

      Attachments

        Issue Links

          Activity

            People

              assignuser Jacob Wujciak
              apitrou Antoine Pitrou
              Votes:
              0 Vote for this issue
              Watchers:
              4 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 20m
                  1h 20m