Kaggle / docker-rstats

Kaggle R docker image
Apache License 2.0
144 stars 90 forks source link

Handle errors in jupyterlab-lsp test #188

Closed djherbis closed 2 years ago

djherbis commented 2 years ago

Turns out this was still failing because lots of http requests throw errors. Now we handle those errors, check that we got a response back, and that it is a 200 code.

I also noticed that the system command was returning the exit code, not the pid, so I fixed that.