Skip to content
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

Some logging improvements for LLO (and update chainlink-data-streams) #15169

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

samsondav
Copy link
Collaborator

Requires

Supports

Copy link
Contributor

github-actions bot commented Nov 8, 2024

AER Report: CI Core

aer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , Find New Flaky Tests In Chainlink 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) , Find New Flaky Tests In Deployment Project / Get Tests To Run , Find New Flaky Tests In Deployment Project / Run Tests , Find New Flaky Tests In Deployment Project / Report , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/llo, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/llo/evm, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/llo/mercurytransmitter, ubuntu-... , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/llo, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocrcommon, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Report , Flakey Test Detection , SonarQube Scan

1. Test failures encountered: go_core_tests

Source of Error:
Run tests	2024-11-14T17:55:51.7538973Z Encountered test failures.
Run tests	2024-11-14T17:55:51.7539446Z go_core_tests exiting with code 1
Run tests	2024-11-14T17:55:51.7560952Z ##[error]Process completed with exit code 1.

Why: The error indicates that the Go core tests encountered one or more test failures, which caused the test suite to exit with a non-zero status code (exit code 1).

Suggested fix: Review the test output logs to identify the specific tests that failed. Fix the underlying issues in the code or the tests themselves, and then re-run the tests to ensure they pass.

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@samsondav samsondav requested review from a team as code owners November 11, 2024 17:29
@samsondav samsondav changed the title Some logging improvements for LLO Some logging improvements for LLO (and update chainlink-data-streams) Nov 11, 2024
@samsondav samsondav added release-preview build-publish Build and Publish image to SDLC and removed release-preview labels Nov 11, 2024
martin-cll
martin-cll previously approved these changes Nov 13, 2024
Copy link
Contributor

Flaky Test Detector for ./go.mod project has failed ❌

Ran new or updated tests between develop and e02b354 (llo_fixes).

View Flaky Detector Details | Compare Changes

Failed Tests

Ran 191 tests in total for all affected test packages. Below are the tests identified as flaky, with a pass ratio lower than the 100% threshold:

TestPackage                                                       TestName                               PassRatio  RunCount   Skipped
---------                                                         ---------                              ---------  ---------  ---------
github.com/smartcontractkit/chainlink/v2/core/services/ocrcommon  TestCollectMercuryEnhancedTelemetryV2  0%         1          false

Fixes: MERC-6626
jmank88
jmank88 previously approved these changes Nov 14, 2024
Copy link
Contributor

Flaky Test Detector for github.com/smartcontractkit/chainlink project has failed ❌

Ran new or updated tests between develop and 258a3b4 (llo_fixes).

View Flaky Detector Details | Compare Changes

Flaky Tests

Ran 210 unique tests. Below are the tests identified as flaky, with a pass ratio lower than the 99% threshold:

TestPackage                                                              TestName                                                                                                                                                                                      PassRatio  RunCount   Skipped
---------                                                                ---------                                                                                                                                                                                     ---------  ---------  ---------
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/llo  TestIntegration_LLO/using_legacy_verifier_configuration_contract,_produces_reports_in_v0.3_format                                                                                             67%        3          false
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/llo  TestIntegration_LLO/using_legacy_verifier_configuration_contract,_produces_reports_in_v0.3_format/receives_at_least_one_report_per_channel_from_each_oracle_when_EAs_are_at_100%_reliability  67%        3          false
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/llo  TestIntegration_LLO                                                                                                                                                                           67%        3          false
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/llo  TestIntegration_LLO/Blue/Green_lifecycle_(using_JSON_report_format)                                                                                                                           67%        3          false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-publish Build and Publish image to SDLC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants