Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dgraph
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
dgraph
Commits
a68cd599
Commit
a68cd599
authored
9 years ago
by
Manish R Jain
Browse files
Options
Downloads
Plain Diff
Merge branch 'dmuts'
parents
b779005e
6371ea2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
server/testrun.sh
+4
-3
4 additions, 3 deletions
server/testrun.sh
with
5 additions
and
4 deletions
Dockerfile
+
1
−
1
View file @
a68cd599
...
...
@@ -21,7 +21,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib"
# Install DGraph and update dependencies to right versions.
RUN
go get
-v
github.com/robfig/glock
&&
\
go get
-v
github.com/dgraph-io/dgraph/...
&&
\
glock
sync
github.com/dgraph-io/dgraph
&&
echo
"v0.2.
0
"
glock
sync
github.com/dgraph-io/dgraph
&&
echo
"v0.2.
2
"
# Run some tests, don't build an image if we're failing tests.
RUN
go
test
github.com/dgraph-io/dgraph/...
...
...
This diff is collapsed.
Click to expand it.
server/testrun.sh
+
4
−
3
View file @
a68cd599
go build
.
&&
./server
--instanceIdx
0
--mutations
~/dgraph/m0
--port
"8080"
--postings
~/dgraph/p0
--workers
":12345,:12346,:12347"
--uids
~/dgraph/uasync.final
--workerport
":12345"
&
go build
.
&&
./server
--instanceIdx
1
--mutations
~/dgraph/m1
--port
"8081"
--postings
~/dgraph/p1
--workers
":12345,:12346,:12347"
--workerport
":12346"
&
go build
.
&&
./server
--instanceIdx
2
--mutations
~/dgraph/m2
--port
"8082"
--postings
~/dgraph/p2
--workers
":12345,:12346,:12347"
--workerport
":12347"
&
dir
=
"/dgraph"
go build
.
&&
./server
--instanceIdx
0
--mutations
$dir
/m0
--port
"8080"
--postings
$dir
/p0
--workers
":12345,:12346,:12347"
--uids
$dir
/uasync.final
--workerport
":12345"
&
go build
.
&&
./server
--instanceIdx
1
--mutations
$dir
/m1
--port
"8081"
--postings
$dir
/p1
--workers
":12345,:12346,:12347"
--workerport
":12346"
&
go build
.
&&
./server
--instanceIdx
2
--mutations
$dir
/m2
--port
"8082"
--postings
$dir
/p2
--workers
":12345,:12346,:12347"
--workerport
":12347"
&
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment