-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
area/testingRelated to tests or testing infrastructureRelated to tests or testing infrastructurelifecycle/duplicateThis issue is a duplicate of another issueThis issue is a duplicate of another issue
Description
The guest cancellation tests call a function spin in either the host (
| let result = ctx.call("CallHostSpin", ReturnType::Void, None); |
| let result = ctx.call("Spin", ReturnType::Void, None); |
We should improve the tests so that:
(1) we run many tests with variable cancellation time, and
(2) the function that we call in the guest should loop calling a function in the host which sleeps for a random amount of time.
This should ensure that we are testing cancellation across all states.
Metadata
Metadata
Assignees
Labels
area/testingRelated to tests or testing infrastructureRelated to tests or testing infrastructurelifecycle/duplicateThis issue is a duplicate of another issueThis issue is a duplicate of another issue
Type
Projects
Status
In Progress