Skip to content

Commit 6c11552

Browse files
Jonathan Godboutcopybara-github
Jonathan Godbout
authored andcommitted
Add semaphore wait in test-client-server-integration-success
We made the semaphore, we just forgot to use it... PiperOrigin-RevId: 685008387
1 parent 9bfbc86 commit 6c11552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cl-protobuf-integration-test.lisp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Parameters
5656
(thread (bordeaux-threads:make-thread
5757
(lambda () (run-server sem hostname port-number)))))
5858

59+
(bordeaux-threads:wait-on-semaphore sem)
60+
5961
(grpc:with-insecure-channel
6062
(channel (concatenate 'string hostname ":"
6163
(write-to-string port-number)))

0 commit comments

Comments
 (0)