Skip to content
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

chore: Improve Upgrade with Alternative URLs test #294

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

eichhorl
Copy link
Contributor

@eichhorl eichhorl commented Jul 1, 2024

Previously we would wait until the node becomes unavailable, as a sign that it was upgrading. This is imprecise and sometimes flaky, see here. The logs reveal that the replica did in fact upgrade successfully, but I suspect the "unhealthy" status didn't persist long enough to be picked up by the test driver.

With this PR we instead wait until the node is running the expected replica version after the upgrade.

@eichhorl eichhorl requested review from a team as code owners July 1, 2024 06:41
@github-actions github-actions bot added the chore label Jul 1, 2024
@eichhorl eichhorl enabled auto-merge July 1, 2024 06:49
@eichhorl eichhorl added this pull request to the merge queue Jul 1, 2024
Merged via the queue into mirroring with commit c75509e Jul 1, 2024
22 checks passed
@eichhorl eichhorl deleted the eichhorl/fix-upgrade-with-url branch July 1, 2024 07:40
gitlab-dfinity pushed a commit that referenced this pull request Jul 1, 2024
chore(github-sync): PR#294 / chore: Improve Upgrade with Alternative URLs test

[GitHub PR 294](#294) (branch: eichhorl/fix-upgrade-with-url) 

See merge request dfinity-lab/public/ic!20152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants