Skip to content
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

[Ray Log] remove glog dependency #16077

Merged
merged 53 commits into from
Jul 12, 2021
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
c54e35f
linkopts shared
qicosmos Mar 12, 2021
8242f39
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Apr 22, 2021
da20c29
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Apr 29, 2021
be65dc1
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos May 6, 2021
76eccb4
remove glog
qicosmos May 26, 2021
9689252
Merge branch 'master' of https://github.com/ray-project/ray into remo…
qicosmos May 27, 2021
cad0fda
install failure handler
qicosmos May 31, 2021
c0e5fde
Merge branch 'master' into remove_glog_dependency
qicosmos May 31, 2021
79311d8
show testing output
qicosmos May 31, 2021
5c4e3a3
set skipcount zero
qicosmos May 31, 2021
a15d2ed
fix
qicosmos May 31, 2021
d2d0858
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jun 7, 2021
bdc8fab
merge master
qicosmos Jun 21, 2021
0a266e2
revert some code; remove glog patches
qicosmos Jun 21, 2021
743f176
remove RAY_USE_SPDLOG
qicosmos Jun 21, 2021
37663fe
add ut for signal logging
qicosmos Jun 21, 2021
10b2b38
SIGABRT
qicosmos Jun 21, 2021
a0bf2ac
move to test_failure
qicosmos Jun 21, 2021
b67b271
for testing
qicosmos Jun 22, 2021
3d02aeb
wait raylet logging
qicosmos Jun 22, 2021
2dff8d7
clean
qicosmos Jun 22, 2021
d24a757
add ray init
qicosmos Jun 22, 2021
3e95782
add log for test
qicosmos Jun 22, 2021
9917625
move to front
qicosmos Jun 22, 2021
d284d81
move to an independent file
qicosmos Jun 22, 2021
23880b1
lint
qicosmos Jun 23, 2021
7dfe12a
lint
qicosmos Jun 23, 2021
e9187de
Merge branch 'master' into remove_glog_dependency
qicosmos Jun 23, 2021
a904509
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jun 23, 2021
01e1167
update absl for mac stacktrace
qicosmos Jun 25, 2021
637bfd7
Merge branch 'master' into remove_glog_dependency
qicosmos Jun 25, 2021
b6ba295
move to medium
qicosmos Jun 25, 2021
c69df1f
support windows
qicosmos Jun 26, 2021
2266433
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jun 28, 2021
42f49f6
fix for windows
qicosmos Jun 29, 2021
3b030ca
Merge branch 'master' into remove_glog_dependency
qicosmos Jun 29, 2021
6ed519f
lint
qicosmos Jun 29, 2021
d0fabea
lint
qicosmos Jun 29, 2021
1230cea
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jun 29, 2021
b653678
fix ut
qicosmos Jun 30, 2021
37b5104
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 1, 2021
95abfad
add wait timeout
qicosmos Jul 1, 2021
11a8840
Merge branch 'master' into remove_glog_dependency
qicosmos Jul 1, 2021
e17ec36
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 1, 2021
fd62909
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 1, 2021
4c57c56
Merge branch 'master' into remove_glog_dependency
qicosmos Jul 1, 2021
f8431f3
lint
qicosmos Jul 1, 2021
2ccb6f5
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 5, 2021
f527d62
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 6, 2021
88630ed
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 6, 2021
72753f1
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 7, 2021
761d0bd
Merge branch 'master' of https://github.com/ray-project/ray
qicosmos Jul 8, 2021
91bd83a
Merge branch 'master' into remove_glog_dependency
qicosmos Jul 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
qicosmos committed Jun 29, 2021
commit 6ed519ff08660eadd51cc4e2720b197a3a9046dc
1 change: 0 additions & 1 deletion python/ray/tests/test_kill_raylet_signal_log.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import psutil
import signal
import sys
import time
Expand Down