You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two issues from the last run's logs:
1. MEMORY_ERROR: PIT minions were OOM'ing. Changed -DargLine="" to
-DargLine="-Xmx1g" so minion JVMs get 1GB heap (still strips
Jacoco since we're replacing the full argLine).
2. History cache miss: PIT ignores -DhistoryInputLocation CLI flags
when -DwithHistory is set, writing to /tmp/{groupId}.{artifactId}...
instead. Updated actions/cache path to match PIT's actual location
(/tmp/*_pitest_history.bin). Dropped the explicit location flags
and mkdir since PIT manages its own path.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments