Get traces and profiles of nocgo sqlite integration tests as GH artifact (#113034)

This commit is contained in:
Rafael Bortolon Paulovic
2025-11-04 10:36:20 +01:00
committed by GitHub
parent 6fc82629d4
commit 782c819727
3 changed files with 78 additions and 45 deletions
+4 -5
View File
@@ -54,12 +54,11 @@ func TestIntegrationFoldersApp(t *testing.T) {
t.Skip("test only on sqlite for now")
}
helper := apis.NewK8sTestHelper(t, testinfra.GrafanaOpts{
AppModeProduction: true,
EnableFeatureToggles: []string{},
})
t.Run("Check discovery client", func(t *testing.T) {
helper := apis.NewK8sTestHelper(t, testinfra.GrafanaOpts{
AppModeProduction: true,
EnableFeatureToggles: []string{},
})
disco := helper.NewDiscoveryClient()
resources, err := disco.ServerResourcesForGroupVersion("folder.grafana.app/v1beta1")
require.NoError(t, err)