blob: c3337e0158e2840f8c5a42a65d32d1885c4f1654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Description:
This is a test for server applications that have client threads
(threads making remote calls) starting before event loop threads
(threads running the event loop).
Expected output:
The event loop threads should wait for the client threads that become
leaders to give up leadership before continuing.
How to run:
You can use the run_test.pl script to run it or:
$ server
$ client
|