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

Introduce MessageProfiles to v1.6 load tests [CCIP-5143] #16589

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

Conversation

asoliman92
Copy link
Contributor

Introduce MessageProfiles to load tests

mateusz-sekara
mateusz-sekara previously approved these changes Feb 26, 2025
@asoliman92 asoliman92 force-pushed the message-profiles-ccip-5143 branch from 7203133 to 1624854 Compare February 26, 2025 15:10
Copy link
Contributor

github-actions bot commented Feb 26, 2025

AER Report: CI Core

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

1. GolangCI Lint job failed due to missing export data: [Check Golangci-lint Matrix Results]

Source of Error:
Check Golangci-lint Matrix Results	2025-02-26T19:06:46.4025010Z ##[error]Process completed with exit code 1.
Golang Lint (integration-tests/load)	2025-02-26T19:05:56.9917422Z level=error msg="Running error: can't run linter goanalysis_metalinter\ninspect: failed to load package actions: could not load export data: no export data for \"github.com/smartcontractkit/chainlink/integration-tests/actions\""
**Why**: The GolangCI Lint job failed because it couldn't load the export data for the package `github.com/smartcontractkit/chainlink/integration-tests/actions`. This indicates that the package might be missing or not properly configured.

Suggested fix: Ensure that the package github.com/smartcontractkit/chainlink/integration-tests/actions exists and is correctly referenced in the project. Verify that all dependencies are correctly installed and accessible.

2. Missing golangci-lint report file: [Golang Lint (integration-tests/load)]

Source of Error:
Golang Lint (integration-tests/load)	2025-02-26T19:05:57.0157413Z cat: ./integration-tests/load/golangci-lint-report.xml: No such file or directory
Golang Lint (integration-tests/load)	2025-02-26T19:05:57.2984786Z ##[warning]No files were found with the provided path: ./integration-tests/load/golangci-lint-report.xml. No artifacts will be uploaded.
**Why**: The GolangCI Lint job attempted to read and upload a report file (`golangci-lint-report.xml`) that does not exist, likely because the linting process failed earlier.

Suggested fix: Address the root cause of the linting failure (missing export data) to ensure the linting process completes successfully and generates the report file.

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@cl-sonarqube-production
Copy link

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.

2 participants