Open maysunfaisal opened 5 years ago
@markcor11
Yes it looks correct, showing an average response time of 1.8 ms. If you run multiple tests, you should then get a graph.
I think he's looking at the failed to render
in the bottom left. i don't know why that could be caused by a protocol difference though.
@markcor11 says it looks like its a bug in the configuration - @markcor11 please take a look
will do
any updates ?
There's a few pieces to this when project is enabled for https :
I'm not sure we have support for HTTPs project in CHE, I moved a local node HTTPs project to Che and noticed that the routes created assumed the project was still using HTTP even though the project.isHttp in .cw-settings was set to true. I would have expected this OpenShift route to be secured with type passthru since I was using a server certificate generated in the project directly.
Also noticed that the project didn't stay up long, probably as a result of the /health endpoint not being accessible over HTTPs:
This behaviour was also the same in an HTTPs Codewind Remote project
@markcor11 You may want to look into this issue for https on Kube https://github.com/eclipse/codewind/issues/1272
Blocked by 1272. Branch with local only changes : https://github.com/markcor11/codewind/tree/420-Perfdash-HTTPsProjects
Codewind version: latest OS:
Che version: IDE extension version: IDE version: Kubernetes cluster:
Question synopsis:
With https://github.com/eclipse/codewind/pull/208 I can now run a https enabled project on Codewind
I have a https enabled Microprofile project, and I tried running a load test on the dashboard, is this report correct?