CI: Python test test_update_connection_password() fails (flaky?) #3058
Labels
bug
Something isn't working
CI/CD
CI/CD related
Flaky-tests
Flaky-tests
python
Python wrapper
testing
Everything about testing
Describe the bug
test_update_connection_password() failed with:
as seen in the full matrix run: https://github.com/valkey-io/valkey-glide/actions/runs/13127527442/job/36638505186
In general, tests that setup password and kill the connection are subjected to timing interplay between the reconnect mechanism and the retrying of the following command as explained here: #3022
Maybe introducing a small delay between the KILL and update_connection_password() is required as done in a few lines above:
Consult with @Yury-Fridlyand as there is a same issue in Java: #3057
We need a cross binding solution
Expected Behavior
test always passes
Current Behavior
test is flaky
Reproduction Steps
.
Possible Solution
Introduce a delay?
Additional Information/Context
No response
Client version used
.
Engine type and version
.
OS
.
Language
Python
Language Version
.
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: