Commit b2be696
committed
fix: resolve SQL Server container initialization issues in GitHub Actions
- Added MSSQL_PID='Developer' to specify SQL Server edition
- Added MSSQL_MEMORY_LIMIT_MB='2048' to set explicit memory limit
- Updated sqlcmd path to /opt/mssql-tools18/bin/sqlcmd for SQL Server 2022
- Added -No flag to sqlcmd to disable certificate validation
- Increased health check intervals and added 30s start period
- Added wait step to ensure SQL Server is ready before running tests
- Used netcat to check port availability instead of docker exec1 parent bc4ac4f commit b2be696
1 file changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
93 | 108 | | |
94 | 109 | | |
0 commit comments