some more refactoring. splitting of smaller cleaner functions. started work on --no-thinning

This commit is contained in:
Edwin Eefting
2021-02-19 00:27:37 +01:00
parent 36e134eb75
commit d3ce222921
3 changed files with 122 additions and 104 deletions

View File

@ -96,7 +96,7 @@ class TestZfsNode(unittest2.TestCase):
#now tries to destroy our own last snapshot (before the final destroy of the dataset)
self.assertIn("fs1@test-20101111000000: Destroying", buf.getvalue())
#but cant finish because still in use:
self.assertIn("fs1: Error during destoy missing", buf.getvalue())
self.assertIn("fs1: Error during --destroy-missing", buf.getvalue())
shelltest("zfs destroy test_target1/clone1")