chore: Removing Agent Tracing Backend #5210
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
config-e2e
0s
CLI unit tests
1m 31s
API Server unit tests
3m 50s
Agent unit tests
1m 57s
WebUI unit tests
40s
Tracetesting API Server (InMemory)
0s
Tracetesting API Server (NATS)
0s
Matrix: CLI e2e tests
Matrix: CLI smoke tests
Matrix: Test examples
Matrix: WebUI End-to-end tests
Annotations
3 errors and 4 warnings
WebUI unit tests:
web/src/components/Inputs/DataStoreSelection/DataStoreSelection.styled.ts#L3
'css' is defined but never used
|
WebUI unit tests
Process completed with exit code 1.
|
Build docker image
Process completed with exit code 1.
|
WebUI unit tests:
web/src/components/Inputs/DataStoreSelection/DataStoreSelection.styled.ts#L3
'css' is defined but never used
|
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
|