apluslms / radar

Web service for analyzing program code similarity
4 stars 10 forks source link

Producing comparison report fails on some exercises #35

Closed PasiSa closed 2 years ago

PasiSa commented 2 years ago

As noticed in Y1 course, comparison report fails to complete on some exercises, while succeeds on others. In failed cases the exercise list shows 1 invalid submissions, while rest remain in pending state. Need to investigate what causes this (out of memory? or something else?) and then fix it.

markkuriekkinen commented 2 years ago

I consider this a duplicate of #13, though it is not yet certain if the memory error causes all these failures in the report.

PasiSa commented 2 years ago

For the record, I don't think this was duplicate of #13 , so we should keep it still open

markkuriekkinen commented 2 years ago

For the record, I don't think this was duplicate of #13 , so we should keep it still open

Yes, correct. This issue focused on that simple one-line bug, using non-existent attribute of an exception. #13 is about the potential excessive memory consumption.