gapic-generator-java icon indicating copy to clipboard operation
gapic-generator-java copied to clipboard

Introduce Async Testing Tool

Open lqiu96 opened this issue 1 year ago • 0 comments

Introduce Awaitility or another tool that can be used to test async operations. Ideally the code would be written something like

await().atMost(5, SECONDS).until(doSomething())

There are a probably a few spots in the codebase that can be enhanced to remove busy-waiting.

lqiu96 avatar Feb 06 '24 16:02 lqiu96