graphql-engine/docker-compose/sqlserver/entrypoint.sh
Chris Done 15071a3bc9 Add SQL Server & Citus to hspec test suite harness and a BasicFields test for each
Relates to https://github.com/hasura/graphql-engine/issues/7755

This includes:

1. SQL Server
2. Citus

And removes the persistent-based testing in favor of duplicating the schema setup, data insertion and teardown.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3030
Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com>
GitOrigin-RevId: ab03e68436d2ae07a9ddeb5a499ff41e48d0e2d6
2021-12-30 11:01:43 +00:00

8 lines
175 B
Bash
Executable File

#!/bin/bash
# Run init-script with long timeout - and make it run in the background
bash /run-init.sh &
# Start SQL server, quitely
/opt/mssql/bin/sqlservr 2>&1 > /dev/null