Skip to content

chore: Added newRelic segments to gRPC API calls #27

chore: Added newRelic segments to gRPC API calls

chore: Added newRelic segments to gRPC API calls #27

Triggered via pull request December 22, 2023 10:59
Status Failure
Total duration 2m 1s
Artifacts

test-server.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test: core/schema/service_test.go#L25
cannot use newRelic (variable of type *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic) as "github.com/goto/stencil/pkg/newrelic".Service value in argument to schema.NewService: *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic does not implement "github.com/goto/stencil/pkg/newrelic".Service (missing method StartDBSegment)
test: core/schema/service_test.go#L257
cannot use newrelic (variable of type *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic) as "github.com/goto/stencil/pkg/newrelic".Service value in argument to schema.NewService: *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic does not implement "github.com/goto/stencil/pkg/newrelic".Service (missing method StartDBSegment)
test: core/schema/service_test.go#L287
cannot use newrelic (variable of type *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic) as "github.com/goto/stencil/pkg/newrelic".Service value in argument to schema.NewService: *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic does not implement "github.com/goto/stencil/pkg/newrelic".Service (missing method StartDBSegment)
test: internal/api/api_test.go#L16
cannot use newRelic (variable of type *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic) as "github.com/goto/stencil/pkg/newrelic".Service value in argument to api.NewAPI: *"github.com/goto/stencil/pkg/newrelic/mocks".NewRelic does not implement "github.com/goto/stencil/pkg/newrelic".Service (missing method StartDBSegment)
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/