Skip to content

Commit

Permalink
add complex example
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <andres@planetscale.com>
  • Loading branch information
systay committed Feb 17, 2025
1 parent aa4c4c7 commit 6c55d04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/test/endtoend/vtgate/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,10 @@ func TestQueryProcessedMetric(t *testing.T) {
sql: "select 1 from t1 a, t1 b",
metric: "SELECT.Join.PRIMARY",
shards: 3,
}, {
sql: "select count(*) from t1 a, t1 b",
metric: "SELECT.Complex.PRIMARY",
shards: 6,
}}

initialQP := getQPMetric(t, "QueryProcessed")
Expand Down

0 comments on commit 6c55d04

Please sign in to comment.