eugenp / tutorials

Just Announced - "Learn Spring Security OAuth":

Home Page:http://bit.ly/github-lsso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ISSUE] Wrong testcase

mashirro opened this issue · comments

Article and Module Links
https://www.baeldung.com/java-semaphore

Describe the Issue
in Section 4:Semaphore vs. Mutex。 test whenMutexAndMultipleThreads_thenBlocked and givenMutexAndMultipleThreads_ThenDelay_thenCorrectCount

assertTrue(counter.hasQueuedThreads()); occurs java.lang.AssertionError。

Environment (please complete the following information):

  • Version 17

Hey @mashirro,

Thank you for the feedback. Have you made any custom modifications in the code?

Regards,
Team.