diff --git a/testgres/node.py b/testgres/node.py index de6a5032..e6ac44b0 100644 --- a/testgres/node.py +++ b/testgres/node.py @@ -875,15 +875,13 @@ def free_port(self): self._should_free_port = False release_port(self.port) - def cleanup(self, max_attempts=3, full_clean=testgres_config.node_cleanup_full): + def cleanup(self, max_attempts=3): """ Stop node if needed and remove its data/logs directory. NOTE: take a look at TestgresConfig.node_cleanup_full. Args: max_attempts: how many times should we try to stop()? - full_clean: True - clean all node data - False - clean only data dir, save logs Returns: This instance of :class:`.PostgresNode`. @@ -892,7 +890,7 @@ def cleanup(self, max_attempts=3, full_clean=testgres_config.node_cleanup_full): self._try_shutdown(max_attempts) # choose directory to be removed - if full_clean: + if testgres_config.node_cleanup_full: rm_dir = self.base_dir # everything else: rm_dir = self.data_dir # just data, save logs pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy