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:
-
gdk-reliability - e.g. When a GDK action fails to complete. -
gdk-usability - e.g. Improvements or suggestions around how the GDK functions. -
gdk-performance - e.g. When a GDK action is slow or times out.
Steps to replicate (optional)
- Create a new GDK install using the one-line installation method
gdk startgdk psql\c gitlabhq_test-
\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 -->