From 162ec6c129ceedcf4881795d6874f708e54c901f Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Tue, 30 May 2023 09:01:37 -0400 Subject: [PATCH] PR(FIX): Update explain tests outside explain dir. --- .../query/one_to_many/with_average_filter_test.go | 1 + .../integration/query/one_to_many/with_count_filter_test.go | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/tests/integration/query/one_to_many/with_average_filter_test.go b/tests/integration/query/one_to_many/with_average_filter_test.go index a6c52c9e71..33ca828591 100644 --- a/tests/integration/query/one_to_many/with_average_filter_test.go +++ b/tests/integration/query/one_to_many/with_average_filter_test.go @@ -59,6 +59,7 @@ func TestQueryOneToManyWithAverageAndChildNeNilFilterSharesJoinField(t *testing. }, }, "selectNode": dataMap{ + "_keys": nil, "filter": nil, "typeIndexJoin": dataMap{ "joinType": "typeJoinMany", diff --git a/tests/integration/query/one_to_many/with_count_filter_test.go b/tests/integration/query/one_to_many/with_count_filter_test.go index 008b262981..9deecae01f 100644 --- a/tests/integration/query/one_to_many/with_count_filter_test.go +++ b/tests/integration/query/one_to_many/with_count_filter_test.go @@ -184,6 +184,7 @@ func TestQueryOneToManyWithCountWithFilterAndChildFilterSharesJoinField(t *testi }, }, "selectNode": dataMap{ + "_keys": nil, "filter": nil, "typeIndexJoin": dataMap{ "joinType": "typeJoinMany", @@ -205,6 +206,7 @@ func TestQueryOneToManyWithCountWithFilterAndChildFilterSharesJoinField(t *testi "subType": dataMap{ "selectTopNode": dataMap{ "selectNode": dataMap{ + "_keys": nil, "filter": nil, "scanNode": dataMap{ "filter": dataMap{ @@ -256,6 +258,7 @@ func TestQueryOneToManyWithCountAndChildFilterDoesNotShareJoinField(t *testing.T "selectTopNode": dataMap{ "countNode": dataMap{ "selectNode": dataMap{ + "_keys": nil, "filter": nil, "parallelNode": []dataMap{ { @@ -278,6 +281,7 @@ func TestQueryOneToManyWithCountAndChildFilterDoesNotShareJoinField(t *testing.T "subType": dataMap{ "selectTopNode": dataMap{ "selectNode": dataMap{ + "_keys": nil, "filter": nil, "scanNode": dataMap{ "collectionID": "1", @@ -320,6 +324,7 @@ func TestQueryOneToManyWithCountAndChildFilterDoesNotShareJoinField(t *testing.T "subType": dataMap{ "selectTopNode": dataMap{ "selectNode": dataMap{ + "_keys": nil, "filter": nil, "scanNode": dataMap{ "collectionID": "1",