-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
runtimeEngine runtime handles safely executing user submitted codeEngine runtime handles safely executing user submitted code
Milestone
Description
Create end-to-end integration tests for limiting behavior. Should create runner struct and send code that will test the num procs limit, timeout limit and other limits as needed.
Requirements:
- verify runtime agent returns an error when program exceeds timeout limit
- and that execution does not exceed
TimeoutLimit + epsilon
- and that execution does not exceed
- verify runtime agent returns an error when program exceeds max num procs limit
- (note: this will be hard to verify at an OS level, at least returning an error should be okay for now)
- verify runtime agent returns an error when program exceeds max file size creation limit
Metadata
Metadata
Assignees
Labels
runtimeEngine runtime handles safely executing user submitted codeEngine runtime handles safely executing user submitted code
Projects
Status
Todo