Commit 8bd947b1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e75a1836
......@@ -377,12 +377,9 @@ def test_restructure():
assert (kind, keys) == (BTREE_NORMAL, [])
assert len(kids) == 1
assert isinstance(kids[0], XLOTree)
print('\nAAA')
print(kids[0])
print(kids[0].__getstate__())
kind, keys, kids = crack_btree(kids[0])
assert (kind, keys) == (BTREE_NORMAL, [])
assert len(kids) == 0
assert len(kids) == 1
assert isinstance(kids[0], LOBucket)
assert kids[0].keys() == []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment