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

Buffered fee with increased availability #15430

Closed
wants to merge 2 commits into from
Closed

Conversation

b-gopalswami
Copy link
Contributor

Requires

Supports

Copy link
Contributor

AER Report: CI Core

aer_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 / Get Tests To Run , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakeguard Deployment Project / Run Tests , Flakeguard Deployment Project / Report , Flakey Test Detection , SonarQube Scan

1. Test failure in TestDeployCCIPContracts and TestDeployHomeChain:[Run tests]

Source of Error:
Run tests	2024-11-26T23:56:16.2752136Z FAIL
Run tests	2024-11-26T23:56:16.2752473Z FAIL	github.com/smartcontractkit/chainlink/deployment/ccip/changeset	235.720s
Run tests	2024-11-26T23:56:16.2752788Z ok 	github.com/smartcontractkit/chainlink/deployment/common/changeset	0.031s
Run tests	2024-11-26T23:56:16.2753146Z ok 	github.com/smartcontractkit/chainlink/deployment/common/changeset/internal	0.371s
Run tests	2024-11-26T23:56:16.2753456Z ok 	github.com/smartcontractkit/chainlink/deployment/common/view/v1_0	0.022s
Run tests	2024-11-26T23:56:16.2753766Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/clo	0.027s
Run tests	2024-11-26T23:56:16.2754087Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/devenv	0.343s
Run tests	2024-11-26T23:56:16.2754490Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/memory	0.589s
Run tests	2024-11-26T23:56:16.2754836Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/nodeclient	0.319s
Run tests	2024-11-26T23:56:16.2755204Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/web/sdk/client	0.004s
Run tests	2024-11-26T23:56:16.2755482Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone	3.076s
Run tests	2024-11-26T23:56:16.2755801Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone/changeset	0.659s
Run tests	2024-11-26T23:56:16.2756165Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone/changeset/internal	0.823s
Run tests	2024-11-26T23:56:16.2756510Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone/test/changeset	1.563s
Run tests	2024-11-26T23:56:16.2756809Z ok 	github.com/smartcontractkit/chainlink/deployment/llo/changeset	1.470s
Run tests	2024-11-26T23:56:16.2756891Z FAIL
Run tests	2024-11-26T23:56:16.2756906Z 
Run tests	2024-11-26T23:56:16.2757072Z ----------------------------------------------
Run tests	2024-11-26T23:56:16.2757084Z 
Run tests	2024-11-26T23:56:16.2757299Z Beginning check of output logs for sensitive strings
Run tests	2024-11-26T23:56:16.2757566Z No matches in test log output against known set of sensitive strings
Run tests	2024-11-26T23:56:16.2757732Z Exit code: 1
Run tests	2024-11-26T23:56:16.2757854Z Encountered test failures.
Run tests	2024-11-26T23:56:16.2758050Z go_core_ccip_deployment_tests exiting with code 1
Run tests	2024-11-26T23:56:16.2767744Z ##[error]Process completed with exit code 1.

Why: The test TestDeployCCIPContracts and TestDeployHomeChain failed, causing the overall test suite to exit with a non-zero status. This indicates that there were issues in deploying the CCIP contracts or the home chain setup.

Suggested fix: Investigate the specific reasons for the failure in TestDeployCCIPContracts and TestDeployHomeChain by reviewing the detailed logs for these tests. Ensure that all dependencies and configurations are correctly set up before running the tests again.

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