Skip to content

WIP: Populating a SQL database with RSpec results

George Koltsov requested to merge tmslvnkc/analytics/database_population into master

This is a script that uses the resulting RSpec files after a run, to extract any relevant information and with the help of the pg gem all data is send to a currently local docker SQL server. This is going to be changed before merge into a new GCP SQL server. Also this MR contains all the CREATE TABLE scripts that are there for reference but will be removed after the tables are created.

Related to https://gitlab.com/gitlab-org/quality/team-tasks/issues/289

Edited by George Koltsov

Merge request reports