DescriptionMake CallbackHelper#waitUntilCriteria verbose during failure.
Currently the implementation of
CallbackHelper#waitUntilCriteria(Criteria, long, TimeUnit)
takes in a Criteria which has a failure message which is never surfaced up
when the waitUntilCriteria call times out.
This change will utilize the failure message whenever
the Criteria object contains a non null failure message.
BUG=631122
Committed: https://crrev.com/6c632b3764ed4fc351eded015dbc95caeecd932c
Cr-Commit-Position: refs/heads/master@{#412708}
Patch Set 1 #Patch Set 2 : Make CallbackHelper#waitUntilCriteria verbose during failure. #
Total comments: 4
Patch Set 3 : Addressing TedC's comment on failure message redundant null check. #Messages
Total messages: 16 (8 generated)
|