parthchandra commented on code in PR #1779: URL: https://github.com/apache/datafusion-comet/pull/1779#discussion_r2103528434
########## .github/actions/java-test/action.yaml: ########## @@ -54,8 +54,13 @@ runs: - name: Run tests shell: bash run: | - SPARK_HOME=`pwd` ./mvnw -B clean install ${{ inputs.maven_opts }} - + MAVEN_OPTS="-XX:+UnlockDiagnosticVMOptions -XX:+ShowMessageBoxOnError -XX:+HeapDumpOnOutOfMemoryError -XX:ErrorFile=./hs_err_pid%p.log" SPARK_HOME=`pwd` ./mvnw -B clean install ${{ inputs.maven_opts }} + - name: Upload crash logs + if: failure() + uses: actions/upload-artifact@v4 + with: + name: crash-logs + path: hs_err_pid*.log Review Comment: Do you think we could also upload `unit-tests.log`? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org