This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aea3445  Add 4.0.0 branch
aea3445 is described below

commit aea34450e650527452940f81ee5ef06160310ee7
Author: Brandon Williams <[email protected]>
AuthorDate: Thu Jun 3 11:46:39 2021 -0500

    Add 4.0.0 branch
---
 upgrade_tests/upgrade_manifest.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/upgrade_tests/upgrade_manifest.py 
b/upgrade_tests/upgrade_manifest.py
index 7cf4910..ce57c40 100644
--- a/upgrade_tests/upgrade_manifest.py
+++ b/upgrade_tests/upgrade_manifest.py
@@ -26,6 +26,7 @@ CASSANDRA_2_2 = '2.2'
 CASSANDRA_3_0 = '3.0'
 CASSANDRA_3_11 = '3.11'
 CASSANDRA_4_0 = '4.0'
+CASSANDRA_4_0_0 = '4.0.0'
 CASSANDRA_4_1 = '4.1'
 TRUNK = CASSANDRA_4_1
 
@@ -96,6 +97,8 @@ def set_version_family():
         version_family = CASSANDRA_3_0
     elif current_version.vstring.startswith('3.11'):
         version_family = CASSANDRA_3_11
+    elif current_version.vstring.startswith('4.0.0'):
+        version_family = CASSANDRA_4_0_0
     elif current_version.vstring.startswith('4.0'):
         version_family = CASSANDRA_4_0
     elif current_version.vstring.startswith('4.1'):

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to