WillAyd commented on code in PR #47837:
URL: https://github.com/apache/arrow/pull/47837#discussion_r2445473037
##########
ci/scripts/cpp_test.sh:
##########
@@ -105,9 +105,11 @@ fi
if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
ARROW_BUILD_EXAMPLES=OFF # TODO: Remove this
meson test \
+ --max-lines=0 \
Review Comment:
By default the test log only shows 100 lines of output. When there are many
tests, the error sometimes isn't shown in the logs because it gets buffered out
by other content. This makes it so the entire test log is shown on error
We made this same change in https://github.com/apache/arrow/pull/47282/, so
I figured I'd just pull forwards here to reduce the diff on the other PR. Happy
to drop this particular line for now
--
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]