Skip to content

Commit

Permalink
[FLINK-17687][tests] Simplify collection of Mesos logs
Browse files Browse the repository at this point in the history
This closes apache#12203.
  • Loading branch information
GJL committed May 18, 2020
1 parent 12d662c commit ed74173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-jepsen/src/jepsen/flink/mesos.clj
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@
db/LogFiles
(log-files [_ test node]
(concat
(if (cu/exists? log-dir) (cu/ls-full log-dir) [])
(fu/find-files! log-dir)
(fu/find-files! slave-dir "*.log")))))

0 comments on commit ed74173

Please sign in to comment.