[PATCH 16/30] radix tree test suite: Start adding multiorder tests

2016-04-06 Thread Matthew Wilcox
Test suite infrastructure for working with multiorder entries. The test itself is pretty basic: Add an entry, check that all expected indices return that entry and that indices around that entry don't return an entry. Then delete the entry and check no index returns that entry. Tests a few edge

[PATCH 16/30] radix tree test suite: Start adding multiorder tests

2016-04-06 Thread Matthew Wilcox
Test suite infrastructure for working with multiorder entries. The test itself is pretty basic: Add an entry, check that all expected indices return that entry and that indices around that entry don't return an entry. Then delete the entry and check no index returns that entry. Tests a few edge