-
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
bump framework; remove generic result type #15995
Conversation
I see you updated files related to
|
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
ee936a7
to
4154bea
Compare
4154bea
to
80c3b9f
Compare
d9da97d
4096090
to
bd4b7f5
Compare
62ba6ee
to
92e400f
Compare
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌1 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
92e400f
to
75a6166
Compare
683a2a8
to
b2d93af
Compare
@@ -90,6 +90,7 @@ func NewTestEthBroadcaster( | |||
// Mark instance as test | |||
ethBroadcaster.XXXTestDisableUnstartedTxAutoProcessing() | |||
servicetest.Run(t, ethBroadcaster) | |||
time.Sleep(time.Second) // let background initiate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
urgh, can we make this deterministic by waiting for a log message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think waiting for .Ready()
would be more robust, but it will require more changes and I didn't want this to snowball any more since it was incidental in this unrelated changeset. OK to follow up?
https://smartcontract-it.atlassian.net/browse/CRE-268
b2d93af
to
001c3c4
Compare
Quality Gate passedIssues Measures |
Bump framework for generic simplifications.
This also incidentally picked up smartcontractkit/chainlink-framework#18, which caused smoke test failures from unclean logs. It is resolved by smartcontractkit/chainlink-framework#23
Requires