Commit 44476a0
authored
[test] Use Runtime.halt() in forked AvroCompat cluster process (#2692)
Avoid expensive shutdown hook cleanup in forked VeniceClusterInitializer JVM.
Replace ProcessWrapper hook with Runtime.halt(0), cutting ~6 min per run.
Keep existing shutdown behavior for main Gradle JVM to preserve FD safety.1 parent 0d7b946 commit 44476a0
1 file changed
Lines changed: 19 additions & 1 deletion
File tree
- internal/venice-avro-compatibility-test/src/test/java/com/linkedin/venice
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
256 | 274 | | |
257 | 275 | | |
0 commit comments