Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example.yml config throwing error #3

Open
alice-carr opened this issue Aug 1, 2019 · 3 comments
Open

example.yml config throwing error #3

alice-carr opened this issue Aug 1, 2019 · 3 comments

Comments

@alice-carr
Copy link

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

@rabindragogoi
Copy link

Alice : Did you found the solution? I am too facing the same issue

@alice-carr
Copy link
Author

@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

@hassy
Copy link
Member

hassy commented Jun 20, 2022

#7 possibly fixes this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants