-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
WIP #15547
base: develop
Are you sure you want to change the base?
WIP #15547
Conversation
I see you updated files related to
|
Flakeguard Summary
Found Flaky Tests ❌
|
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Flakeguard Root Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Flakeguard Deployment Project , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/capabilities/workflow... , Flakeguard Root Project / Report , Flakey Test Detection , SonarQube Scan 1. MockContractReader missing method Close:[Golang Lint]Source of Error:core/services/workflows/syncer/workflow_registry_test.go:76:11: cannot use reader (variable of type *MockContractReader) as ContractReader value in return statement: *MockContractReader does not implement ContractReader (missing method Close)
core/services/workflows/syncer/workflow_registry_test.go:80:11: cannot use reader (variable of type *MockContractReader) as ContractReader value in return statement: *MockContractReader does not implement ContractReader (missing method Close) (typecheck) Suggested fix: Implement the 2. Flaky tests detected:[Run tests with flakeguard]Source of Error:
Suggested fix: Investigate the root cause of the test failures and fix the underlying issues in the test logic or the code being tested. 3. Condition never satisfied:[Run tests]Source of Error:
Suggested fix: Review the condition in the test and ensure it is correctly set up to be satisfied under the expected circumstances. Adjust the test logic or the code being tested as necessary. 4. Uncommitted changes after generate:[Ensure clean after generate]Source of Error:
Suggested fix: Ensure that the code generation step produces consistent results and commit any necessary changes to the repository. AER Report: Operator UI CI ran successfully ✅ |
868628b
to
7787010
Compare
Flakeguard Summary
Found Flaky Tests ❌
|
Requires
Supports