-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
95 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
env GLOG_logtostderr | ||
env GLOG_minloglevel 0 | ||
env GLOG_logbufsecs 0 | ||
|
||
tcp-port 1982 1983 1984 1985 1986 | ||
tcp-port 2012 2013 2014 2015 2016 | ||
|
||
run mkdir coord0 coord1 coord2 coord3 coord4 | ||
run mkdir daemon0 daemon1 daemon2 daemon3 daemon4 | ||
|
||
daemon hyperdex coordinator --foreground --data=coord0 --listen 127.0.0.1 --listen-port 1982 | ||
run replicant server-status --host 127.0.0.1 --port 1982 | ||
daemon hyperdex coordinator --foreground --data=coord1 --listen 127.0.0.1 --listen-port 1983 --connect-port 1982 | ||
run replicant server-status --host 127.0.0.1 --port 1983 | ||
daemon hyperdex coordinator --foreground --data=coord2 --listen 127.0.0.1 --listen-port 1984 --connect-port 1983 | ||
run replicant server-status --host 127.0.0.1 --port 1984 | ||
daemon hyperdex coordinator --foreground --data=coord3 --listen 127.0.0.1 --listen-port 1985 --connect-port 1984 | ||
run replicant server-status --host 127.0.0.1 --port 1985 | ||
daemon hyperdex coordinator --foreground --data=coord4 --listen 127.0.0.1 --listen-port 1986 --connect-port 1985 | ||
run replicant server-status --host 127.0.0.1 --port 1986 | ||
|
||
daemon hyperdex daemon --foreground --data=daemon0 --listen 127.0.0.1 --listen-port 2012 --coordinator 127.0.0.1 --coordinator-port 1982 | ||
#run replicant server-status --host 127.0.0.1 --port 1982 | ||
daemon hyperdex daemon --foreground --data=daemon1 --listen 127.0.0.1 --listen-port 2013 --coordinator 127.0.0.1 --coordinator-port 1983 | ||
#run replicant server-status --host 127.0.0.1 --port 1983 | ||
daemon hyperdex daemon --foreground --data=daemon2 --listen 127.0.0.1 --listen-port 2014 --coordinator 127.0.0.1 --coordinator-port 1984 | ||
#run replicant server-status --host 127.0.0.1 --port 1984 | ||
daemon hyperdex daemon --foreground --data=daemon3 --listen 127.0.0.1 --listen-port 2015 --coordinator 127.0.0.1 --coordinator-port 1985 | ||
#run replicant server-status --host 127.0.0.1 --port 1985 | ||
daemon hyperdex daemon --foreground --data=daemon4 --listen 127.0.0.1 --listen-port 2016 --coordinator 127.0.0.1 --coordinator-port 1986 | ||
#run replicant server-status --host 127.0.0.1 --port 1986 | ||
|
||
run sleep 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env gremlin | ||
include 5-node-cluster | ||
|
||
run python2 "${HYPERDEX_SRCDIR}"/test/doctest-runner.py "${HYPERDEX_SRCDIR}"/test/doc.async-ops.py 127.0.0.1 1982 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env gremlin | ||
include 5-node-cluster | ||
|
||
run python2 "${HYPERDEX_SRCDIR}"/test/doctest-runner.py "${HYPERDEX_SRCDIR}"/test/doc.atomic-ops.py 127.0.0.1 1982 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env gremlin | ||
include 5-node-cluster | ||
|
||
run python2 "${HYPERDEX_SRCDIR}"/test/doctest-runner.py "${HYPERDEX_SRCDIR}"/test/doc.authorization.py 127.0.0.1 1982 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env gremlin | ||
include 5-node-cluster | ||
|
||
run python2 "${HYPERDEX_SRCDIR}"/test/doctest-runner.py "${HYPERDEX_SRCDIR}"/test/doc.data-types.py 127.0.0.1 1982 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env gremlin | ||
include 5-node-cluster | ||
|
||
run python2 "${HYPERDEX_SRCDIR}"/test/doctest-runner.py "${HYPERDEX_SRCDIR}"/test/doc.documents.py 127.0.0.1 1982 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env gremlin | ||
include 5-node-cluster | ||
|
||
run python2 "${HYPERDEX_SRCDIR}"/test/doctest-runner.py "${HYPERDEX_SRCDIR}"/test/doc.quick-start.py 127.0.0.1 1982 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.