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

Adhoc test with fewer lanes than all possible lanes between available networks #15893

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

Conversation

AnieeG
Copy link
Contributor

@AnieeG AnieeG commented Jan 10, 2025

Requires

Supports

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Copy link
Contributor

AER Report: CI Core

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

1. File is not goimports-ed with -local github.com/smartcontractkit/chainlink:[Golang Lint (integration-tests)]

Source of Error:
Golang Lint (integration-tests)	2025-01-10T16:09:22.6821226Z integration-tests/smoke/ccip/ccip_multi_chain_test.go:7: File is not `goimports`-ed with -local github.com/smartcontractkit/chainlink (goimports)
Golang Lint (integration-tests)	2025-01-10T16:09:22.6823552Z 	"github.com/smartcontractkit/chainlink-testing-framework/lib/utils/testcontext"

Why: The error indicates that the file integration-tests/smoke/ccip/ccip_multi_chain_test.go is not formatted according to the goimports tool with the -local flag set to github.com/smartcontractkit/chainlink. This means the import statements in the file are not organized as expected.

Suggested fix: Run goimports on the file with the -local flag set to github.com/smartcontractkit/chainlink to automatically format the import statements. This can be done using the command: goimports -local github.com/smartcontractkit/chainlink -w integration-tests/smoke/ccip/ccip_multi_chain_test.go.

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