Skip to content

Commit

Permalink
PR(FIX): Update explain tests outside explain dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed May 30, 2023
1 parent 1744e41 commit 162ec6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func TestQueryOneToManyWithAverageAndChildNeNilFilterSharesJoinField(t *testing.
},
},
"selectNode": dataMap{
"_keys": nil,
"filter": nil,
"typeIndexJoin": dataMap{
"joinType": "typeJoinMany",
Expand Down
5 changes: 5 additions & 0 deletions tests/integration/query/one_to_many/with_count_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ func TestQueryOneToManyWithCountWithFilterAndChildFilterSharesJoinField(t *testi
},
},
"selectNode": dataMap{
"_keys": nil,
"filter": nil,
"typeIndexJoin": dataMap{
"joinType": "typeJoinMany",
Expand All @@ -205,6 +206,7 @@ func TestQueryOneToManyWithCountWithFilterAndChildFilterSharesJoinField(t *testi
"subType": dataMap{
"selectTopNode": dataMap{
"selectNode": dataMap{
"_keys": nil,
"filter": nil,
"scanNode": dataMap{
"filter": dataMap{
Expand Down Expand Up @@ -256,6 +258,7 @@ func TestQueryOneToManyWithCountAndChildFilterDoesNotShareJoinField(t *testing.T
"selectTopNode": dataMap{
"countNode": dataMap{
"selectNode": dataMap{
"_keys": nil,
"filter": nil,
"parallelNode": []dataMap{
{
Expand All @@ -278,6 +281,7 @@ func TestQueryOneToManyWithCountAndChildFilterDoesNotShareJoinField(t *testing.T
"subType": dataMap{
"selectTopNode": dataMap{
"selectNode": dataMap{
"_keys": nil,
"filter": nil,
"scanNode": dataMap{
"collectionID": "1",
Expand Down Expand Up @@ -320,6 +324,7 @@ func TestQueryOneToManyWithCountAndChildFilterDoesNotShareJoinField(t *testing.T
"subType": dataMap{
"selectTopNode": dataMap{
"selectNode": dataMap{
"_keys": nil,
"filter": nil,
"scanNode": dataMap{
"collectionID": "1",
Expand Down

0 comments on commit 162ec6c

Please sign in to comment.