Farfetch / maestro

A load testing tool to make tests execution and analysis using JMeter.
https://Farfetch.github.io/maestro
MIT License
31 stars 4 forks source link

High number of API calls in Runs from History #807

Closed crazyplayy closed 1 year ago

crazyplayy commented 1 year ago

Expected behavior

No API calls should be made to fetch or update a run more than one time when opening it from the History tab

Actual behavior

Several calls are being made to the API to fetch a run in intervals of 5 seconds when the run is not in "RUNNING" status.

Steps to reproduce

  1. Open a run from the History
  2. Open the inspect component in Chrome
  3. Acess the Network tab and check the number of requests being made in 5 seconds intervals

Possible fix

Only make these API calls if a run is in "RUNNING" status.