Commit c11ae38b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c62e4fa5
......@@ -537,6 +537,9 @@ def test_restructure():
assert b1._p_oid is None
assert b3._p_oid is None
R(z, 'T/B1,3')
# buckets were not yet assigned oid -> collapsed back into T
assert crack_btree(z) == (BTREE_ONE, ((1, X[1], 3, X[3]),), None)
kind, keys, kids = crack_btree(z)
# XXX here -> btree_one
......
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