scripts+bw-compatibility-test: run and update Dave with sqlite

This commit is contained in:
Andras Banki-Horvath
2025-03-28 19:06:13 +01:00
parent be2bab90ce
commit a427a872a0
4 changed files with 91 additions and 18 deletions

View File

@@ -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! 🫡⚔️🛡️"