Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mobject-store
Commits
e235dcb6
Commit
e235dcb6
authored
Nov 01, 2017
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get the connect test to start servers
parent
106bd3b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
tests/mobject-connect-test.sh
tests/mobject-connect-test.sh
+22
-0
No files found.
tests/mobject-connect-test.sh
View file @
e235dcb6
#!/bin/bash -x
if
[
-z
$srcdir
]
;
then
echo
srcdir variable not set.
exit
1
fi
if
[
-z
"
$MKTEMP
"
]
;
then
echo
expected MKTEMP variable defined to its respective
command
exit
1
fi
source
$srcdir
/tests/mobject-test-util.sh
TEST_DIR
=
`
$MKTEMP
-d
/tmp/mobject-connect-test-XXXXXX
`
CLUSTER_GID_FILE
=
$TEST_DIR
/cluster.gid
# start 1 server with 2 second wait, 20s timeout
mobject_test_start_servers 1 2 20
$CLUSTER_GID_FILE
wait
# cleanup
rm
-rf
$TEST_DIR
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment