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

Custom executor - Several levels slow down test execution #826

Open
BenHaramboure opened this issue Feb 3, 2025 · 0 comments
Open

Custom executor - Several levels slow down test execution #826

BenHaramboure opened this issue Feb 3, 2025 · 0 comments

Comments

@BenHaramboure
Copy link

BenHaramboure commented Feb 3, 2025

Hi,

My team has rewritten some venom test scenarios with 2 levels of custom-executor ( a test scenario calls a custom-executor having the route, assertions...per step, this executor calls a second custom-executor having less specific data such as headers, certificates, high-level assertions) in order to :

  • have unified generic approach
  • avoid repeating code
  • lighten scenarios implementation

I recently joined the team and I've been told that implementation we adopted about mid last year have slowed down the scenarios execution from about 12m (503 tests scenarios) previously to about 45m (593 tests scenarios)
Feel free to reach me out to get the pipelines links

Is there anything we can do to get back the previous pace of execution ? (those are mostly REST call, they shouldn't take more than tens of seconds each)

Thanks!

cc @gbahezre

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

1 participant