element icon indicating copy to clipboard operation
element copied to clipboard

Element crashes on flood.io after successful test execution

Open torfmaster opened this issue 5 years ago • 1 comments

Describe the bug Element crashes on flood after successful test execution.

To Reproduce

  • start a load test on flood io.
  • wait until the test is finished

Now the test crashes:

[00] info: ---> Step 'XXXX' finished
[00] debug: ticking concurrency
[00] debug: sending concurrency
[00] debug: REPORTER.socket.send() wrote 106 bytes to XXXX:35663
[00] debug: concurrency,account=xxx,flood=xx,project=xx,grid=xxx,node=0,region=eu-central-1 response_code="0",value=1
[00] info: Iteration completed in 16s (walltime)
[00] info: Test completed after 1 iterations
> Error! An unexpected rejection occurred
  Error: wait timed out
this is a bug, please report it here https://github.com/flood-io/element/issues/new?template=bug_report.md
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @flood/[email protected] start: `element agent start "/data/flood/files/XXXX.perf.ts"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @flood/[email protected] start script.

and the test status is reported as "problem".

Expected behavior The build shouldn't fail.

Desktop (please complete the following information): Flood cloud.

torfmaster avatar Oct 06 '20 06:10 torfmaster

Hi @torfmaster, can you give me some information below to help me debug:

  • Which Element's version you're using.
  • The Element test script.

And one more question, did the test execute successfully on local?

honglax avatar Oct 12 '20 03:10 honglax