Skip to content
Snippets Groups Projects
Unverified Commit fcdb2cec authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

longer stress tests

parent cab25d69
No related branches found
No related tags found
No related merge requests found
Pipeline #62139 passed with stages
in 1 minute and 41 seconds
...@@ -7,4 +7,4 @@ have been made so far, between releases. ...@@ -7,4 +7,4 @@ have been made so far, between releases.
* removed the requirement for a Queue that for it to be equal to other Queue if their types do match * removed the requirement for a Queue that for it to be equal to other Queue if their types do match
* compile_definitions will now depend on requests * compile_definitions will now depend on requests
* added support for infinite (None) timeouts during start * added support for infinite (None) timeouts during start
* stress tests will run for 60 seconds now * stress tests will run for 120 seconds now
...@@ -23,14 +23,14 @@ Why CoolAMQP? ...@@ -23,14 +23,14 @@ Why CoolAMQP?
* AMQP 0.9.1 client that's native Python * AMQP 0.9.1 client that's native Python
* heavily optimized for speed * heavily optimized for speed
* geared towards interfacing with [RabbitMQ](https://www.rabbitmq.com/ * geared towards interfacing with [RabbitMQ](https://www.rabbitmq.com/)
* supports custom RabbitMQ commands, such as * supports custom RabbitMQ commands, such as
* [Connection blocking](https://www.rabbitmq.com/docs/connection-blocked) * [Connection blocking](https://www.rabbitmq.com/docs/connection-blocked)
* [Publisher confirms](https://www.rabbitmq.com/docs/confirms#publisher-confirms) * [Publisher confirms](https://www.rabbitmq.com/docs/confirms#publisher-confirms)
* [Negative Acknowledgements](https://www.rabbitmq.com/docs/nack) * [Negative Acknowledgements](https://www.rabbitmq.com/docs/nack)
* traceable using [opentracing](https://opentracing.io/) * traceable using [opentracing](https://opentracing.io/)
* code coverage is 80% at the moment * code coverage is 80% at the moment
* stress tests are part of each release * 120 second stress tests are part of each release
Documentation (WIP) is available at [our site](http://smokserwis.docs.smok.co/coolamqp). Documentation (WIP) is available at [our site](http://smokserwis.docs.smok.co/coolamqp).
......
...@@ -19,7 +19,7 @@ CONNECTIONS_PER_SECOND = 0.9 ...@@ -19,7 +19,7 @@ CONNECTIONS_PER_SECOND = 0.9
DISCONNECTS_PER_SECOND_PER_CONNECTION = 0.1 DISCONNECTS_PER_SECOND_PER_CONNECTION = 0.1
ANSWER_PROBABILITY = 0.7 ANSWER_PROBABILITY = 0.7
RUNNING_INTERVAL = 60 # run for 60 seconds RUNNING_INTERVAL = 120 # run for 120 seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment