I have an intermittent build failure at the moment in the JSON API testing suite. I think that this relates to the asynchronous nature of performing HTTP requests and getting their responses. It can be seen in this failing build (applicable line number referenced). I think I may need to revisit possible race conditions here and rework the requests. Really I need it to be far more synchronous than it is at the moment.
I have an intermittent build failure at the moment in the JSON API testing suite. I think that this relates to the asynchronous nature of performing HTTP requests and getting their responses. It can be seen in this failing build (applicable line number referenced). I think I may need to revisit possible race conditions here and rework the requests. Really I need it to be far more synchronous than it is at the moment.