Rename get_task -> worker_idle in timeline. (#3179)

* Rename get_task -> worker_idle in timeline.

* Fix test.
This commit is contained in:
Robert Nishihara
2018-11-02 12:08:46 -07:00
committed by Philipp Moritz
parent 2bef9844bf
commit 5822aa2388
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1015,7 +1015,7 @@ def test_profiling_api(shutdown_only):
profile_data = ray.global_state.chrome_tracing_dump()
event_types = {event["cat"] for event in profile_data}
expected_types = [
"get_task",
"worker_idle",
"task",
"task:deserialize_arguments",
"task:execute",