goqu icon indicating copy to clipboard operation
goqu copied to clipboard

Cannot run tests

Open slessard opened this issue 2 years ago • 0 comments

Describe the bug I'm planing to fork this repo to add a new feature. Before doing so I cloned this repo and tried to run the tests just to verify everything is working correctly BEFORE I make any changes.

To Reproduce I saw the instructions to run the tests so I ran this command on my Mac.

MYSQL_VERSION=8 POSTGRES_VERSION=13.4 SQLSERVER_VERSION=2017-CU8-ubuntu GO_VERSION=latest docker-compose run goqu

The results were not good.

Starting goqu_sqlserver_1 ... done
Creating goqu_goqu_run    ... done
wait-for-it.sh: waiting 15 seconds for postgres:5432
wait-for-it.sh: postgres:5432 is available after 0 seconds
wait-for-it.sh: waiting 15 seconds for mysql:3306
wait-for-it.sh: mysql:3306 is available after 0 seconds
/go/src/github.com/doug-martin/goqu/wait-for-it.sh: line 179: /go/src/github.com/doug-martin/goqu/go test -v -race ./...: No such file or directory
ERROR: 127

Expected behavior Tests are run and complete successfully

Dialect:

  • [x] postgres
  • [x] mysql
  • [x] sqlite3

Additional context I am running: Docker Desktop 4.8.2 (79419) Engine: 20.10.14 Compose: 1.29.2 Kubernetes: v1.24.0 Credential Helper: v0.6.4 Snyk: v1.827.0

slessard avatar Jul 08 '22 20:07 slessard