Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ test: env vendor
go test -covermode=atomic -count 1 -race -timeout 2m $(GO_TEST_EXTRA) $(GO_TEST_PATH)

test-cluster: env
TEST_PSMDB_VERSION=$(TEST_PSMDB_VERSION) \
docker-compose up \
--detach \
--force-recreate \
Expand Down
2 changes: 1 addition & 1 deletion setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export GOCACHE=off
export GOLANG_DOCKERHUB_TAG=1.10-stretch
export AWS_REGION=us-west-2

export TEST_PSMDB_VERSION=latest
export TEST_PSMDB_VERSION=3.6
export TEST_MONGODB_ADMIN_USERNAME=admin
export TEST_MONGODB_ADMIN_PASSWORD=admin123456
export TEST_MONGODB_USERNAME=test
Expand Down