mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 04:17:30 +01: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