[rllib] Add three new long-running stress tests {APEX, IMPALA, PBT} (#4215)

This commit is contained in:
Eric Liang
2019-03-04 14:05:42 -08:00
committed by GitHub
parent 8b871af555
commit 6e3384a719
10 changed files with 206 additions and 31 deletions
+1 -1
View File
@@ -685,7 +685,7 @@ export IFS="
# Call sudo to prompt for password before anything has been printed.
sudo true
workers=$(
ps aux | grep ' ray_' | grep -v grep
ps aux | grep -E ' ray_|default_worker.py' | grep -v grep
)
for worker in $workers; do
echo "Stack dump for $worker";