edamame-load-test / edamame

A distributed load testing framework for real-time collaboration apps (HTTP and WebSockets)
5 stars 1 forks source link

Fix issue where init throws due to @kubernetes/client-node #81

Closed lukeoguro closed 1 year ago

lukeoguro commented 1 year ago

Currently edamame init will not run due to the the @kubernetes/client-node not being able to find a cluster in the stopTest function. Moved a few lines so this doesn't occur.

westrachel commented 1 year ago

can run edamame init successfully!