Skip to content

chore: Removing Agent Tracing Backend #5210

chore: Removing Agent Tracing Backend

chore: Removing Agent Tracing Backend #5210

Triggered via pull request December 20, 2023 18:20
Status Failure
Total duration 4m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull-request.yaml

on: pull_request
Build docker image
2m 53s
Build docker image
config-e2e
0s
config-e2e
CLI unit tests
1m 31s
CLI unit tests
API Server unit tests
3m 50s
API Server unit tests
Agent unit tests
1m 57s
Agent unit tests
WebUI unit tests
40s
WebUI unit tests
Tracetesting API Server (InMemory)
0s
Tracetesting API Server (InMemory)
Tracetesting API Server (NATS)
0s
Tracetesting API Server (NATS)
Matrix: CLI e2e tests
Matrix: CLI smoke tests
Matrix: Test examples
Matrix: WebUI End-to-end tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
WebUI unit tests
Process completed with exit code 1.
Build docker image
Process completed with exit code 1.
WebUI unit tests: web/src/components/TestOutputForm/TestOutputForm.tsx#L62
React Hook useEffect has a missing dependency: 'onCancel'. Either include it or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
WebUI unit tests: web/src/components/TestSpecForm/TestSpecForm.tsx#L77
React Hook useEffect has missing dependencies: 'assertions', 'name', 'onCancel', 'onValuesChange', and 'selector'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
WebUI unit tests: web/src/pages/CreateTest/Content.tsx#L54
React Hook useEffect has missing dependencies: 'initialValues' and 'onValidateTest'. Either include them or remove the dependency array