Sylvain Hellegouarch
Sylvain Hellegouarch
Hello folks, I am interested in using this tool too and was wondering if there was a chance for a release with the fix @Silcet? Thanks :)
No worries. Always appreciated to have feedback :)
Awesome. Your branch seems to be working just fine @Silcet!
This was started in de77139b3adf4943ed42ef7d96d2459146bdacec. Need some ironing out and doc
I actually changed that line to: ``` ts = str(time.time_ns()) ``` v1 expects nanoseconds and that is now a builtin function since Python 3.7 https://docs.python.org/3.7/library/time.html#time.time_ns
Hello @racer78 A very good point. It's because we don't consider pause values as variables, they can't be parametarized. Maybe they should, or at least the doc should be clearer....
Indeed. There is an issue that was raised along these lines https://github.com/chaostoolkit-incubator/community-playground/issues/25 The trick is simplicity vs expressiveness. We wouldn't known if the value is meant to be a number...
The logic is here https://github.com/chaostoolkit/chaostoolkit-lib/blob/master/chaoslib/run.py#L627 I'm afraid I changed it to what it used to be initially. In the past the rollback always played if the ssh failed the second...
Indeed! Good catch.
Hello there, long time to respond. I apologise. But I can't see the same issue. What did you run?