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

Dual transmission for 2.19.0 #15466

Draft
wants to merge 20 commits into
base: release/2.19.0
Choose a base branch
from

Conversation

george-dorin
Copy link
Contributor

No description provided.

Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

🎖️ No JIRA issue number found in: PR title, commit message, or branch name. Please include the issue ID in one of these.

Copy link
Contributor

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

Ran new or updated tests between release/2.19.0 and e06561e (2.19.0-dual-transmission).

View Flaky Detector Details | Compare Changes

Flaky Tests

Ran 897 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/chains/evm/txm  TestBroadcastTransaction/throws_a_warning_and_returns_if_unconfirmed_transactions_exceed_maxInFlightTransactions  67%        3          false
github.com/smartcontractkit/chainlink/v2/core/chains/evm/txm  TestTrigger                                                                                                       67%        3          false
github.com/smartcontractkit/chainlink/v2/core/chains/evm/txm  TestLifecycle/tests_lifecycle_successfully_without_any_transactions                                               67%        3          false
github.com/smartcontractkit/chainlink/v2/core/chains/evm/txm  TestLifecycle                                                                                                     67%        3          false
github.com/smartcontractkit/chainlink/v2/core/chains/evm/txm  TestBroadcastTransaction                                                                                          67%        3          false
github.com/smartcontractkit/chainlink/v2/core/chains/evm/txm  TestTrigger/Trigger_fails_if_Txm_is_unstarted                                                                     67%        3          false

Copy link
Contributor

github-actions bot commented Nov 29, 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 , Find New Flaky Tests In Deployment 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 / 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/chains/evm/txm,github.com/smartcontractk... , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/ocrcommon,github.com/smartcontr... , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/vrf/v2,github.com/smartcontract... , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/ocrimpls, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/chains/evm/txm/storage, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/chains/evm/txmgr, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/chainlink, ubuntu-latest) , Find New Flaky Tests In Chainlink Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/headreporter, ubuntu-latest) , Flakey Test Detection , SonarQube Scan , Find New Flaky Tests In Chainlink Project / Report

1. Missing go.sum entry for module

[Run tests] [2024-11-29T17:40:51.9194903Z] [../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pkg/proposal/mcms/encoding.go:12:2: missing go.sum entry for module providing package github.com/smartcontractkit/chain-selectors (imported by github.com/smartcontractkit/chainlink/deployment); to add:]

Source of Error:
../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pkg/proposal/mcms/encoding.go:12:2: missing go.sum entry for module providing package github.com/smartcontractkit/chain-selectors (imported by github.com/smartcontractkit/chainlink/deployment); to add:
	go get github.com/smartcontractkit/chainlink/deployment

Why: The error indicates that the go.sum file is missing an entry for the github.com/smartcontractkit/chain-selectors module, which is required by the github.com/smartcontractkit/chainlink/deployment package.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/deployment to add the missing module entry to the go.sum file.

2. Process completed with exit code 1

[Run tests] [2024-11-29T17:40:51.9740342Z] [Process completed with exit code 1.]

Source of Error:
Run tests	2024-11-29T17:40:51.9730708Z Encountered test failures.
Run tests	2024-11-29T17:40:51.9731321Z go_core_ccip_deployment_tests exiting with code 1
Run tests	2024-11-29T17:40:51.9740342Z ##[error]Process completed with exit code 1.

Why: The test suite go_core_ccip_deployment_tests encountered failures, causing the process to exit with code 1.

Suggested fix: Investigate the specific test failures in the go_core_ccip_deployment_tests suite and address the issues causing the tests to fail.

3. Process completed with exit code 1

[Ensure clean after tidy] [2024-11-29T17:46:47.7983950Z] [Process completed with exit code 1.]

Source of Error:
Ensure clean after tidy	2024-11-29T17:46:47.7972907Z github.com/smartcontractkit/chain-selectors v1.0.31/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
Ensure clean after tidy	2024-11-29T17:46:47.7973858Z github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
Ensure clean after tidy	2024-11-29T17:46:47.7983950Z ##[error]Process completed with exit code 1.

Why: The Ensure clean after tidy step failed, likely due to discrepancies in the go.sum file after running go mod tidy.

Suggested fix: Ensure that the go.sum file is correctly updated and consistent with the go.mod file by running go mod tidy and committing the changes.

4. Process completed with exit code 1

[Run tests] [2024-11-29T17:49:36.8447592Z] [Process completed with exit code 1.]

Source of Error:
Run tests	2024-11-29T17:49:36.8426904Z Encountered test failures.
Run tests	2024-11-29T17:49:36.8427782Z go_core_tests exiting with code 1
Run tests	2024-11-29T17:49:36.8447592Z ##[error]Process completed with exit code 1.

Why: The test suite go_core_tests encountered failures, causing the process to exit with code 1.

Suggested fix: Investigate the specific test failures in the go_core_tests suite and address the issues causing the tests to fail.

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@george-dorin george-dorin reopened this Nov 29, 2024
@george-dorin george-dorin added the build-publish Build and Publish image to SDLC label Nov 29, 2024
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.

2 participants