Distributed tests only run once
See original GitHub issueOriginally posted in #62. I’m moving it here because it seems to be a whole new thing and possibly a bug in this library. Originally opened there by @jrodguitar.
I setup the jmeter distributed, and prometheus and my pods (which I'm going to test some load against).
Prometheus shows the endpoints as DOWN, before i run any tests.
Prometheus shows the endpoints as UP, while the jmeter tests are running
When the jmeter tests finish, Prometheus shows the endpoints as DOWN.
Up to this point everything is fine.
If i want to do another run of the distributed jmeter, the endpoints never become UP anymore.
even doing a curl localhost:9270 in the pod, seems unreachable.
but running this command kubectl describe endpoints jmeter-slaves-svc
shows that the port 9270 is properly listed.
Any ideas?
The workaround is to redeploy over and over my jmeter slaves pods. but that's not ideal.
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Distributed testing - OpenTest
Most automated tests execute on a single machine and only ever interact with a single web browser window, mobile app or back-end service....
Read more >maven - Jenkins CI- Distributed Testing After a Build is done
Invoke Maven during build steps to run the Junit unit tests. However Jenkins would only select one slave to execute all tests. I...
Read more >Distributed Testing - Basic Concepts - SmartBear Support
However, the term “distributed” means not only a simultaneous run of tests on a number of machines, which is specific for parallel testing....
Read more >Running only some of the tests after a code change [closed]
Each time a change is made on the source code, Infinitest runs all the tests that might fail because of these changes.
Read more >Distributed and Parallel Tests Execution of WebDriver UI Tests
Now with Meissa, we execute them in under 4 hours, and this is without using the in-parallel Bellatrix feature. We only distribute all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For what’s worth, you can get the same behaviour when you load your example in JMeter and start / stop the test. The first time the server starts correctly and Prometheus can scrape it. Consecutive times the server returns an empty response.
@joris-lambrechts i am seeing same issue for distribution testing.
can you help me on this, master and slaves are running as docker containers.