question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support concurrent executions of scenarios

See original GitHub issue

Currently it’s only possible to execute feature classes in parallel. In case you have independent scenarios (and you really should) it would be nice to run them concurrently. The current codebase does not support this. First of all the reporting is inherently sequential and there is some state in the Runtime class (skipNextStep and scenarioResult). I would be happily contributing a patch, but this would require a major change of some of the internal structure.

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:37 (13 by maintainers)

github_iconTop GitHub Comments

8reactions
aslakhellesoycommented, Nov 22, 2016

If your tests are that slow you should fix your architecture.

https://skillsmatter.com/skillscasts/8567-testable-software-architecture

0reactions
lock[bot]commented, Jun 7, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring reserved concurrency - AWS Lambda
This topic details how to manage and configure reserved concurrency. If you want to decrease latency for your functions, use provisioned concurrency.
Read more >
Function concurrency limits and throttling in AWS Lambda
AWS Lambda concurrency limits can result in throttles to your ... Lambda requires at least 100 unreserved concurrent executions per account.
Read more >
Using Scenarios - Oracle Help Center
Concurrent execution of multiple instances of a scenario or load plan may be undesirable, particularly if the job involves writing data. You can...
Read more >
The Everything Guide to Lambda Throttling, Reserved ...
Concurrent Executions — Processes that are are being executed by AWS Lambda Functions at the same time . Request — An event that...
Read more >
Gatling: Concurrent execution within a scenario - Stack Overflow
You should have 1 single scenario with users performing request A, then request B, then requests C, D and E concurrently using resources....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found