bkietz commented on code in PR #39019:
URL: https://github.com/apache/arrow/pull/39019#discussion_r1425694841
##########
dev/archery/archery/integration/runner.py:
##########
@@ -193,6 +193,8 @@ def _run_test_cases(self,
``case_runner`` ran against ``test_cases``
"""
def case_wrapper(test_case):
+ if serial:
+ return case_runner(test_case)
Review Comment:
Yes: printer.cork() was failing to dump output when the test segfaulted. In
any case, corking the printer adds no value when we're running in serial.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]