mikemccand commented on PR #14764:
URL: https://github.com/apache/lucene/pull/14764#issuecomment-2991624769

   > > but I dunno maybe a gradle daemon or 7 is/are still running from last 
time so it's warm ish
   > 
   > Good one. I wouldn't run with the daemon at all. By "cold" startup I mean 
setting things up - downloading deps, compiling the buid-infra scripts, etc. 
These are currently slow like hell.
   
   Oh hmm ... no, actually.  It reuses the same checkout in the local (NVMe 
SSD) filesystem, does a `git pull`, a `git clean -xfd`, hmm then this cryptic 
step (maybe not needed anymore!!):
   
   ```
       # There is some weird gradle bootstrapping bug: if we do not run this 
"help" first, then the test run fails w/ cryptic error:
       os.system("./gradlew help >> %s.tmp 2>&1" % logFile)
   ```
   
   Then runs tests with `./gradlew --no-daemon -Ptask.times=true -p lucene test 
>> %s.tmp 2>&1` -- OK, no daemon!
   


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to