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 781dbbc  Fix upgrade python dtest test_crc_check_chance_upgrade - 
upgrade_crc_check_chance_test.TestCrcCheckChanceUpgrade
781dbbc is described below

commit 781dbbc8e247fa19f33de6dd32ab3f7c01d8cf29
Author: Aleksandr Sorokoumov <[email protected]>
AuthorDate: Tue Dec 15 18:37:12 2020 +0100

    Fix upgrade python dtest test_crc_check_chance_upgrade - 
upgrade_crc_check_chance_test.TestCrcCheckChanceUpgrade
    
    patch by Aleksandr Sorokoumov; reviewed by David Capwell for CASSANDRA-16346
---
 upgrade_crc_check_chance_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/upgrade_crc_check_chance_test.py b/upgrade_crc_check_chance_test.py
index 9347f17..46c0fdf 100644
--- a/upgrade_crc_check_chance_test.py
+++ b/upgrade_crc_check_chance_test.py
@@ -1,10 +1,11 @@
 import pytest
+import logging
 
 from dtest import Tester
 from tools.assertions import assert_crc_check_chance_equal, assert_one
 
 since = pytest.mark.since
-
+logger = logging.getLogger(__name__)
 
 @pytest.mark.upgrade_test
 @since('3.0')


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

Reply via email to