Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use alpine images to make tests take less time #629

Merged
merged 7 commits into from
Jan 2, 2018
Merged

Commits on Jan 2, 2018

  1. Use retry func while trying to ping SQL datastore

     - implements retry func specifically for SQL datastore ping
     - fmt fixes
     - using sqlx.Db.PingContext instead of sqlx.Db.Ping
     - propogate context to SQL datastore
    denismakogon committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    e4cab71 View commit details
    Browse the repository at this point in the history
  2. Use alpine images to make tests take less time

     * use PG alpine
     * use Minio alpine
     * no official alpine distro for MySQL, uhhh :(
     * install swagger tool instead of docker image
     * use retry func to confirm that datastore is okay before running tests
    denismakogon committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    7cfec32 View commit details
    Browse the repository at this point in the history
  3. Store swagger tool at Fn during CI time

     somehow it's a problem to put binary to ${GOPATH}/bin
    denismakogon committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    2a6a3d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4eec1 View commit details
    Browse the repository at this point in the history
  5. Revert minio image

    denismakogon committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    e82f794 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47b1d6a View commit details
    Browse the repository at this point in the history
  7. Cleanup

    denismakogon committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    95021d0 View commit details
    Browse the repository at this point in the history