You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: After merging upstream changes to my branch for #2470 I realized that there was one CI test failing (https://github.com/redis/redis-py/actions/runs/4174611486/jobs/7228412511) which seemed irrelevant with the (small) changes I introduce in that PR. Then I took a look at previous CI runs and I found out that the same test had failed for another, irrelevant branch too. My guess is that the failing test at
assumes that the query will be taking long enough time to cause a ResponseError when a 1-millisecond timeout argument is passed in the query call. So, it could be that the query has become fast enough lately so that the timeout is not reached.
The text was updated successfully, but these errors were encountered:
Version: Current master
Platform: Whatever platform the CI tests run on
Description: After merging upstream changes to my branch for #2470 I realized that there was one CI test failing (https://github.com/redis/redis-py/actions/runs/4174611486/jobs/7228412511) which seemed irrelevant with the (small) changes I introduce in that PR. Then I took a look at previous CI runs and I found out that the same test had failed for another, irrelevant branch too. My guess is that the failing test at
redis-py/tests/test_graph.py
Line 300 in fd7a79d
ResponseError
when a 1-millisecond timeout argument is passed in the query call. So, it could be that the query has become fast enough lately so that the timeout is not reached.The text was updated successfully, but these errors were encountered: