Fresh GDK install has an empty test database

Overview

When installing a fresh GDK install, the test database is empty which prevents the running of RSpec tests. Doing a gdk update will populate the test database with the correct schema.

Whatever GDK update is doing should also be done in the initial install.

Impacted categories

The following categories relate to this issue:

Steps to replicate (optional)

  1. Create a new GDK install using the one-line installation method
  2. gdk start
  3. gdk psql
  4. \c gitlabhq_test
  5. \d - Did not find any relations.

Environment (optional)

  • Operating system name: <!-- output of `uname -a` command -->
  • Architecture: <!-- output of `arch` or `uname -m` command -->
  • The contents of your gdk.yml (if any)
  • Ruby version: <!-- output of `ruby --version` command -->
  • GDK version: <!-- output of `git rev-parse --short HEAD` command -->