Browse Source
If retrieving metadata during `poll(Duration)` repeatedly takes longer than the poll timeout, we don't make progress and `waitUntilTrue` eventually times out causing the test to fail. This behaviour differs from the older `poll(long)` that would block until metadata retrieval had completed. The flakiness was likely introduced when we switched from the latter to the former. Reviewers: Ismael Juma <ismael@juma.me.uk>pull/7220/head
Lee Dongjin
5 years ago
committed by
Ismael Juma
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue