Stumbled across an odd error just now when running tests using the git method.
the first time I submitted it the tests came back as failed and said that it received no response. in an attempt to see where it was getting lost I added a System.out.println statement inside my handler method to log what was going on. that was the only change I made and yet when I ran it again it passed all tests perfectly.
this is the second time this has happened as it also happened during the “Extract URL path” task.
any idea whats going on here?