Errors when submitting OCaml solutions

I haven’t been able to test OCaml solutions for problems recently. I’m not sure but it may have started after the update of the test runner to version 2. Running the test runner locally using docker seems to work, but no matter what exercise I try, when using the web interface to run the tests I get the error:

An error occurred while running your tests. This might mean that there was an issue in our infrastructure, or it might mean that you have something in your code that’s causing our systems to break.

I haven’t tried submitting a problem through the CLI but I think at least the web interface doesn’t seem to be working properly.

This was caused by the ocaml-test-runner changes merged Friday. This PR should fix the issue.

1 Like

The fixes have been merged, and I have verified that the test runner is working again. Sorry for the inconvenience.

1 Like

It’s working, with feedback for each individual test. Well done :slight_smile:

1 Like