You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by Sanil15 <gi...@git.apache.org> on 2018/10/02 02:01:53 UTC

[GitHub] samza pull request #683: Samza 1771: Test Framework support for stateful tes...

GitHub user Sanil15 opened a pull request:

    https://github.com/apache/samza/pull/683

    Samza 1771: Test Framework support for stateful testing and assertions over state

    - Gives StateAssert for stateful assertions 
    - Gives examples of Testing stateful jobs for TaskApplication and StreamApplication

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Sanil15/samza SAMZA-1771

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/683.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 #683
    
----
commit 67ddee95a9ddf49dfbd08a8516f6518ae7932135
Author: Sanil Jain <sn...@...>
Date:   2018-09-11T01:55:08Z

    Refactoring Test Infra to use StreamDescriptors and SystemDescriptors

commit cc9ea3147b4ce59c6b95391c7ae4925388fd21a5
Author: Sanil Jain <sn...@...>
Date:   2018-09-11T20:46:13Z

    Refactoring Tests

commit 0d524e08b9d6142dfcfdce1683f7aec580db076d
Author: Sanil Jain <sn...@...>
Date:   2018-09-11T23:00:15Z

    Nit Styling, Docs, Comments, Indentation

commit 16cb880116bb5300390be289a77b7568fde76bae
Author: Sanil Jain <sn...@...>
Date:   2018-09-11T23:06:43Z

    Removing unused imports

commit 2ab120047bed50678837cb29db6160499e853092
Author: Sanil Jain <sn...@...>
Date:   2018-09-13T01:48:19Z

    Adressing feedback, making TestRunner configure inmemory scope per run

commit d14bbbe070710cf6ed4e926a02d5dd9b525792da
Author: Sanil Jain <sn...@...>
Date:   2018-09-13T01:53:09Z

    Merge branch 'master' into SAMZA-1840

commit 5792c90ff940b879de70594f1808beee9e59dca7
Author: Sanil Jain <sn...@...>
Date:   2018-09-13T02:41:36Z

    Fixing docs to prevent travis from failing

commit 4873cde3304fae7b414274c9e12a2ec2efb814e0
Author: Sanil Jain <sn...@...>
Date:   2018-09-14T20:23:14Z

    Adressing review, doc improvements

commit 17a207dc526a22aef3b25672244f2f0936d173a6
Author: Sanil Jain <sn...@...>
Date:   2018-09-14T21:59:28Z

    Addresssing review, doc improvements

commit 017f23783f4d16195b3c45ac29981778e245a554
Author: Sanil Jain <sn...@...>
Date:   2018-09-14T22:46:03Z

    Moving messages and partition count logic from descriptors to testrunner, since descriptor should be blueprint to stream only

commit be5d3a134cd96d8c0891a9b818fd6aed2b3d5f74
Author: Sanil Jain <sn...@...>
Date:   2018-09-15T00:14:53Z

    Fixing docs to fix travis complaints

commit d8090f48ee3ec04c09edadae1d44d3ca863b741f
Author: Sanil Jain <sn...@...>
Date:   2018-09-17T23:52:43Z

    Cleaning up docs, addressing missed comments

commit 1559cf5881898c078e7eb3664790600bf391d51e
Author: Sanil Jain <sn...@...>
Date:   2018-09-18T21:47:35Z

    Javadoc clean up and adressing reviews

commit 6236adef01c24b5dae3eb35b62e82ec9c776cc88
Author: Sanil Jain <sn...@...>
Date:   2018-09-19T07:08:46Z

    Travis Fix

commit b70abace4c7786bceada74a964f8dfd9d553c971
Author: Sanil Jain <sn...@...>
Date:   2018-09-19T07:15:43Z

    Merge branch 'master' into SAMZA-1840

commit f15c9038c84a8d7a7195b4a9ac2a8bf572781957
Author: Sanil Jain <sn...@...>
Date:   2018-09-19T18:16:05Z

    Merge remote-tracking branch 'origin/master' into SAMZA-1840

commit bdc05128c9701d1b72a37cad70cb0ce3962fc6d8
Author: Sanil Jain <sn...@...>
Date:   2018-09-19T23:06:19Z

    Initial Prototype Stateful support

commit 44ae59cdfca9e9db26066d5504d7ec8a29b61542
Author: Sanil Jain <sn...@...>
Date:   2018-09-20T19:26:43Z

    Using Descriptors to generate Table configs

commit f0e8c9b30555def119f7578b6844337b7f0029e3
Author: Sanil15 <sa...@...>
Date:   2018-09-21T23:59:24Z

    SAMZA-1771

commit 21cac2bdc3f5d2b5af8eb2ade09a79f1ab135318
Author: Sanil15 <sa...@...>
Date:   2018-09-27T19:09:17Z

    Merging Master

commit e2eebec2c894c9eb59047380d4d32a82cad565aa
Author: Sanil15 <sa...@...>
Date:   2018-09-27T19:09:17Z

    Merging Master

commit d5c32f2496f2ea722e96a3e5fd47707dde06e17a
Author: Sanil15 <sa...@...>
Date:   2018-09-27T23:39:03Z

    Fix Merge Conflicts

commit d9785368a40c9439231b1a03abf3b57fef033fd0
Author: Sanil15 <sa...@...>
Date:   2018-10-02T01:10:18Z

    Merge branch 'master' into SAMZA-1771

commit 51cb37025cc301f690b6e69e807490a99f06839d
Author: Sanil15 <sa...@...>
Date:   2018-10-02T01:57:09Z

    Removing unused imports, fixing travis

----


---

[GitHub] samza pull request #683: Samza 1771: Test Framework support for stateful tes...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/683


---