You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2017/06/02 02:16:25 UTC

samza git commit: Update RELEASE documentation to include steps related to integration tests

Repository: samza
Updated Branches:
  refs/heads/master d9bf8256f -> e565856aa


Update RELEASE documentation to include steps related to integration tests


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/e565856a
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/e565856a
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/e565856a

Branch: refs/heads/master
Commit: e565856aa15169f21b1764374f22aa53fb40c40c
Parents: d9bf825
Author: vjagadish1989 <jv...@linkedin.com>
Authored: Thu Jun 1 19:13:48 2017 -0700
Committer: vjagadish1989 <jv...@linkedin.com>
Committed: Thu Jun 1 19:13:48 2017 -0700

----------------------------------------------------------------------
 RELEASE.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/e565856a/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index 8cb9863..637f44f 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -23,8 +23,11 @@ Before you start, here are a few prerequisite steps that would be useful later:
 And before you proceed, do the following steps:
 
    * create a branch $VERSION from the latest master branch
+   * checkout the $VERSION branch
    * update the gradle.property s.t. the following property is $VERSION w/o the suffix '-SNAPSHOT':
       version=$VERSION
+   * change the samza_executable variable in samza-test/src/main/python/configs/tests.json to point to a Samza version w/o the suffix '-SNAPSHOT'
+   * push the changes to the $VERSION branch
 
 Validate that all Samza source files have proper license information in their header.