dweiss commented on code in PR #16641:
URL: https://github.com/apache/lucene/pull/16641#discussion_r3941998966
##########
.github/workflows/run-checks-all.yml:
##########
@@ -90,9 +94,10 @@ jobs:
mkdir /tmp/tmpfs
sudo mount_tmpfs -o noowners -s 1g /tmp/tmpfs
sudo sysctl debug.lowpri_throttle_enabled=0
+ echo "tests.workDir=/tmp/tmpfs/lucene" >>
build-options.local.properties
- name: Run gradle tests
- run: ./gradlew test "-Ptask.times=true"
"-Pvalidation.errorprone=false" "-Ptests.workDir=/tmp/tmpfs/lucene"
+ run: ./gradlew displayGradleDiagnostics allOptions test
"-Ptask.times=true" "-Pvalidation.errorprone=false"
Review Comment:
Intentional. We do want those diagnostics.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]