The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
35bc9838637b7d25bcb5229a8fc136b4e346a377 / Binbin <binloveplay1...@qq.com>
Fix GEOSEARCH/GEOSEARCHSTORE FROMMEMBER against non existing src key reply 
(#1625)

The new GEOSEARCH and GEOSEARCHSTORE commands were added
in #1533. When typing the FROMMEMBER option against non-existing
src key, an IsNotFound error is returned and resulting in the
following inconsistency:
```
127.0.0.1:6666> GEOSEARCH src FROMMEMBER Shenzhen BYBOX 88 88 m
(error) ERR NotFound:
127.0.0.1:6666> GEOSEARCHSTORE dst src FROMMEMBER Shenzhen BYBOX 88 88 m
(error) ERR NotFound:

127.0.0.1:6379> GEOSEARCH src FROMMEMBER Shenzhen BYBOX 88 88 m
(empty array)
127.0.0.1:6379> GEOSEARCHSTORE dst src FROMMEMBER Shenzhen BYBOX 88 88 m
(integer) 0
```

Report URL: https://github.com/apache/kvrocks/actions/runs/5721702987

With regards,
GitHub Actions via GitBox

Reply via email to