-
Notifications
You must be signed in to change notification settings - Fork 1.9k
INFOPLAT-1575 Integrate promotel Forwarder #16121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
da43461 to
91e9b53
Compare
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Core Tests (go_core_tests) , test-scripts , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , GolangCI Lint (core/scripts) , Core Tests (go_core_race_tests) , GolangCI Lint (.) , GolangCI Lint (integration-tests/load) , GolangCI Lint (integration-tests) , GolangCI Lint (deployment) , lint , SonarQube Scan 1. Linter failed to load package:[Golang Lint (integration-tests/load)] Source of Error:level=warning msg="[runner] Can't run linter goanalysis_metalinter: inspect: failed to load package wasp: could not load export data: no export data for \"github.com/smartcontractkit/chainlink-testing-framework/wasp\""
level=error msg="Running error: can't run linter goanalysis_metalinter\ninspect: failed to load package wasp: could not load export data: no export data for \"github.com/smartcontractkit/chainlink-testing-framework/wasp\""Why: The linter failed because it couldn't load the export data for the package Suggested fix: Ensure that the package 2. Linter failed to load package:[Golang Lint (integration-tests)] Source of Error:level=warning msg="[runner] Can't run linter goanalysis_metalinter: inspect: failed to load package wasp: could not load export data: no export data for \"github.com/smartcontractkit/chainlink-testing-framework/wasp\""
level=error msg="Running error: can't run linter goanalysis_metalinter\ninspect: failed to load package wasp: could not load export data: no export data for \"github.com/smartcontractkit/chainlink-testing-framework/wasp\""Why: The linter failed because it couldn't load the export data for the package Suggested fix: Ensure that the package 3. Test failure due to unexpected service state:[Run tests] Source of Error:health_controller_test.go:183:
Error Trace: /home/runner/work/chainlink/chainlink/core/web/health_controller_test.go:183
Error: Not equal:
expected: "! EVM.0.HeadTracker.HeadListener\n\tListener is not connected"
actual : "! EVM.0.HeadTracker.HeadListener\n\tListener is not connected\n! PromOTELForwarder\n\tservice is \"Unstarted\", not started"
Diff:
--- Expected
+++ Actual
@@ -2 +2,3 @@
Listener is not connected
+! PromOTELForwarder
+ service is "Unstarted", not started
Test: TestHealthController_Health_body/text-failingWhy: The test Suggested fix: Update the test expectations to include the state of the AER Report: Operator UI CI ran successfully ✅ |
202e8c8 to
fe16cad
Compare
ab0cd26 to
25b57d3
Compare
|
|
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |


Integrate promotel Forwarder
Forwarder:
Upstream PRs
Downstream PR's