Add test coverage for rootdescend verification.

Peter Geoghegan <pg@bowt.ie>

Commit: 344b7e11bbaf5e11f2497b11405e63d190043cfe
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2019-04-05T00:25:35Z
Releases: 12.0
Add test coverage for rootdescend verification.

Commit c1afd175, which added support for rootdescend verification to
amcheck, added only minimal regression test coverage.  Address this by
making sure that rootdescend verification is run on a multi-level index.
In passing, simplify some of the regression tests that exercise
multi-level nbtree page deletion.

Both issues spotted while rereviewing coverage of the nbtree patch
series using gcov.

Files