Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
May 6, 2024

Conversation

xiaozcy
Copy link
Contributor

@xiaozcy xiaozcy commented Apr 30, 2024

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

@xiaozcy xiaozcy changed the title improvement(IT): use Awaitility#await instead of Thread#sleep [#3214] improvement(IT): use Awaitility#await instead of Thread#sleep Apr 30, 2024
@yuqi1129 yuqi1129 closed this May 1, 2024
@yuqi1129 yuqi1129 reopened this May 1, 2024
@yuqi1129
Copy link
Contributor

yuqi1129 commented May 1, 2024

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

@xiaozcy
Copy link
Contributor Author

xiaozcy commented May 1, 2024

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

@yuqi1129 yuqi1129 added the 0.6.0 Release v0.6.0 label May 2, 2024
@jerryshao jerryshao removed the 0.6.0 Release v0.6.0 label May 6, 2024
Copy link
Contributor

@yuqi1129 yuqi1129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yuqi1129 yuqi1129 merged commit 54758b5 into apache:main May 6, 2024
22 checks passed
yuqi1129 pushed a commit to yuqi1129/gravitino that referenced this pull request May 23, 2024
…ead#sleep` (apache#3239)

### What changes were proposed in this pull request?

use `Awaitility#await` instead of `Thread#sleep`

### Why are the changes needed?

Fix: apache#3214 

### Does this PR introduce _any_ user-facing change?

N/A 

### How was this patch tested?

ITs

---------

Co-authored-by: zhanghan18 <zhanghan18@xiaomi.com>
yuqi1129 pushed a commit to yuqi1129/gravitino that referenced this pull request May 23, 2024
…ead#sleep` (apache#3239)

### What changes were proposed in this pull request?

use `Awaitility#await` instead of `Thread#sleep`

### Why are the changes needed?

Fix: apache#3214 

### Does this PR introduce _any_ user-facing change?

N/A 

### How was this patch tested?

ITs

---------

Co-authored-by: zhanghan18 <zhanghan18@xiaomi.com>
diqiu50 pushed a commit to diqiu50/gravitino that referenced this pull request Jun 13, 2024
…ead#sleep` (apache#3239)

### What changes were proposed in this pull request?

use `Awaitility#await` instead of `Thread#sleep`

### Why are the changes needed?

Fix: apache#3214 

### Does this PR introduce _any_ user-facing change?

N/A 

### How was this patch tested?

ITs

---------

Co-authored-by: zhanghan18 <zhanghan18@xiaomi.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] Remove redundant Thread.sleep wherever possible
3 participants