Skip to content

Commit 07e6312

Browse files
authored
✨ catalogd graphql shift to file-based cache (#2732)
* shift to file-based cache, leveraging existing metas indexer * review comments Signed-off-by: grokspawn <jordan@nimblewidget.com> * bounds-protect type evaluation depth Signed-off-by: grokspawn <jordan@nimblewidget.com> * more review comments Signed-off-by: grokspawn <jordan@nimblewidget.com> --------- Signed-off-by: grokspawn <jordan@nimblewidget.com>
1 parent 7909550 commit 07e6312

14 files changed

Lines changed: 1724 additions & 412 deletions

File tree

internal/catalogd/graphql/discovery_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ func TestAnalyzeJSONObject_FieldTypes(t *testing.T) {
102102
if fieldInfo.IsArray != shouldBeArray {
103103
t.Errorf("Field %s array status: expected %v, got %v", graphqlField, shouldBeArray, fieldInfo.IsArray)
104104
}
105-
106-
if len(fieldInfo.SampleValues) == 0 {
107-
t.Errorf("No sample values recorded for field %s", graphqlField)
108-
}
109105
}
110106

111107
testField("name", false)

0 commit comments

Comments
 (0)