Commit 3d5a2ad
committed
fix(docker): make orphan-restore process test tolerate PID reuse
- Update process_api test to accept either a dead orphan PID or the same PID with a new starttime, since the OS can recycle PIDs under load after kill+respawn
- Check both PID and starttime to prove the orphan process was successfully replaced, avoiding flaky test failures when the kernel reuses the orphan's PID for the respawned bot
- Bump version to 0.1.1271 parent f276701 commit 3d5a2ad
5 files changed
Lines changed: 25 additions & 12 deletions
File tree
- src/panel/docker
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
1357 | | - | |
1358 | | - | |
1359 | | - | |
1360 | | - | |
1361 | | - | |
| 1357 | + | |
1362 | 1358 | | |
1363 | | - | |
| 1359 | + | |
| 1360 | + | |
1364 | 1361 | | |
1365 | | - | |
1366 | | - | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
1367 | 1380 | | |
1368 | 1381 | | |
1369 | 1382 | | |
| |||
0 commit comments