Commit 3fda3aa
committed
Refactor and add unikernel tests
- Refactored asynchronous functions in `stress_chaos_torture_tests.rs` to return pinned futures for better compatibility with Tokio's async runtime.
- Introduced a new test suite in `unikernel_execution_tests.rs.disabled` to validate unikernel functionality, including binary detection, CID allocation, and JSON-RPC request format.
- Added load testing scenarios in `unikernel_load_tests.rs.disabled` to assess system stability and performance under high load with concurrent unikernel executions.
- Implemented tests for memory leak detection and cleanup of orphaned processes.
- Included assertions to ensure proper behavior of unikernels during rapid spawn/terminate cycles.1 parent 73f1af6 commit 3fda3aa
File tree
36 files changed
+15833
-708
lines changed- test_qa_categories/06_token_research
- tests
36 files changed
+15833
-708
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments