Skip to content

Commit

Permalink
Fixes error found by gofuzz and reports line-column numbers for lexer…
Browse files Browse the repository at this point in the history
…/parser errors (#2914)
  • Loading branch information
Lucas Wang authored Jan 22, 2019
1 parent f115de2 commit 2129101
Show file tree
Hide file tree
Showing 10 changed files with 327 additions and 264 deletions.
2 changes: 1 addition & 1 deletion contrib/scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function restartCluster {
basedir=$GOPATH/src/github.com/dgraph-io/dgraph
pushd $basedir/dgraph >/dev/null
go build . && go install . && md5sum dgraph $GOPATH/bin/dgraph
docker ps -a --filter label="cluster=test" --format "{{.Names}}" | xargs docker rm -f
docker ps -a --filter label="cluster=test" --format "{{.Names}}" | xargs -r docker rm -f
docker-compose -f $compose_file up --force-recreate --remove-orphans --detach
popd >/dev/null

Expand Down
Loading

0 comments on commit 2129101

Please sign in to comment.