Commit 22b9083
Kris Armstrong
fix: resolve concurrent request hang in smoke test
The bare `wait` command was blocking indefinitely because it waited for
ALL child processes including the long-running web server. Fixed by
collecting curl PIDs and waiting only for those specific processes.
Also added -m 5 timeouts to all curl requests in performance tests.1 parent 25c7b10 commit 22b9083
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| 699 | + | |
699 | 700 | | |
700 | | - | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
701 | 706 | | |
702 | | - | |
703 | 707 | | |
704 | 708 | | |
705 | | - | |
| 709 | + | |
706 | 710 | | |
707 | 711 | | |
708 | 712 | | |
| |||
0 commit comments