You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/07 18:28:00 UTC

[jira] [Commented] (SAMZA-1602) Samza-Test: Moving StreamAssert from src/test to src/main

    [ https://issues.apache.org/jira/browse/SAMZA-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16389931#comment-16389931 ] 

ASF GitHub Bot commented on SAMZA-1602:
---------------------------------------

GitHub user Sanil15 opened a pull request:

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

    SAMZA-1602 : Moving class StreamAssert from src/test to src/main

    

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

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

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

    https://github.com/apache/samza/pull/439.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 #439
    
----
commit 5687acabdc2009456dc69f0ef451bb9ec53564c4
Author: sanil15 <sa...@...>
Date:   2018-03-07T18:23:37Z

    SAMZA-1602 Moving class StreamAssert from src/test to src/main

----


> Samza-Test: Moving StreamAssert from src/test to src/main
> ---------------------------------------------------------
>
>                 Key: SAMZA-1602
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1602
>             Project: Samza
>          Issue Type: Task
>            Reporter: Sanil Jain
>            Assignee: Sanil Jain
>            Priority: Minor
>
> * StreamAssert.java is currently placed under samza-test/src/test/java/org.apache.samza.test.util, but it is actually not a util file and the location is not intuitive
> * Moving StreamAssert.java to samza-test/src/MAIN/java/org.apache.samza.test.framework
> * Updating relevant gradle configuration to make this change viable 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)