Complete functionality
This commit is contained in:
parent
675418f411
commit
9b5fa56215
5 changed files with 75 additions and 119 deletions
|
|
@ -62,7 +62,7 @@ class EnsureKeysTest {
|
|||
@Test
|
||||
@Execution(ExecutionMode.SAME_THREAD)
|
||||
@DisplayName("ensureKeys should be thread-safe with concurrent calls")
|
||||
void ensureKeys_concurrentCalls_shouldBeThreadSafe() throws SecurityError, InterruptedException {
|
||||
void ensureKeys_concurrentCalls_shouldBeThreadSafe() throws InterruptedException {
|
||||
SecureCompletionClient client = new SecureCompletionClient();
|
||||
|
||||
Thread[] threads = new Thread[5];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue