commit | da877b5e342868f63d1b04d1c17439b10959bc20 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Sat Jul 25 11:13:48 2020 +0200 |
committer | Antonio Barone <syntonyze@gmail.com> | Sat Jul 25 11:22:10 2020 +0200 |
tree | dbebb7fe2d2ba876834240f49ad39005312803fb | |
parent | 3df2ad82229979cfcafc94980b654b1af6d42ea5 [diff] |
Fix flaky tests ConcurrentModificationException might have been raised during the execution of a test, due to the modification of the log stream during after the iterator for the traversal was already created. Fix by using a thread-safe array list. Bug: Issue 13172 Change-Id: I1ae71bdbbdd7b6f342d3ee8f9584c8ba4e4524c1