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

fix: upgrade-test should restart the chainflip-nodes on an incompatible upgrade #4490

Merged
merged 10 commits into from
Feb 19, 2024

Conversation

kylezs
Copy link
Contributor

@kylezs kylezs commented Feb 6, 2024

Fixes the upgrade-test 🚀

Pull Request

Closes: PRO-1176

Checklist

Please conduct a thorough self-review before opening the PR.

Summary

  • Restarts the nodes on a runtime upgrade to ensure we also bring in any new RPC changes when we upgrade. And everything that goes with that
  • Properly uses the latest commit to avoid issues where bouncer may not be compatible with the release it's running against
  • Small migration test that I added when debugging - might as well leave it

@kylezs kylezs changed the title Fast nightly fix: upgrade-test should restart the chainflip-nodes on an incompatible upgrade Feb 6, 2024
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a4d42e8) 73% compared to head (8920292) 73%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4490   +/-   ##
=====================================
- Coverage     73%     73%   -0%     
=====================================
  Files        401     401           
  Lines      68209   68209           
  Branches   68209   68209           
=====================================
- Hits       49623   49621    -2     
- Misses     15963   15964    +1     
- Partials    2623    2624    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kylezs kylezs force-pushed the fast-nightly branch 10 times, most recently from fe66874 to 2a0d07c Compare February 16, 2024 14:18
@kylezs kylezs marked this pull request as ready for review February 16, 2024 14:32
@kylezs kylezs requested review from ahasna and tomjohnburton and removed request for a team February 16, 2024 14:32
.github/workflows/upgrade-test.yml Outdated Show resolved Hide resolved
.github/workflows/upgrade-test.yml Outdated Show resolved Hide resolved
localnet/manage.sh Show resolved Hide resolved
@kylezs kylezs merged commit cb12b67 into main Feb 19, 2024
43 checks passed
@kylezs kylezs deleted the fast-nightly branch February 19, 2024 08:44
syan095 added a commit that referenced this pull request Feb 26, 2024
…ero-liquidity

* origin/main: (28 commits)
  feat(custom-rpc): add broker info [WEB-925] (#4560)
  chore: upgrade solana version (#4567)
  fix: continuous adapter (PRO-684) (#4503)
  fix: Wait for ThresholdSignature success before switching to NewKeysActivated (#4534)
  chore: remove un-needed serde derives from EncodedAddress (#4565)
  fix: more lenient max deposit fee in bouncer test (#4564)
  chore: build persa bins instead of fetch (#4554)
  feat: deploy L2 contracts upon localnet startup and send L2 TXs 📑 (#4558)
  feat: debug logs on runtime upgrade test (#4556)
  feature/PRO-1038/pool-fee-rpc (#4459)
  chore: update bootnodes in chainspec ✨ (#4456)
  fix: allow test coverage to run (#4555)
  refactor/pro-1160/remove-side-side-map (#4489)
  fix: activate missing migrations (#4550)
  chore: remove cf-build (#4551)
  feat: extensible multi-key rotator (#4546)
  fix: ensure channel open fee can be paid in benchmarks (#4544)
  feat: bump substrate deps to polkadot-sdk 1.6 (#4504)
  fix: upgrade-test should restart the chainflip-nodes on an incompatible upgrade (#4490)
  test: add small v3 migration test (#4543)
  ...

# Conflicts:
#	state-chain/pallets/cf-pools/src/tests.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants