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

jlewandowski pushed a commit to branch ds-trunk-5.0--2024-07-24
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git

commit 02e67cdd1572755c976cf3f3e74d55aad9312719
Author: Jacek Lewandowski <6516951+jacek-lewandow...@users.noreply.github.com>
AuthorDate: Mon Sep 19 20:17:54 2022 +0200

    STAR-1589: Fix typos in bootstrap_test.py (#62)
    
    (cherry picked from commit 97fd564912480aa165d229b79e806f311c2ab20d)
    (cherry picked from commit b97bc5d6d77cce0a0774f63f4bff8e6d80adc303)
    (cherry picked from commit 662cd676ea8c377b199e46a31a376edca6b2c842)
---
 bootstrap_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap_test.py b/bootstrap_test.py
index ceed5a22..9504e556 100644
--- a/bootstrap_test.py
+++ b/bootstrap_test.py
@@ -734,7 +734,7 @@ class BootstrapTester(Tester):
         node2.stop(wait_other_notice=False)
 
         # Wipe its data
-        self_cleanup(node2)
+        self._cleanup(node2)
 
         # Now start it, it should be allowed to join
         mark = node2.mark_log()
@@ -983,7 +983,7 @@ class BootstrapTester(Tester):
         shutil.rmtree(commitlog_dir)
         metadata_dir = os.path.join(node.get_path(), 'metadata')
         if os.path.exists(metadata_dir):
-            debug("Deleting {}".format(metadata_dir))
+            logger.debug("Deleting {}".format(metadata_dir))
             shutil.rmtree(metadata_dir)
 
 


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

Reply via email to