Skip to content

fix: test repository tenant_id query #5248

fix: test repository tenant_id query

fix: test repository tenant_id query #5248

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Re-run triggered December 26, 2023 15:08
Status Failure
Total duration 7m 50s
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
3m 48s
Build docker image
config-e2e
0s
config-e2e
CLI unit tests
1m 26s
CLI unit tests
API Server unit tests
3m 22s
API Server unit tests
Agent unit tests
1m 32s
Agent unit tests
WebUI unit tests
2m 1s
WebUI unit tests
Tracetesting API Server (InMemory)
4m 2s
Tracetesting API Server (InMemory)
Tracetesting API Server (NATS)
4m 8s
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

1 error and 3 warnings
WebUI End-to-end tests (8)
Process completed with exit code 4.
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