Skip to content

Commit

Permalink
Identified race condition, not necessarily related to #290 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Oct 9, 2023
1 parent e95b3cb commit e08b5f4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ void negativeWaitTime() {
// leftToWait.toMillis() <= 0 AND (inTimeout == true AND repeat == false) will cause
// wait() with negative time

// As of rev. e95b3cbf8a4616a82462c805a9cd16d6c2ece8ed this test hangs in IntelliJ, but passes in Gradle.
// Apparently, there's a race condition around leftToWait.

// Normal operation will yield 0, timeout, 1, timeout, 2
// Failure will yield something else

Expand Down

0 comments on commit e08b5f4

Please sign in to comment.