If a change gets submitted, the remaining open changes get reindexed
asynchronously to update their mergeability information. If the test
does further mergeability assertions before the asynchronous reindex
completed they fail because the mergeability information in the index
was not updated yet. To avoid this flakiness we index the open change
synchronously now, before the further mergeability assertions are done.
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ib7773ffadaf1c39f4119734d0cc5c68366179c31