add test case for geopos and geohash (#11455)

This PR add test case for PR #11417, with only key as argument for GEOHASH and GEOPOS
This commit is contained in:
Wen Hui 2022-11-01 01:54:03 -04:00 committed by GitHub
parent 5b102e2339
commit 4a8a625051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,6 +366,13 @@ start_server {tags {"geo"}} {
lindex [r geohash points test] 0
} {ezs42e44yx0}
test {GEOHASH with only key as argument} {
r del points
r geoadd points 10 20 a 30 40 b
set result [r geohash points]
assert {$result eq {}}
}
test {GEOPOS simple} {
r del points
r geoadd points 10 20 a 30 40 b
@ -383,6 +390,13 @@ start_server {tags {"geo"}} {
lindex [r geopos points a x b] 1
} {}
test {GEOPOS with only key as argument} {
r del points
r geoadd points 10 20 a 30 40 b
set result [r geopos points]
assert {$result eq {}}
}
test {GEODIST simple & unit} {
r del points
r geoadd points 13.361389 38.115556 "Palermo" \