mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
scripts+bw-compatibility-test: run and update Dave with sqlite
This commit is contained in:
@@ -36,7 +36,7 @@ send_payment alice dave
|
||||
|
||||
# Upgrade the compose variables so that the Bob configuration
|
||||
# is swapped out for the PR version.
|
||||
upgrade_bob
|
||||
upgrade_node bob
|
||||
|
||||
# Wait for Bob to start.
|
||||
wait_for_node bob
|
||||
@@ -50,4 +50,19 @@ send_payment bob dave
|
||||
send_payment dave bob
|
||||
send_payment alice dave
|
||||
|
||||
# Upgrade the compose variables so that the Dave configuration
|
||||
# is swapped out for the PR version.
|
||||
upgrade_node dave
|
||||
|
||||
wait_for_node dave
|
||||
wait_for_active_chans dave 1
|
||||
|
||||
# Show that Dave is now running the current branch.
|
||||
do_for print_version dave
|
||||
|
||||
# Repeat the basic tests (after potential migraton).
|
||||
send_payment bob dave
|
||||
send_payment dave bob
|
||||
send_payment alice dave
|
||||
|
||||
echo "🛡️⚔️🫡 Backwards compatibility test passed! 🫡⚔️🛡️"
|
||||
|
Reference in New Issue
Block a user