summaryrefslogtreecommitdiff
path: root/tests/pipeline.c
Commit message (Collapse)AuthorAge
* Dangling compiler warnings from sock handle change.Garrett D'Amore2017-01-20
|
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
|
* Reaper exits too soon, leaking bits.Garrett D'Amore2017-01-18
|
* Fixes for valgrind issues.Garrett D'Amore2017-01-18
|
* Fix pipeline test failure.Garrett D'Amore2017-01-16
| | | | | | | | | I think there are a couple of linked issues; it really comes down to the fact that various threads start up asynchronously, and might not have gotten to the point where they are ready to receive. Making matters worse is the fact that when the message queues are unbuffered, the absence of a reader *right then* can cause pushback, which causes the load balance test to pass over a queue it really shouldn't.
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
|
* Fix small message leak in pipeline test.Garrett D'Amore2017-01-07
|
* Add another dial to ensure that accept loop has made progress.Garrett D'Amore2017-01-07
|
* Pipeline fixes.Garrett D'Amore2017-01-07
|
* Pipeline test.Garrett D'Amore2017-01-07