mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-27 10:20:04 +00:00
remove leftover local test
This commit is contained in:
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
- provide signal handlers so we shut down properly when INCLUDE_BREAKPAD active
|
||||
- send status code and reason in close message
|
||||
- Add pause/resume heartBeatTimer
|
||||
- parodus event handler to listen to interface_down and interface_up event
|
||||
- fix so that parodus can be killed, even if in a connection fail loop
|
||||
|
||||
## [1.0.2] - 2019-02-08
|
||||
|
||||
@@ -1062,10 +1062,6 @@ void test_interface_down_retry()
|
||||
noPollCtx test_nopoll_ctx;
|
||||
pthread_t thread_a;
|
||||
|
||||
#ifdef TEST_CONNECTION_STUCK
|
||||
unlink ("/tmp/parconnstktest.txt");
|
||||
#endif
|
||||
|
||||
pthread_create(&thread_a, NULL, a, NULL);
|
||||
|
||||
memset(&cfg,0,sizeof(cfg));
|
||||
|
||||
Reference in New Issue
Block a user