Commit 8ca29ad
Bump arquillian-glassfish-server-pool to 2.2.0-SNAPSHOT
Picks up the SlotLeaser fix for a race in tryGrow's recycle path: two
test JVMs could pick the same dead-but-still-listed slot and run
PoolProvisioner.provisionSlot concurrently, surfacing as
NoSuchFileException in deleteRecursive racing with the parallel clone's
Files.createLink. See arquillian-container-glassfish PR.
The race only triggers when prior GF processes died but slot dirs
persisted (CI, reboot, pkill), so a hot pool kept alive between reactor
runs masks it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f014379 commit 8ca29ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments