Details
Description
At the moment, #waitUntilAllRegionsAssigned checks to see if each region has a value for info:server in the meta table, but I've encountered a few instances of tests that fail because RegionStates#getRegionsOfTable returns an empty list, despite #waitUntilAllRegionsAssigned being called after the table was created. Let's fix this.