You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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:
TimeoutLimit + epsilon
The text was updated successfully, but these errors were encountered: