containerd / containerd/runwasi
Fix `ci` parallel test issue
Open
- Dominant language
- Rust
- Stars
- 1.3k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
The current test looks like the following:
https://github.com/containerd/runwasi/blob/7b2adf09dfc9d1ed99988bc83c71a4c58f236344/Makefile#L72-L82
https://github.com/containerd/runwasi/blob/7b2adf09dfc9d1ed99988bc83c71a4c58f236344/crates/containerd-shim-wasmedge/src/tests.rs#L71-L73
The use of `--test-threads=1` and `#[serial] ` ensures that tests do not interfere with each other.
We would like to remove `--test-threads=1`, `#[serial] `, and still have ci pass successfully.
Contributor guide
Assessment
This issue has not been assessed yet.