-
Notifications
You must be signed in to change notification settings - Fork 305
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
test: v3 e2e upgrade #3910
test: v3 e2e upgrade #3910
Conversation
@evan-forbes @mojtaba-esk have either of you hit this? |
yes |
Sysrex added traefik API to the Robusta cluster so this is now unblocked. The test hangs for me though:
Update: it didn't hang, it just took forever to complete. |
Sure! This PR isn't ready and #3911 is ready. |
I wasn't aware of this problem when testing. The last problem I experienced with this test is that the txsim wasn't able to execute the |
Note to self: can see logs for txsim by looking in Lens admin@k8s-knuu-1 and then filtering to namespace like: txsim logs say:
I'm considering adding a post-hook so that the validators can submit a signal message instead of requiring txSim to do that. Update: I don't think this test is using the new txSim binary b/c the |
which makes sense because it's trying to send authored blobs before the upgrade from v2 -> v3 happens. |
I hit the error @cmwaters described
|
Some debug logs:
Looks like validator keys don't get added. Validator instances get a volume |
Still didn't work:
Update: I don't see any logic to copy the keys from the validators to the txSim nodes. |
I encountered that on an earlier commit of this PR but thought it was fixed after subsequent commits. Hmm I can repro on the most recent commit though. |
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.
LGTM, I can't approve because it's my PR :)
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.
LGTM!
Closes #3772
Opens #3947
Testing