mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 11:52:57 +01:00
Lots of cleanups to self-tests
* Removed or truncated sleeps so the tests run faster * Removed dependencies on zmq_utils * Rewrote a few tests that were confusing * Minor code cleanups
This commit is contained in:
@@ -55,8 +55,6 @@ int main (void)
|
||||
int rc;
|
||||
pthread_t threads [THREAD_COUNT];
|
||||
|
||||
fprintf (stderr, "test_shutdown_stress running...\n");
|
||||
|
||||
for (j = 0; j != 10; j++) {
|
||||
|
||||
// Check the shutdown with many parallel I/O threads.
|
||||
|
||||
Reference in New Issue
Block a user