GitHub user rmatharu opened a pull request:
https://github.com/apache/samza/pull/851
Flaky test fix
MockStorageEngine has a static list of incomingMessageEnvelopes, which was
a non thread-safe ArrayList.
However in case of parallel restore (recent change), this needs to be a
thread-safe list.
This causes a StorageRecoveryTool test to be flaky.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmatharu/samza flakytestfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/851.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #851
----
commit 9b801ea791d82e46251bb73c73fa5924c61a2f18
Author: Ray Matharu <rmatharu@...>
Date: 2018-12-11T04:31:54Z
Flaky test fix
----
---