Commit 7645977
authored
Fix parallel race condition in tests emrun.test_emrun and emrun.test_emrun_pthreads (#26790)
Fix parallel race condition in tests emrun.test_emrun and
emrun.test_emrun_pthreads, which would not be able to run
simultaneously, since they attempted to launch emrun server on the same
port. Each parallel process needs its own server port, but different
individual test cases do not.1 parent bd45df6 commit 7645977
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5765 | 5765 | | |
5766 | 5766 | | |
5767 | 5767 | | |
| 5768 | + | |
| 5769 | + | |
| 5770 | + | |
| 5771 | + | |
| 5772 | + | |
| 5773 | + | |
5768 | 5774 | | |
5769 | | - | |
| 5775 | + | |
5770 | 5776 | | |
5771 | 5777 | | |
5772 | 5778 | | |
| |||
5791 | 5797 | | |
5792 | 5798 | | |
5793 | 5799 | | |
5794 | | - | |
5795 | | - | |
5796 | | - | |
| 5800 | + | |
| 5801 | + | |
| 5802 | + | |
5797 | 5803 | | |
5798 | 5804 | | |
5799 | 5805 | | |
| |||
0 commit comments