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

Adding TOML configs for B^2, BoB, Berachain, Unichain, Worldchain and… #15121

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

Conversation

fernandezlautaro
Copy link

… needed error mappings

Adding config chains for testnet (all 5) and mainnet (for 3).

  • B^2/Bsquared: testnet + mainnet
  • Berachain: testnet
  • BoB: testnet + mainnet
  • Unichain: testnet
  • Worldchain: testnet + mainnet

Related PR: smartcontractkit/ccip#1521

Requires

Supports

Copy link
Contributor

github-actions bot commented Nov 5, 2024

AER Report: CI Core

aer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Find New Flaky Tests In Root Project / Find Tests To Run , Find New Flaky Tests In Deployment Project , 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 Root Project / Run Tests , Find New Flaky Tests In Root Project / Report , Flakey Test Detection , SonarQube Scan

1. Test failures encountered: Run tests

Source of Error:
Run tests	2024-11-08T02:02:18.3719486Z Encountered test failures.
Run tests	2024-11-08T02:02:18.3720000Z go_core_tests exiting with code 1
Run tests	2024-11-08T02:02:18.3741827Z ##[error]Process completed with exit code 1.

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

Suggested fix: Review the detailed test logs to identify which specific tests failed and address the underlying issues in the code or test cases.

AER Report: Operator UI CI

aer_workflow , commit , Breaking Changes GQL Check

1. Workflow conclusion is failure: [Breaking Changes GQL Check]

Source of Error:
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-08T15:44:19.2020829Z Checking conclusion [failure]
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-08T15:44:19.2021712Z Checking status [completed]
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-08T15:44:19.2024283Z Conclusion is not success, it's [failure].
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-08T15:44:19.2025111Z Propagating failure to upstream job

Why: The triggered workflow did not complete successfully. The conclusion of the workflow was marked as "failure," which caused the upstream job to fail as well.

Suggested fix: Investigate the logs of the triggered workflow at the provided URL to identify the specific reason for the failure and address the underlying issue.

… for Unichain as it has discrepancies with the data obtained from the compat tests and current testnet values
Copy link
Contributor

github-actions bot commented Nov 6, 2024

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

Ran new or updated tests between develop and aadad4f (batch1_2024).

View Flaky Detector Details | Compare Changes

Failed Tests

Ran 204 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/chains/evm/client  TestRPCClient_SubscribeToHeads/Closed_rpc_client_should_remove_existing_SubscribeToHeads_subscription_with_WS#01  80%        5          false
github.com/smartcontractkit/chainlink/v2/core/chains/evm/client  TestRPCClient_SubscribeToHeads                                                                                    80%        5          false

dhaidashenko
dhaidashenko previously approved these changes Nov 6, 2024
friedemannf
friedemannf previously approved these changes Nov 6, 2024
Copy link
Contributor

github-actions bot commented Nov 6, 2024

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

Ran new or updated tests between develop and aadad4f (batch1_2024).

View Flaky Detector Details | Compare Changes

Failed Tests

Ran 408 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/chains/evm/client  TestRPCClient_SubscribeToHeads/Closed_rpc_client_should_remove_existing_SubscribeToHeads_subscription_with_WS#01  80%        5          false
github.com/smartcontractkit/chainlink/v2/core/chains/evm/client  TestRPCClient_SubscribeToHeads                                                                                    80%        5          false

friedemannf
friedemannf previously approved these changes Nov 6, 2024
pavel-raykov
pavel-raykov previously approved these changes Nov 7, 2024
core/chains/evm/config/toml/defaults/BOB_Testnet.toml Outdated Show resolved Hide resolved
mohamed-mehany
mohamed-mehany previously approved these changes Nov 7, 2024
simsonraj
simsonraj previously approved these changes Nov 7, 2024
Copy link
Contributor

@simsonraj simsonraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving as mentioned in the conversations these values will be fixed with a follow up PR: CacheTimeout, HistoryDepth, LogPollInterval

amit-momin
amit-momin previously approved these changes Nov 7, 2024
dhaidashenko
dhaidashenko previously approved these changes Nov 7, 2024
fernandezlautaro added a commit to smartcontractkit/ccip that referenced this pull request Nov 7, 2024
#1521)

… needed error mappings

## Motivation
Adding config chains for testnet (all 5) and mainnet (for 3).

- B^2/Bsquared: testnet + mainnet
- Berachain: testnet
- BoB: testnet + mainnet
- Unichain: testnet
- Worldchain: testnet + mainnet

Related PR: smartcontractkit/chainlink#15121
## Solution
fernandezlautaro added a commit to smartcontractkit/ccip that referenced this pull request Nov 7, 2024
#1521)

… needed error mappings

Adding config chains for testnet (all 5) and mainnet (for 3).

- B^2/Bsquared: testnet + mainnet
- Berachain: testnet
- BoB: testnet + mainnet
- Unichain: testnet
- Worldchain: testnet + mainnet

Related PR: smartcontractkit/chainlink#15121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants