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

Fix concurrent_delete_gauge #16066

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

samsondav
Copy link
Collaborator

Requires

Supports

@samsondav samsondav requested review from a team as code owners January 24, 2025 20:14
@cl-sonarqube-production
Copy link

Copy link
Contributor

AER Report: CI Core

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

1. Context deadline exceeded error:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2025-01-24T20:33:39.5344556Z --- FAIL: TestDeployLinkToken (44.15s)
Run tests	2025-01-24T20:33:39.5344922Z chain.go:136: 
Run tests	2025-01-24T20:33:39.5348969Z 	Error Trace:	/home/runner/work/chainlink/chainlink/deployment/environment/memory/chain.go:210
Run tests	2025-01-24T20:33:39.5350290Z 	 				/home/runner/work/chainlink/chainlink/deployment/environment/memory/chain.go:136
Run tests	2025-01-24T20:33:39.5351553Z 	 				/home/runner/work/chainlink/chainlink/deployment/environment/memory/environment.go:84
Run tests	2025-01-24T20:33:39.5352821Z 	 				/home/runner/work/chainlink/chainlink/deployment/environment/memory/environment.go:215
Run tests	2025-01-24T20:33:39.5354177Z 	 				/home/runner/work/chainlink/chainlink/deployment/common/changeset/deploy_link_token_test.go:17
Run tests	2025-01-24T20:33:39.5354794Z 	Error: 	Received unexpected error:
Run tests	2025-01-24T20:33:39.5355657Z 	 	start container: started hook: wait until ready: context deadline exceeded
Run tests	2025-01-24T20:33:39.5356160Z 	Test: 	TestDeployLinkToken

Why: The error "context deadline exceeded" indicates that the test TestDeployLinkToken failed because a container did not start within the expected time frame. This could be due to resource constraints, network issues, or misconfiguration in the test environment.

Suggested fix: Increase the timeout duration for the container startup in the test configuration. Additionally, ensure that the test environment has sufficient resources and that there are no network issues affecting container startup.

@krehermann krehermann enabled auto-merge January 24, 2025 21:25
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.

3 participants