validate rework, self.cmd and self.output added

This commit is contained in:
Grigory Smolkin
2017-05-25 12:54:06 +03:00
parent 777ab09f29
commit b1e849a588
14 changed files with 230 additions and 92 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class SimpleTest(ProbackupTest, unittest.TestCase):
idx_ptrack[i]['path'], idx_ptrack[i]['new_size'])
# get ptrack for every idx
idx_ptrack[i]['ptrack'] = self.get_ptrack_bits_per_page_for_fork(
idx_ptrack[i]['path'], idx_ptrack[i]['new_size'])
node, idx_ptrack[i]['path'], idx_ptrack[i]['new_size'])
# compare pages and check ptrack sanity
self.check_ptrack_sanity(idx_ptrack[i])