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

Fix UniqueBlockingQueueTest.concurrentTest #18501

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

secfree
Copy link
Contributor

@secfree secfree commented Jan 30, 2024

What changes are proposed in this pull request?

Fix UniqueBlockingQueueTest.concurrentTest

Why are the changes needed?

This test may fail some times like below

[ERROR] alluxio.util.executor.UniqueBlockingQueueTest.concurrentTest  Time elapsed: 0.003 s  <<< FAILURE!
java.lang.AssertionError: expected:<20> but was:<16>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at alluxio.util.executor.UniqueBlockingQueueTest.concurrentTest(UniqueBlockingQueueTest.java:54)

Does this PR introduce any user facing changes?

NO

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.

None yet

1 participant