mirror of
https://github.com/wassname/ray.git
synced 2026-08-03 13:10:57 +08:00
Object reconstruction in Photon (#65)
* Object reconstruction in Photon and C test cases for Photon * Fix hanging test case on mac * Remove unnecessary event from photon tests * make photon_disconnect not leak file descriptors * fix some of the memory errors * Fix valgrind * lint * Address Robert's comments and add test case for object reconstruction suppression * Remove OWNER
This commit is contained in:
committed by
Robert Nishihara
parent
817f1e730c
commit
4bdb9f7224
@@ -67,7 +67,7 @@ TEST new_object_test(void) {
|
||||
new_object_failed = 0;
|
||||
new_object_succeeded = 0;
|
||||
new_object_id = globally_unique_id();
|
||||
new_object_task = example_task();
|
||||
new_object_task = example_task(1, 1, TASK_STATUS_WAITING);
|
||||
new_object_task_spec = task_task_spec(new_object_task);
|
||||
new_object_task_id = task_spec_id(new_object_task_spec);
|
||||
g_loop = event_loop_create();
|
||||
|
||||
Reference in New Issue
Block a user