Search: Build index from resource stats (#97320)

This commit is contained in:
Ryan McKinley
2024-12-03 20:20:27 +03:00
committed by GitHub
parent 64e7dbcadb
commit 9d89d8757f
13 changed files with 135 additions and 63 deletions
+10
View File
@@ -219,5 +219,15 @@ func TestUnifiedStorageQueries(t *testing.T) {
},
},
},
sqlResourceStats: {
{
Name: "query",
Data: &sqlStatsRequest{
SQLTemplate: mocks.NewTestingSQLTemplate(),
MinCount: 10, // Not yet used in query (only response filter)
},
},
},
}})
}