Replies: 2 comments 4 replies
-
Looks like this error is output when the test script has no scenarios - can you confirm that the script you're running has both a https://artillery.io/docs/guides/guides/test-script-reference.html#Overview |
Beta Was this translation helpful? Give feedback.
4 replies
-
looks like it was tabbing issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am running a simple test calling my api (get) passing in a requestid to get databack.
Receive the following error and not sure why.
worker error, id: 4 TypeError [Error]: Cannot read properties of undefined (reading 'undefined')
at Object.picker (/usr/local/lib/node_modules/artillery/core/lib/weighted-pick.js:22:20)
at runScenario (/usr/local/lib/node_modules/artillery/core/lib/runner.js:286:20)
at EventEmitter. (/usr/local/lib/node_modules/artillery/core/lib/runner.js:174:25)
at EventEmitter.emit (/usr/local/lib/node_modules/artillery/node_modules/eventemitter3/index.js:181:35)
at UniformProcess. (/usr/local/lib/node_modules/artillery/core/lib/phases.js:194:10)
at UniformProcess.emit (node:events:390:28)
HTTP request, not socketio
phases
phases:
- duration: 60
arrivalRate: 5
name: Warm up
- duration: 120
arrivalRate: 5
rampTo: 50
name: Ramp up load
- duration: 600
arrivalRate: 50
name: Sustained load
Beta Was this translation helpful? Give feedback.
All reactions