Skip to content

Commit

Permalink
update mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 7, 2024
1 parent d75d589 commit f7a28b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ services:
'/opt/mssql-tools18/bin/sqlcmd',
'-S',
'localhost',
'-No',
'-U',
'SA',
'-P',
Expand All @@ -84,4 +85,4 @@ services:
- bash
- -c
# https://docs.microsoft.com/en-us/sql/relational-databases/logs/control-transaction-durability?view=sql-server-ver15#bkmk_DbControl
- 'until /opt/mssql-tools18/bin/sqlcmd -S mssql -U sa -P Moleculer@Pass1234 -d master -Q "CREATE DATABASE bench_test; CREATE DATABASE db_int_test; CREATE DATABASE db_int_posts_1000; CREATE DATABASE db_int_posts_1001; CREATE DATABASE db_int_posts_1002; CREATE DATABASE db_int_posts_1003;"; do sleep 5; done'
- 'until /opt/mssql-tools18/bin/sqlcmd -C -S mssql -U sa -P Moleculer@Pass1234 -d master -No -Q "CREATE DATABASE bench_test; CREATE DATABASE db_int_test; CREATE DATABASE db_int_posts_1000; CREATE DATABASE db_int_posts_1001; CREATE DATABASE db_int_posts_1002; CREATE DATABASE db_int_posts_1003;"; do sleep 5; done'

0 comments on commit f7a28b4

Please sign in to comment.