tests: Split racy "closing" into a test for stopping while reading or writing
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 25 Feb 2014 04:05:44 +0000 (23:05 -0500)
committerOlivier Crête <olivier.crete@collabora.com>
Tue, 25 Feb 2014 05:51:31 +0000 (00:51 -0500)
commit91b93b44a63e7a1b49111926e4515f39617acfe1
tree7e52de06bbaf5548e383b238010b626deb59ec31
parent00e91acecc338d4ff3822384650912cfd7b68f7e
tests: Split racy "closing" into a test for stopping while reading or writing

We wan't to make sure not to have a race where a thread blocks in a blocking
receive or send while nice_agent_remove_stream() is called
.gitignore
tests/Makefile.am
tests/test-io-stream-closing-read.c [moved from tests/test-io-stream-closing.c with 51% similarity]
tests/test-io-stream-closing-write.c [new file with mode: 0644]