-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Use boost iostream in pipe logger for cross-platform #50044
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: dentiny <[email protected]>
e72abed
to
c2c4418
Compare
Signed-off-by: dentiny <[email protected]>
c2c4418
to
8bdd94a
Compare
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
|
||
namespace { | ||
|
||
TEST_P(PipeLoggerTest, PipeWrite) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually why removing this test? Shouldn't we just make it run on all platforms?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reason is, the test case is made for (1) pipe write, and check pipe size's effect; (2) log rotation.
Remove because (1) pipe is no longer used in the code; (2) log rotation has been tested elsewhere.
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
6e0e559
to
5d74185
Compare
[2025-01-25T02:42:31Z] //src/ray/util/tests:stream_redirection_utils_test FAILED in 3 out of 3 in 2.2s |
Signed-off-by: dentiny <[email protected]>
bc12f0b
to
e6c6ce1
Compare
Signed-off-by: dentiny <[email protected]>
Signed-off-by: dentiny <[email protected]>
This PR resolves a TODO item, which leverages boost iostreams to achieve cross-platform.