-
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
[TT-1209] use the same CL node config in k8s as in docker #13411
Conversation
Quality Gate passedIssues Measures |
@@ -104,6 +84,30 @@ LimitDefault = 5_000_000 | |||
* Upkeeps are expected to be performed during the reorg. | |||
*/ | |||
func TestAutomationReorg(t *testing.T) { | |||
c, err := tc.GetConfig("Reorg", tc.Automation) |
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.
Testing if reorg test still works - https://github.com/smartcontractkit/chainlink/actions/runs/9644671951
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.
Verified that all Automation tests work as before without any changes.
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.
Does it require updating README?
We just read it from TOML instead of using hardcoded ones. I also split v1/v2 ocr and forwarder tests into separate ones so that we can read correct TOML config for them. Makefile commands were modified and command names changed!
Tests... tested: