-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
maintenanceMaintenance (CI, Releases, etc)Maintenance (CI, Releases, etc)
Description
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
Line 300 in fd7a79d
client.graph().query("MATCH (a), (b), (c), (d) RETURN *", timeout=1) |
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.Metadata
Metadata
Assignees
Labels
maintenanceMaintenance (CI, Releases, etc)Maintenance (CI, Releases, etc)