-
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
Feature/ks 460/heartbeat #15700
base: develop
Are you sure you want to change the base?
Feature/ks 460/heartbeat #15700
Conversation
I see you updated files related to
|
AER Report: CI Coreaer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , Flakeguard Root Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Flakeguard Deployment Project , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakey Test Detection , SonarQube Scan 1. Error return value not checked: [Golang Lint]Source of Error:core/services/chainlink/application.go:255:11: Error return value of `cme.Emit` is not checked (errcheck)
cme.Emit(engCtx, "heartbeat") Suggested fix: Add error handling for the 2. Variable naming issue: [Golang Lint]Source of Error:core/services/chainlink/application.go:86:7: var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
const APPLICATION_HEARTBEAT_SECONDS = 1 Suggested fix: Rename the constant to 3. Test output mismatch: [Run tests]Source of Error:
Suggested fix: Update the expected output in the test to include 4. CSA key does not exist: [Run tests]Source of Error:
Suggested fix: Ensure that the CSA key is generated and available before starting the Feeds Service. This might involve adding setup steps in the test or ensuring the key is present in the environment. |
Requires
Supports