mirror of https://github.com/citusdata/citus.git
Add cleanup_databases to cleanup_test_leftovers
parent
11a13cc80b
commit
9f6e0b83af
|
@ -453,6 +453,9 @@ def cleanup_test_leftovers(nodes):
|
|||
for node in nodes:
|
||||
node.cleanup_schemas()
|
||||
|
||||
for node in nodes:
|
||||
node.cleanup_databases()
|
||||
|
||||
for node in nodes:
|
||||
node.cleanup_users()
|
||||
|
||||
|
|
|
@ -72,5 +72,3 @@ def test_set_maindb(cluster_factory):
|
|||
)
|
||||
== 0
|
||||
)
|
||||
|
||||
cluster.coordinator.cleanup_databases()
|
||||
|
|
Loading…
Reference in New Issue