-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Extend job delete DB timeout to 10 minutes #15211
Conversation
I see you updated files related to
|
AER Report: CI Coreaer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , Find New Flaky Tests In Root Project / Find Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Find New Flaky Tests In Deployment Project , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Find New Flaky Tests In Root Project / Run Tests , Find New Flaky Tests In Root Project / Report , Flakey Test Detection , SonarQube Scan 1. Declaration of "ctx" shadows declaration at line 712:[Golang Lint]Source of Error:core/services/job/orm.go:716:3: shadow: declaration of "ctx" shadows declaration at line 712 (govet)
ctx, cancel := context.WithTimeout(sqlutil.WithoutDefaultTimeout(ctx), 10*time.Minute)
^ Suggested fix: Rename the inner 2. Encountered test failures:[Run tests]Source of Error:Run tests 2024-11-12T22:45:01.4593516Z Encountered test failures.
Run tests 2024-11-12T22:45:01.4594062Z go_core_tests exiting with code 1
Run tests 2024-11-12T22:45:01.4610985Z ##[error]Process completed with exit code 1. Suggested fix: Review the test output logs to identify the specific tests that failed. Investigate the root cause of the failures and fix the underlying issues in the code or the tests themselves. AER Report: Operator UI CI ran successfully ✅ |
Even 10 mins doesn't cut it on some nodes :/ Adding some ugly hackery to test it out. Do not merge please. |
this is hopeless |
Pull request was closed
No description provided.