A Qick test of the tenacity library and also this projects pretends to be somekind of Grafana k6 tool testing.
- Set up the project, to do so we need to set up two different stacks, the Node.js and the python one executing this simple command:
make setup
remember, it's very convenient to activate the environment to avoid possible errors (source .venv/bin/activate
)
- Start the HTTP server
make server
- Testing the tenacity retries:
make client
After has started the HTTP server you should launch the k6 script, easy peacy:
make test/performance