-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
plugins/cmd/chainlink-example-relay: add example relay #12701
base: develop
Are you sure you want to change the base?
Conversation
I see you updated files related to
|
Quality Gate passedIssues Measures |
fa7d78c
to
23e37c1
Compare
0d9de3a
to
6e58042
Compare
ba0ed93
to
07440ea
Compare
6a35412
to
d3dfd79
Compare
Quality Gate passedIssues Measures |
db87711
to
cdda04c
Compare
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
AER Report: CI Coreaer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , Core Tests (go_core_tests) , 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) , test-scripts , lint , SonarQube Scan 1. Not enough arguments in call to plugins.NewLoopRegistry:[Golang Lint (.)]Source of Error:core/services/ocr2/plugins/ccip/testhelpers/testhelpers_1_4_0/chainlink.go:463:113: not enough arguments in call to plugins.NewLoopRegistry
have ("github.com/smartcontractkit/chainlink/v2/core/logger".Logger, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, nil, string)
want ("github.com/smartcontractkit/chainlink-common/pkg/logger".Logger, "github.com/smartcontractkit/chainlink/v2/core/config".Database, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, map[string]string, string) Why: The function Suggested fix: Ensure that the call to 2. Not enough arguments in call to plugins.NewLoopRegistry:[Golang Lint (.)]Source of Error:core/services/ocr2/plugins/ccip/testhelpers/testhelpers_1_4_0/chainlink.go:493:104: not enough arguments in call to plugins.NewLoopRegistry
have ("github.com/smartcontractkit/chainlink/v2/core/logger".SugaredLogger, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, nil, string)
want ("github.com/smartcontractkit/chainlink-common/pkg/logger".Logger, "github.com/smartcontractkit/chainlink/v2/core/config".Database, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, map[string]string, string) Why: Similar to the previous error, this call to Suggested fix: Ensure that the call to 3. Not enough arguments in call to plugins.NewLoopRegistry:[Core Tests (go_core_tests)]Source of Error:core/services/ocr2/plugins/ccip/testhelpers/testhelpers_1_4_0/chainlink.go:463:113: not enough arguments in call to plugins.NewLoopRegistry
have ("github.com/smartcontractkit/chainlink/v2/core/logger".Logger, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, nil, string)
want ("github.com/smartcontractkit/chainlink-common/pkg/logger".Logger, "github.com/smartcontractkit/chainlink/v2/core/config".Database, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, map[string]string, string) Why: The function Suggested fix: Ensure that the call to 4. Not enough arguments in call to plugins.NewLoopRegistry:[Core Tests (go_core_tests)]Source of Error:core/services/ocr2/plugins/ccip/testhelpers/testhelpers_1_4_0/chainlink.go:493:104: not enough arguments in call to plugins.NewLoopRegistry
have ("github.com/smartcontractkit/chainlink/v2/core/logger".SugaredLogger, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, nil, string)
want ("github.com/smartcontractkit/chainlink-common/pkg/logger".Logger, "github.com/smartcontractkit/chainlink/v2/core/config".Database, "github.com/smartcontractkit/chainlink/v2/core/config".Tracing, "github.com/smartcontractkit/chainlink/v2/core/config".Telemetry, map[string]string, string) Why: Similar to the previous error, this call to Suggested fix: Ensure that the call to AER Report: Operator UI CI ran successfully ✅ |
cdda04c
to
4fb10df
Compare
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
4fb10df
to
0b834f3
Compare
0b834f3
to
ed0fb41
Compare
Quality Gate passedIssues Measures |
Requires: