You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when running the example.yml I'm running into the following error:
. /usr/local/lib/node_modules/artillery/core/lib/engine_util.js:77
if (typeof opts.overValues !== 'undefined') {
^
TypeError: Cannot read property 'overValues' of undefined
at aLoop (/usr/local/lib/node_modules/artillery/core/lib/engine_util.js:77:21)
at fn (/usr/local/lib/node_modules/artillery-engine-kinesis/node_modules/async/lib/async.js:746:34)
at /usr/local/lib/node_modules/artillery-engine-kinesis/node_modules/async/lib/async.js:1213:16
at /usr/local/lib/node_modules/artillery-engine-kinesis/node_modules/async/lib/async.js:166:37
at /usr/local/lib/node_modules/artillery-engine-kinesis/node_modules/async/lib/async.js:706:43
at /usr/local/lib/node_modules/artillery-engine-kinesis/node_modules/async/lib/async.js:167:37
at Immediate.<anonymous> (/usr/local/lib/node_modules/artillery-engine-kinesis/node_modules/async/lib/async.js:1206:34)
at runCallback (timers.js:705:18)
at tryOnImmediate (timers.js:676:5)
at processImmediate (timers.js:658:5)
Artillery version is 1.6.0-28 and I'm running with artillery run example.yml.
Could you advise if this is a bug/ issue with example.yml or I'm doing something wrong?
Note: I'm also seeing this issue whenever trying to run a loop with artillery-engine-kinesis
The text was updated successfully, but these errors were encountered:
@rabindragogoi it seems to be the loop causing the issues - if you remove this line it works - just means you can't loop with artillery-engine-kinesis which is a shame
Hi, when running the example.yml I'm running into the following error:
Artillery version is 1.6.0-28 and I'm running with
artillery run example.yml
.Could you advise if this is a bug/ issue with example.yml or I'm doing something wrong?
Note: I'm also seeing this issue whenever trying to run a loop with artillery-engine-kinesis
The text was updated successfully, but these errors were encountered: