Closed rohank07 closed 2 years ago
Tests are failing when upgrading RStudio Server Removing Blair's fork of jupyter-rsession-proxy and going to reference upstream instead. Seems like issues that weren't previously resolved in R 1.4 are now fixed.
Also encountered issues with RUN chown $NB_USER:users /var/lib/rstudio-server/rstudio.sqlite
The file does not exist in the new version of RStudio Server. Going to see if its necessary anymore. Reason it was added: https://github.com/StatCan/aaw-kubeflow-containers/pull/195
https://github.com/StatCan/aaw-kubeflow-containers/blob/master/docker-bits/6_rstudio.Dockerfile#L34
Removing older version of R and installing r-base, r-base-dev and adding new CRAN repo does not seem to upgrade the R version. It should be 4.2.X (2022-XX-XX)
Fixed the failing test. Leaving R version as 4.1.2. R server does not crash when running client's code (using ggplot package). Output:
Client has encountered running
ggplot()
causes R session to crash. I was able to replicate. It seems versions of Rstudio Server have this isssue and a solution was to either downgrade or upgrade. We are far behind from the latest release. Updating Rstudio Server to2022.07.2-576
to see if issue still arises.Resources: https://stackoverflow.com/questions/67650911/suddenly-ggplot-crashes-r-studio-any-suggestions https://github.com/rstudio/rstudio/issues/9373
Verify using client's script