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/02/06 23:40:44 UTC

samza git commit: Fix integration test config issue in 0.12 release candidate

Repository: samza
Updated Branches:
  refs/heads/master 1f4a59328 -> e57b4a342


Fix integration test config issue in 0.12 release candidate


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

Branch: refs/heads/master
Commit: e57b4a342b4b60c1b8f8db1d088325921814b207
Parents: 1f4a593
Author: vjagadish1989 <jv...@linkedin.com>
Authored: Mon Feb 6 15:39:56 2017 -0800
Committer: vjagadish1989 <jv...@linkedin.com>
Committed: Mon Feb 6 15:39:56 2017 -0800

----------------------------------------------------------------------
 samza-test/src/main/python/configs/tests.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/e57b4a34/samza-test/src/main/python/configs/tests.json
----------------------------------------------------------------------
diff --git a/samza-test/src/main/python/configs/tests.json b/samza-test/src/main/python/configs/tests.json
index 8feb5b9..5dcb724 100644
--- a/samza-test/src/main/python/configs/tests.json
+++ b/samza-test/src/main/python/configs/tests.json
@@ -1,5 +1,5 @@
 {
-  "samza_executable": "samza-test_2.10-0.11.0-SNAPSHOT.tgz",
+  "samza_executable": "samza-test_2.11-0.12.0.tgz",
   "samza_install_path": "deploy/smoke_tests",
   "samza_config_factory": "org.apache.samza.config.factories.PropertiesConfigFactory"
 }