mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
Fix cyclic dependency between ray/util and ray/common (#7581)
* Fix cyclic dependency Headers in ray/util should not depend on those in ray/common * Move random generations to ray/common/test_util.h * Add license header Co-authored-by: Mehrdad <noreply@github.com> Co-authored-by: Philipp Moritz <pcmoritz@gmail.com>
This commit is contained in:
co-authored by
Mehrdad
Philipp Moritz
parent
ffeab5d2bf
commit
a87199d240
@@ -1,17 +1,15 @@
|
||||
#define BOOST_BIND_NO_PLACEHOLDERS
|
||||
#include "ray/core_worker/context.h"
|
||||
#include "ray/core_worker/core_worker.h"
|
||||
#include "src/ray/util/test_util.h"
|
||||
|
||||
#include "data_reader.h"
|
||||
#include "data_writer.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "message/message.h"
|
||||
#include "message/message_bundle.h"
|
||||
#include "queue/queue_client.h"
|
||||
#include "ray/common/test_util.h"
|
||||
#include "ray/core_worker/context.h"
|
||||
#include "ray/core_worker/core_worker.h"
|
||||
#include "ring_buffer.h"
|
||||
#include "status.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
using namespace std::placeholders;
|
||||
|
||||
const uint32_t MESSAGE_BOUND_SIZE = 10000;
|
||||
|
||||
Reference in New Issue
Block a user