artilleryio / artillery-engine-kinesis

Experimental AWS Kinesis support for Artillery 🕳
Mozilla Public License 2.0
13 stars 10 forks source link

Fix missing argument on createLoopWithCount #7

Closed ravelantunes closed 2 years ago

ravelantunes commented 2 years ago

Core artillery code expects createLoopWithCount to have 3 arguments. Current kinesis library does not pass a third argument, causing error similar to this issue: https://github.com/artilleryio/artillery-engine-kinesis/issues/6 As a fix, I'm passing an empty object ({}) to prevent the crash.

Additional fixes:

hassy commented 2 years ago

thank you @ravelantunes!

hassy commented 2 years ago

out on npm as v1.1.1 now