createdb_sql = parse_sql('createdb.sql') File "testcases.py", line 50, in parse_sql sql = open(filename, 'r', encoding = 'utf8') FileNotFoundError: [Errno 2] No such file or directory: 'createdb.sql'
section_end:1595839587:build_script
section_start:1595839587:after_script
SQL Server 2019 will run as non-root by default. This container is running as user mssql. Your master database file is owned by mssql. To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.