mirror of
https://github.com/wassname/ray.git
synced 2026-08-17 11:25:34 +08:00
Fix socket bind collisions in manager_tests, race condition bind/listen/subscribe and memory leaks (#18)
* Fix socket bind collisions in manager_tests * bind manager sockets before connecting to the store * fix memory leak in tests * fix valgrind early process termination * fix bind/listen/subscribe race condition * fix photon * fix other tests * make it that all of common is tested * fix clang-format * fix
This commit is contained in:
committed by
Robert Nishihara
parent
d56c1a0b9c
commit
2068587af8
@@ -5,7 +5,7 @@
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "test/example_task.h"
|
||||
#include "test_common.h"
|
||||
#include "task.h"
|
||||
#include "io.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user