-
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
CCIP-4014 enable rmn tests in ci #15276
Conversation
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
E2E_RMN_RAGEPROXY_VERSION: master-5208d09 | ||
E2E_RMN_AFN2PROXY_VERSION: master-5208d09 | ||
|
||
# - id: smoke/ccip_rmn_test.go:^TestRMN_NotEnoughSigners$ |
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 see a test like this in the repo, why do we comment it out?
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.
This is currently failing @dimkouv is working on a PR to fix this. After that we will uncomment this
func TestRMN_TwoMessagesOnTwoLanes(t *testing.T) { | ||
t.Parallel() |
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.
Do we need t.Parallel()
if every test is run as a separate CI job?
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.
Tried parallel at first did not work. can remove it
return image | ||
} | ||
|
||
func (r *RMNConfig) GetAFNVersion() string { |
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.
Shouldn't we align with a new naming? I guess no one remembers what AFN was :P
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.
The image name is AFN2Proxy https://github.com/smartcontractkit/rmn-v2-test-infra/tree/master/docker/afn2proxy
* enable rmn tests in ci * update references * test.parallel * try with one test * fix * fix tests * comment * remove parallel * rename image * disable flakey test
Requires
Supports