-
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
bump geth to v1.14.13 #15375
bump geth to v1.14.13 #15375
Conversation
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , GolangCI Lint (core/scripts) , GolangCI Lint (.) , test-scripts , GolangCI Lint (integration-tests) , Core Tests (go_core_tests) , GolangCI Lint (deployment) , 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. Uncommitted changes detected after generate: [Ensure clean after generate]Source of Error:
Why: The Suggested fix: Ensure that all generated files are committed or that the generate step does not produce any uncommitted changes. 2. TestLogPoller_PollAndSaveLogs failed: [Run tests]Source of Error:
Why: The test Suggested fix: Investigate why the log poller is not retrieving the expected logs. Ensure that the log poller is correctly configured and that the test environment is set up to produce the expected logs. 3. TestLogPoller_PollAndSaveLogsDeepReorg failed: [Run tests]Source of Error:
|
I thought that CI was just flaking, but this appears to legitimately break some log poller tests 🤔 |
0b92efb
to
425d984
Compare
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
core/gethwrappers: replace removed params.Version; make generate
48ea868
to
758b8fc
Compare
|
Closing in favor of #16369 |
1 similar comment
Closing in favor of #16369 |
It looks like
params.Version
was removed, so we will have to find a work around.