Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui authored and systay committed Sep 19, 2024
1 parent 6f6d33e commit 71256ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/vt/vtgate/executor_vexplain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ func TestSimpleVexplainTrace(t *testing.T) {
"Name": "TestExecutor",
"Sharded": true
},
"NoOfCalls": 2,
"NoOfCalls": 1,
"AvgNumberOfRows": 16,
"MedianNumberOfRows": 16,
"ShardsQueried": 8,
"FieldQuery": "select count(*), col2, weight_string(col2) from music where 1 != 1 group by col2, weight_string(col2)",
"OrderBy": "(1|2) ASC",
"Query": "select count(*), col2, weight_string(col2) from music group by col2, weight_string(col2) order by col2 asc",
Expand Down

0 comments on commit 71256ec

Please sign in to comment.