-
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
Extract MultiNode to chainlink-framework #15791
base: develop
Are you sure you want to change the base?
Conversation
… into BCFR-944-multinode-extraction
AER Report: CI Coreaer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , Flakeguard Root Project / Get Tests To Run , Core Tests (go_core_tests) , GolangCI Lint (core/scripts) , Core Tests (go_core_tests_integration) , GolangCI Lint (.) , Core Tests (go_core_ccip_deployment_tests) , GolangCI Lint (integration-tests) , Core Tests (go_core_fuzz) , GolangCI Lint (deployment) , Core Tests (go_core_race_tests) , test-scripts , Flakeguard Deployment Project / Get Tests To Run , Flakeguard Deployment Project / Run Tests , Flakeguard Deployment Project / Report , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/chains/evm/client, ubuntu-latest) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/chains/evm/txmgr, ubuntu-latest) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/cmd, ubuntu-latest) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/chainlink, ubuntu-latest) , lint , SonarQube Scan , Flakey Test Detection , Flakeguard Root Project / Report 1. Undefined: commonmocks.Subscription: [go_core_tests_integration]Source of Error:# github.com/smartcontractkit/chainlink/v2/core/internal/cltest [github.com/smartcontractkit/chainlink/v2/core/cmd.test]
##[error]core/internal/cltest/cltest.go:1306:114: undefined: commonmocks.Subscription Suggested fix: Ensure that the 2. Undefined: commonmocks.NewSubscription: [go_core_tests]Source of Error:# github.com/smartcontractkit/chainlink/v2/core/chains/evm/testutils [github.com/smartcontractkit/chainlink/v2/core/chains/evm/client.test]
##[error]core/chains/evm/testutils/client.go:248:34: undefined: commonmocks.Subscription
##[error]core/chains/evm/testutils/client.go:264:21: undefined: commonmocks.NewSubscription Suggested fix: Ensure that the 3. Not enough arguments in call to utils.JustError: [Golang Lint (.)]Source of Error:##[error]core/cmd/aptos_keys_commands_test.go:67:63: not enough arguments in call to utils.JustError
##[error]core/cmd/aptos_keys_commands_test.go:154:85: not enough arguments in call to utils.JustError
##[error]core/cmd/cosmos_keys_commands_test.go:67:63: not enough arguments in call to utils.JustError
##[error]core/cmd/cosmos_keys_commands_test.go:154:86: not enough arguments in call to utils.JustError
##[error]core/cmd/csa_keys_commands_test.go:128:82: not enough arguments in call to utils.JustError
##[error]core/cmd/solana_keys_commands_test.go:67:63: not enough arguments in call to utils.JustError Suggested fix: Update the calls to 4. Imported and not used: [go_core_tests]Source of Error:##[error]core/cmd/evm_transaction_commands_test.go:18:2: "github.com/smartcontractkit/chainlink/v2/core/cmd" imported and not used Suggested fix: Remove the unused import statement or use the imported package in the code. 5. Node.Stop undefined: [Golang Lint (.)]Source of Error:##[error]core/capabilities/integration_tests/framework/don.go:260:18: node.Stop undefined (type *capabilityNode has no field or method Stop) Suggested fix: Ensure that the 6. Node.AddJobV2 undefined: [Golang Lint (.)]Source of Error:##[error]core/capabilities/integration_tests/framework/don.go:337:15: node.AddJobV2 undefined (type *capabilityNode has no field or method AddJobV2) Suggested fix: Ensure that the AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |
Extract MultiNode to chainlink-framework
smartcontract-it.atlassian.net/browse/BCFR-944