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

TXMv2 broadcast transactions #15709

Closed
wants to merge 12 commits into from
Closed

TXMv2 broadcast transactions #15709

wants to merge 12 commits into from

Conversation

eduard-cl
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Dec 16, 2024

AER Report: CI Core

aer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , GolangCI Lint (.) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , test-scripts , lint , SonarQube Scan

1. Test failure in core/capabilities/remote/executable:

[Run tests] [2025-01-20T13:19:04.2611937Z] FAIL

Source of Error:
Run tests	2025-01-20T13:19:04.2611937Z FAIL
Run tests	2025-01-20T13:19:04.2612463Z FAIL	github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable	633.154s

Why: The test suite for core/capabilities/remote/executable failed. The logs do not provide specific details about the failure, but the test did not pass within the allotted time, indicating a potential timeout or unhandled exception.

Suggested fix: Investigate the specific test cases within core/capabilities/remote/executable to identify the root cause. Look for potential infinite loops, unhandled exceptions, or resource constraints that could lead to a timeout. Add more detailed logging to capture the exact point of failure.

AER Report: Operator UI CI

aer_workflow , commit , Breaking Changes GQL Check

1. Workflow triggered but failed to complete successfully: breaking-changes-gql-check

Source of Error:
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2025-01-20T13:06:31.9935013Z Checking conclusion [failure]
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2025-01-20T13:06:31.9935538Z Checking status [completed]
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2025-01-20T13:06:31.9935994Z Conclusion is not success, it's [failure].
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2025-01-20T13:06:31.9936715Z Propagating failure to upstream job

Why: The triggered workflow did not complete successfully. The status check returned a conclusion of "failure," indicating that the downstream job encountered an issue.

Suggested fix: Investigate the logs of the downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/12868676511 to identify the specific cause of the failure and address it accordingly.

@eduard-cl eduard-cl marked this pull request as ready for review December 19, 2024 11:15
@eduard-cl eduard-cl requested review from a team as code owners December 19, 2024 11:15
@eduard-cl eduard-cl changed the title WIP TXMv2 broadcast transactions TXMv2 broadcast transactions Dec 19, 2024
@eduard-cl eduard-cl requested a review from a team as a code owner January 20, 2025 13:05
@eduard-cl eduard-cl requested review from vyzaldysanchez and removed request for a team January 20, 2025 13:05
Copy link
Contributor

I see you added a changeset file but it does not contain a tag. Please edit 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.

@dimriou dimriou requested a review from george-dorin January 20, 2025 13:08
@eduard-cl eduard-cl changed the base branch from txmv2_enablement to develop January 20, 2025 13:09
@eduard-cl eduard-cl requested review from a team as code owners January 20, 2025 13:09
@eduard-cl eduard-cl changed the base branch from develop to txmv2_enablement January 20, 2025 14:01
@eduard-cl eduard-cl changed the base branch from txmv2_enablement to develop January 20, 2025 14:03
@eduard-cl eduard-cl changed the base branch from develop to txmv2_enablement January 20, 2025 14:05
@eduard-cl eduard-cl changed the base branch from txmv2_enablement to develop January 20, 2025 14:05
@eduard-cl eduard-cl changed the base branch from develop to txmv2_enablement January 20, 2025 14:18
@eduard-cl eduard-cl closed this Jan 20, 2025
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.

1 participant