Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-28 | Fix the sys trap_exit tests | Loïc Hoguin | |
The processes go down slower now so that caused intermittent issues. | |||
2018-10-28 | Exit gracefully on parent exit/sys:terminate/2,3 | Loïc Hoguin | |
2018-08-13 | Move some test functions off to ct_helper | Loïc Hoguin | |
2018-03-27 | Add the remaining sys tests | Loïc Hoguin | |
2018-03-27 | Add more sys tests | Loïc Hoguin | |
2018-03-26 | Fix the flushing of messages when switching to Websocket | Loïc Hoguin | |
We now flush messages that are specific to cowboy_http only. Stream handlers should also flush their own specific messages if necessary, although timeouts will be flushed regardless of where they originate from. Also renames the http_SUITE to old_http_SUITE to distinguish new tests from old tests. Most old tests need to be removed or converted eventually as they're legacy tests from Cowboy 1.0. | |||
2018-03-23 | Add initial support for system messages in cowboy_loop | Loïc Hoguin | |
2018-03-23 | Merge the two separate receive loops in cowboy_websocket | Loïc Hoguin | |
Also rename a bunch of functions to make the code easier to read. | |||
2018-03-13 | Handle system messages in cowboy_websocket | Loïc Hoguin | |
2018-03-13 | Handle supervisor calls properly everywhere | Loïc Hoguin | |
2018-03-12 | Initial work on the sys_SUITE | Loïc Hoguin | |
There's already tests failing and quite some refactoring to be done to make some things easier to test or fix issues. |