st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
70 stars 19 forks source link

fix #17 #18

Closed ksudate closed 2 years ago

ksudate commented 2 years ago

17 bug fix

start_time was not a string, causing an error.

Error log ( runner job ):

│ /bin/sh: 01:24:31: not found
│ Wait until 2021-12-07 01:24:25
│ GATLING_HOME is set to /opt/gatling

After fix ( runner job ):

│ Wait until 2021-12-7 01:34:31
│ it's 1638840755 now and waiting until 1638840871 ...
│ it's 1638840756 now and waiting until 1638840871 ...
│ it's 1638840757 now and waiting until 1638840871 ...