From 29d6b1da2a862bfbb14e7821979c97416c5400e8 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 19 May 2020 12:03:53 +0200 Subject: test: previous releases: add v0.20.1 Can be reviewed with --ignore-all-space --- test/functional/mempool_compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/mempool_compatibility.py') diff --git a/test/functional/mempool_compatibility.py b/test/functional/mempool_compatibility.py index eb08765ebf..31043f277d 100755 --- a/test/functional/mempool_compatibility.py +++ b/test/functional/mempool_compatibility.py @@ -8,7 +8,7 @@ NOTE: The test is designed to prevent cases when compatibility is broken acciden In case we need to break mempool compatibility we can continue to use the test by just bumping the version number. Download node binaries: -test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 +test/get_previous_releases.py -b v0.20.1 v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 Only v0.15.2 is required by this test. The rest is used in other backwards compatibility tests. """ -- cgit v1.2.3 From 85ccffa26686c6c9adbd18bdde37fc1747281bab Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 3 Nov 2020 21:28:55 +0100 Subject: test: move releases download incantation to README --- test/functional/mempool_compatibility.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/functional/mempool_compatibility.py') diff --git a/test/functional/mempool_compatibility.py b/test/functional/mempool_compatibility.py index 31043f277d..4a073bf284 100755 --- a/test/functional/mempool_compatibility.py +++ b/test/functional/mempool_compatibility.py @@ -7,10 +7,7 @@ NOTE: The test is designed to prevent cases when compatibility is broken accidentally. In case we need to break mempool compatibility we can continue to use the test by just bumping the version number. -Download node binaries: -test/get_previous_releases.py -b v0.20.1 v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 - -Only v0.15.2 is required by this test. The rest is used in other backwards compatibility tests. +The previous release v0.15.2 is required by this test, see test/README.md. """ import os -- cgit v1.2.3