Skip to content

Commit

Permalink
Fixed a functest - with the new change, the geo indices seem to come …
Browse files Browse the repository at this point in the history
…in arbitrary order
  • Loading branch information
kzangeli committed Nov 17, 2023
1 parent 20fdb76 commit 43d1d92
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions test/functionalTest/cases/0000_ngsild/ngsild_geoindexes.test
Original file line number Diff line number Diff line change
Expand Up @@ -280,26 +280,28 @@ Date: REGEX(.*)
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-contextREGEX(.*)

[
#SORT_START
{
"tenant": "tn1",
"attribute": "g2"
"attribute": "g1"
},
{
"tenant": "tn1",
"attribute": "g1"
"attribute": "g2"
},
{
"tenant": "",
"attribute": "g3"
"attribute": "g1"
},
{
"tenant": "",
"attribute": "g2"
},
{
"tenant": "",
"attribute": "g1"
"attribute": "g3"
}
#SORT_END
]


Expand Down Expand Up @@ -333,30 +335,32 @@ Date: REGEX(.*)
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-contextREGEX(.*)

[
#SORT_START
{
"tenant": "tn3",
"attribute": "g1"
},
{
"tenant": "tn1",
"attribute": "g2"
"attribute": "g1"
},
{
"tenant": "tn1",
"attribute": "g1"
"attribute": "g2"
},
{
"tenant": "",
"attribute": "g3"
"attribute": "g1"
},
{
"tenant": "",
"attribute": "g2"
},
{
"tenant": "",
"attribute": "g1"
"attribute": "g3"
}
#SORT_END
]


Expand Down

0 comments on commit 43d1d92

Please sign in to comment.