- Notifications
You must be signed in to change notification settings - Fork928
Commit8ca8e01
fix(site): wait until port is available in e2e (#15537)
Related:coder/internal#212This PR modifies the logic responsible for creating a server in E2Etests to check if the port is free. Alternatively, we could refactor theframework to dynamically create server instances, but this solutionmight be a cheaper quick win.Note:I'll leave it as is now, it might be worth asking somebody with afrontend skillset to double-check this contribution.---------Signed-off-by: Danny Kopping <danny@coder.com>Co-authored-by: Danny Kopping <danny@coder.com>1 parent5861e51 commit8ca8e01
1 file changed
+41
-0
lines changedLines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
687 | 688 |
| |
688 | 689 |
| |
689 | 690 |
| |
| 691 | + | |
| 692 | + | |
690 | 693 |
| |
691 | 694 |
| |
692 | 695 |
| |
| |||
695 | 698 |
| |
696 | 699 |
| |
697 | 700 |
| |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
698 | 739 |
| |
699 | 740 |
| |
700 | 741 |
| |
|
0 commit comments
Comments
(0)