You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2014/10/08 00:01:45 UTC

[1/2] git commit: STORM-502. storm native worker-launcher tests fail.

Repository: storm
Updated Branches:
  refs/heads/security fce22a7d4 -> 4788c7ece


STORM-502. storm native worker-launcher tests fail.


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

Branch: refs/heads/security
Commit: 02f6db5783f75a88ba305430991f6fda0bfc7b1a
Parents: 5f3a3a9
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Mon Sep 22 11:16:45 2014 -0700
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Mon Sep 22 11:16:45 2014 -0700

----------------------------------------------------------------------
 storm-core/src/native/worker-launcher/test/test-worker-launcher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/02f6db57/storm-core/src/native/worker-launcher/test/test-worker-launcher.c
----------------------------------------------------------------------
diff --git a/storm-core/src/native/worker-launcher/test/test-worker-launcher.c b/storm-core/src/native/worker-launcher/test/test-worker-launcher.c
index 412e922..7294511 100644
--- a/storm-core/src/native/worker-launcher/test/test-worker-launcher.c
+++ b/storm-core/src/native/worker-launcher/test/test-worker-launcher.c
@@ -97,7 +97,7 @@ int write_config_file(char *file_name) {
     return EXIT_FAILURE;
   }
   fprintf(file, "banned.users=bannedUser\n");
-  fprintf(file, "min.user.id=1000\n");
+  fprintf(file, "min.user.id=%d\n",getuid());
   fclose(file);
   return 0;
 }


[2/2] git commit: Merge branch 'STORM-502' of https://github.com/harshach/incubator-storm into STORM-502-merge

Posted by da...@apache.org.
Merge branch 'STORM-502' of https://github.com/harshach/incubator-storm into STORM-502-merge

STORM-502. storm native worker-launcher tests fail.


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

Branch: refs/heads/security
Commit: 4788c7ecebefb670c1dbe85a32ed26bd85c4e807
Parents: fce22a7 02f6db5
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Tue Oct 7 16:27:56 2014 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Tue Oct 7 16:27:56 2014 -0500

----------------------------------------------------------------------
 storm-core/src/native/worker-launcher/test/test-worker-launcher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------