Skip to content

Commit 19aaa14

Browse files
jasonk000tolbertam
andauthored
Update core/src/test/java/com/datastax/oss/driver/internal/core/session/throttling/ConcurrencyLimitingRequestThrottlerTest.java
Co-authored-by: Andrew Tolbert <[email protected]>
1 parent acb9c01 commit 19aaa14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/com/datastax/oss/driver/internal/core/session/throttling/ConcurrencyLimitingRequestThrottlerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ public void should_enqueue_tasks_quickly_when_callbacks_blocked() throws Interru
358358

359359
for (int i = 0; i < threads.length; i++) {
360360
threads[i].join(1_000);
361+
assertThat(threads[i].isAlive()).isFalse();
361362
}
362363
}
363364
}

0 commit comments

Comments
 (0)