redis-operator
redis-operator copied to clipboard
Canceling a test during runtime does not stop it immediately
Sending a kill signal with Ctrl+C to the E2E testing framework does not stop the running tests immediately. We should make better use of contexts and exit tests + cleanup immediately. The testing process can be improved and become faster and easier this way.