dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 5 forks source link

Fix status propagation #343

Closed niknetniko closed 1 year ago

niknetniko commented 1 year ago

Time limit exceeded (or memory limit exceeded in theory) were not propagated to the results properly if a submissions was executed in one go.

This PR fixes this and adds a test for it.

Fixes an underlying issue of #342.