Commit Graph

13 Commits

Author SHA1 Message Date
Larry McQueary
7b5baa97d1 Corrected spelling of 'propagated' and 'propagation' 2016-02-02 12:22:49 -07:00
Ivan Kozlovic
964c277c63 Create the reconnectsDone channel big enough to prevent blocking on reconnect. Remove the explicit closing of clients, we should not have to do that. It still hangs on a windows VM though. 2015-12-08 13:56:40 -07:00
Ivan Kozlovic
a0cdd30bd9 Fix test that was failing on Windows.
* There was a bug in the send loop (use of 1 instead of i)
* On Windows specifically, the test did not exit without explicit closing of the connections (I don't think we should have to do that). This behavior combined with the send loop bug would cause this test to consume all memory on the machine.
2015-12-08 09:43:50 -07:00
Derek Collison
96bab33075 fixed import paths 2015-06-19 12:08:11 -07:00
Derek Collison
bf9d652e84 close connections for test, return on err for pub 2014-12-19 00:45:54 -06:00
Derek Collison
c44a25e3ef Shutdown servers after test 2014-12-18 23:17:01 -06:00
Derek Collison
b7932fdd2f Added additional tests for requests across routes 2014-12-18 20:14:53 -08:00
Derek Collison
bfe88c335c test fixups for 1.3, add in test for leaked route Go routines 2014-07-24 16:01:28 -07:00
Derek Collison
3e86a2cbeb Added cluster restart test with queue subscribers 2014-07-23 17:39:15 -07:00
Derek Collison
e01bd2a6f1 go fmt fix 2013-12-12 14:39:51 -08:00
Derek Collison
6cbe515497 Clean up after ourselves 2013-12-12 14:09:40 -08:00
Derek Collison
c9fd57ad6b fix for race in test 2013-12-12 13:59:05 -08:00
Derek Collison
eb5c550f10 Fixed slice panic on MSG_ARG split buffer 2013-12-12 13:11:37 -08:00