I recently tried to use hubtraf for load testing my jupyterhub application. The simulated user is unable to login or the response after login appears to give 'None' output.
Is there anything I am missing out? FYI I have used dummy Authenticator and Kubespawner for this test and running hubtraf through python script(not helm chart).
I recently tried to use hubtraf for load testing my jupyterhub application. The simulated user is unable to login or the response after login appears to give 'None' output.
As a result, the server goes in forever loop inside ensure_server method as :
Is there anything I am missing out? FYI I have used dummy Authenticator and Kubespawner for this test and running hubtraf through python script(not helm chart).