-
Notifications
You must be signed in to change notification settings - Fork 44
Don't bump splice ports in migration test #2007
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
Conversation
4eb0e24 to
db27a94
Compare
This doesn't work for BFT nodes as the scan URLs cannot be updated before unpausing the synchronizer and we need the scan URLs for BFT peers. [ci] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
db27a94 to
95d3281
Compare
df2eb74 to
1c72627
Compare
[ci] This reverts commit 95d3281. Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
| .addConfigTransforms((_, conf) => | ||
| (ConfigTransforms | ||
| .bumpSomeSvAppPortsBy( | ||
| .bumpSomeSvAppCantonPortsBy( |
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 port configuration is a giant mess in this test between the config transforms here and hardcoded ports above. I'll keep it as is for this PR but will probably clean it up in another one if I find some time.
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.
Thanks!
This doesn't work for BFT nodes as the scan URLs cannot be updated before unpausing the synchronizer and we need the scan URLs for BFT peers.
[ci]
Pull Request Checklist
Cluster Testing
/cluster_teston this PR to request it, and ping someone with access to the DA-internal system to approve it./hdm_teston this PR to request it, and ping someone with access to the DA-internal system to approve it.PR Guidelines
Fixes #n, and mention issues worked on using#nMerge Guidelines