datastrato / gravitino

World's most powerful data catalog service with providing a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
347 stars 150 forks source link

[#3214] improvement(IT): use `Awaitility#await` instead of `Thread#sleep` #3239

Closed xiaozcy closed 1 week ago

xiaozcy commented 2 weeks ago

What changes were proposed in this pull request?

use Awaitility#await instead of Thread#sleep

Why are the changes needed?

Fix: #3214

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

ITs

yuqi1129 commented 2 weeks ago

@xiaozcy Could you please resolve the conflicts and fix the CI if you have time?

xiaozcy commented 2 weeks ago

@yuqi1129, the conflicts have been resolved, and the CI has been fixed.