-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
with-unique-rpc-address macro for tests declaim special *mocked-namespace* silence warnings if slee-p then sleep Fix with-unique-rpc-address Actually make the address unique :list now maps to type vector (not simple-vector) See #72 (comment) Explicitly wait for server thread to terminate It is my understanding that bt:destroy-thread does not make a guarantee about *when* a thread will be destroyed, only that the destroy signal has been delivered. Or something like that. This does seem hacky. declaim *mocked-namespace* in the correct location Explicitly wait for thread to be destroyed in tests (fixes CCL) On non-CCL use the previous method of just `(bt:destroy-thread server-thread)` redundant concatenate -> format Comment grammar export with-unique-rpc-address from rpcq package Test serialize/deserialize messages with lists Docstring for with-unique-rpc-address Leave FIXME note regarding thread killers array-total-size -> length fix
- Loading branch information
1 parent
6e4a5a3
commit 512d53d
Showing
5 changed files
with
124 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters