Commit c21fdfc
authored
simplify integration tests (#148)
* Replace curl and tar commands with Rust crates
* Replace curl with reqwest
* Refactor TCP test to use TCP Listener instead of netcat
* test: wait until serve is ready
* check stderr instead
* fix lint errors
* Only do check on unix platforms
* Move to just a sleep
* Improve http test retry mechanism1 parent 24c64fc commit c21fdfc
7 files changed
Lines changed: 824 additions & 117 deletions
File tree
- .github/workflows
- runtime/src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
0 commit comments