-
Notifications
You must be signed in to change notification settings - Fork 15
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
CSUB-553: Sync-disconnect-and-upgrade test #1127
Merged
atodorov
merged 12 commits into
dev
from
tests/CSUB-553-sync-disconnect-and-upgrade-test
Jul 25, 2023
Merged
CSUB-553: Sync-disconnect-and-upgrade test #1127
atodorov
merged 12 commits into
dev
from
tests/CSUB-553-sync-disconnect-and-upgrade-test
Jul 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
4 times, most recently
from
June 9, 2023 19:49
46fda9f
to
4ec1c74
Compare
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
from
June 12, 2023 09:52
4ec1c74
to
23fe393
Compare
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
10 times, most recently
from
June 13, 2023 12:28
3f2b216
to
0b97126
Compare
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
6 times, most recently
from
June 19, 2023 17:57
3814b9d
to
92ab9b6
Compare
atodorov
added a commit
that referenced
this pull request
Jun 28, 2023
atodorov
added a commit
that referenced
this pull request
Jun 28, 2023
atodorov
added a commit
that referenced
this pull request
Jun 30, 2023
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
3 times, most recently
from
July 5, 2023 10:46
cded1f9
to
99fd8c5
Compare
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
4 times, most recently
from
July 17, 2023 15:20
ef147fa
to
dfbd743
Compare
Tests against the disconnected live node, synced from Testnet are passing here: https://github.com/gluwa/creditcoin/actions/runs/5578025040/jobs/10192016515 |
Rebasing & ready for review |
b/c now we've switched Testnet to PoS and the local node running the fork doesn't produce any blocks.
- reorganize jobs tree to reuse the local blockchain DB as much as we can - run local nodes before fork/try-runtime, etc to benefit from a shared sync - shared script to install Docker engine from upstream - kill hardhat-dev container b/c we're now running multiple jobs on a shared VM
when testing against a disconnected Testnet node
to avoid the situation where running this test first will register the LENDER & BORROWER addresses with different wallets than the ones used for testing (on Testnet/Mainnnet, which later results in problems)
otherwise we'll see failures when running tests against Testnet/Mainnet
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
from
July 17, 2023 17:56
9cc04da
to
64281a2
Compare
atodorov
force-pushed
the
tests/CSUB-553-sync-disconnect-and-upgrade-test
branch
from
July 17, 2023 17:57
64281a2
to
e57ce7f
Compare
AdaJane
pushed a commit
that referenced
this pull request
Jul 18, 2023
atodorov
added a commit
that referenced
this pull request
Jul 19, 2023
pLabarta
approved these changes
Jul 19, 2023
AdaJane
approved these changes
Jul 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
Practical tips for PR review & merge: