GitHub user rmatharu opened a pull request:
https://github.com/apache/samza/pull/838
Moving store test to TestContainerStorageManager from TestSamzaContainer
There was a test in TestSamzaContainer that needs to be moved to
TestContainerStorageManager because the restore logic is moved there.
Minor change in TestSamzaContainer and ContainerStorageManager
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmatharu/samza storeTest-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/838.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 #838
----
commit bc4f095602325ce3372b691c2def32566b704601
Author: Ray Matharu <rmatharu@...>
Date: 2018-12-03T21:14:34Z
Moving tst from TestSamzaContainer to TestCSM
----
---