Git Product home page Git Product logo

Comments (1)

hepsi204 avatar hepsi204 commented on June 2, 2024

Hello,

This log line is outputted when the pipeline is waiting for the state of the JMETER_CONTROLLER container instance to change from RUNNING to a different state.

Note Line 84 in file - azure-pipelines.load-test.yml (please see below)

while [ $(az container show -g $RG -n $NAME --query "containers[0].instanceView.currentState.state" -o tsv) == "Running" ]; do
    echo "`date`: Still Running..."
    sleep 20
done
echo "`date`: Finished!"

The state of JMETER_CONTROLLER container instance does not change until all the JMETER_WORKER container instances have finished the test runs or a timeout has been reached.

In the pipeline logs, you should be able to see JMETER_WORKER instances outputting log lines similar to below if they have finished a test run:

Starting the test on host xx.xx.xx.xx @ Sun Oct 25 17:50:21
Finished the test on host xx.xx.xx.xx @ Sun Oct 25 17:50:25

These lines are logged when stage with display name RESULTS: Collect JMeter Controller and Worker Logs finishes.

If a JMETER_WORKER container instance did not finish the test run, you won't find the 'Finished' state being outputted to the pipeline logs.

One of the things it could be is that JMETER_WORKER container instance is running too many threads or ramping up too many threads too quickly, it could cause resource exhaustion on that container instance. It means that a test run could have finished in 600 seconds if it had the required amount of resources or had less threads to ramp up per time unit.

Hope this helps.

from jmeter-aci-terraform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.