mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-05-05 13:07:28 +02:00
fix: Reduce complexity for groupBy stats queries
Entire-Checkpoint: fc899a70a751
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
func TestBuildJobStatsQuery(t *testing.T) {
|
||||
r := setup(t)
|
||||
q := r.buildStatsQuery(nil, "USER")
|
||||
q := r.buildStatsQuery(nil, "USER", 300)
|
||||
|
||||
sql, _, err := q.ToSql()
|
||||
noErr(t, err)
|
||||
|
||||
Reference in New Issue
Block a user