Skip to content

Tags: bytecodealliance/componentize-py

Tags

canary

Toggle canary's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 mechanism