Complete functionality

This commit is contained in:
Oracle 2026-04-29 15:14:24 +02:00
parent 675418f411
commit 9b5fa56215
Signed by: Oracle
SSH key fingerprint: SHA256:x4/RtnjUyuHkdvmwNDsWSfcfF1V5PNr3OpriZqOvCX8
5 changed files with 75 additions and 119 deletions

View file

@ -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];