You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2021/01/08 17:44:51 UTC

[cassandra-dtest] branch trunk updated: override overly strict max protocol in 3.0 upgrade test

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

dcapwell 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 f235b00  override overly strict max protocol in 3.0 upgrade test
f235b00 is described below

commit f235b00d07671dab745f2b82c7191db92fe365ae
Author: Adam Holmberg <ad...@datastax.com>
AuthorDate: Tue Dec 22 10:07:17 2020 -0600

    override overly strict max protocol in 3.0 upgrade test
    
    patch by Adam Holmberg; reviewed by David Capwell, Sam Tunnicliffe for CASSANDRA-16354
---
 upgrade_crc_check_chance_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upgrade_crc_check_chance_test.py b/upgrade_crc_check_chance_test.py
index 46c0fdf..74b7584 100644
--- a/upgrade_crc_check_chance_test.py
+++ b/upgrade_crc_check_chance_test.py
@@ -137,7 +137,7 @@ class TestCrcCheckChanceUpgrade(Tester):
         logger.debug('Starting {node} on new version ({tag})'.format(**format_args))
         # Setup log4j / logback again (necessary moving from 2.0 -> 2.1):
         node.set_log_level("INFO")
-        node.start(wait_for_binary_proto=True)
+        node.start(wait_for_binary_proto=True, jvm_args=['-Dcassandra.disable_max_protocol_auto_override=true'])
 
         logger.debug('Running upgradesstables')
         node.nodetool('upgradesstables -a')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org