forked fromray-project/ray
- Notifications
You must be signed in to change notification settings - Fork1
Commit21f9bc4
[core]
`call_ray_start` uses an unusual method to obtain the GCS address. Itexecutes a `ray start` command and then parses the command's STDOUT.However, this method will return "None" as address. See the followingscreenshot for more details.https://github.com/ray-project/ray/blob/a5bab234e651d19b91d5860be0606d4c6c01d118/python/ray/tests/conftest.py#L771-L789---------Signed-off-by: Kai-Hsun Chen <kaihsun@anyscale.com>Signed-off-by: Dhakshin Suriakannu <d_suriakannu@apple.com>test_job_isolation
passes even when exceptions are thrown (ray-project#51694)1 parent7fb719f commit21f9bc4
1 file changed
+20
-7
lines changedLines changed: 20 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 59 | + | |
63 | 60 |
| |
64 | 61 |
| |
65 | 62 |
| |
66 |
| - | |
| 63 | + | |
| 64 | + | |
67 | 65 |
| |
68 | 66 |
| |
69 | 67 |
| |
| |||
88 | 86 |
| |
89 | 87 |
| |
90 | 88 |
| |
91 |
| - | |
| 89 | + | |
92 | 90 |
| |
93 | 91 |
| |
94 | 92 |
| |
95 | 93 |
| |
96 | 94 |
| |
97 | 95 |
| |
98 | 96 |
| |
99 |
| - | |
| 97 | + | |
100 | 98 |
| |
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
104 | 117 |
| |
105 | 118 |
| |
106 | 119 |
| |
|
0 commit comments
Comments
(0)