Skip to content

Commit d6825f0

Browse files
mfusseneggermatriv
authored andcommitted
Test 4.0.x -> latest-nightly path in test_snapshot_compatibility
To ensure bugs are discovered before a release
1 parent 3b86318 commit d6825f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bwc/test_upgrade.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@ class SnapshotCompatibilityTest(NodeProvider, unittest.TestCase):
464464

465465
DROP_DOC_TABLE = 'DROP TABLE t1'
466466

467-
VERSION = ('4.0.x', '5.x.x')
467+
VERSION = ('4.0.x', 'latest-nightly')
468468

469469
def test_snapshot_compatibility(self):
470-
"""Test snapshot compatibility when upgrading 4.0.x -> 5.x.x
470+
"""Test snapshot compatibility when upgrading 4.0.x -> latest-nightly
471471
472472
Using Minio as a S3 repository, the first cluster that runs
473473
creates the repo, a table and inserts/selects some data, which

0 commit comments

Comments
 (0)