@@ -11,19 +11,19 @@ foreach ($test in $tests) {
1111}
1212
1313# SqlServer SA
14- $env: REPODB_SQLSERVER_CONSTR_MASTER = " Server=tcp:127.0.0.1,41433;Database=master;User ID=sa;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;TrustServerCertificate=True;"
14+ $env: REPODB_SQLSERVER_CONSTR_MASTER = " Server=tcp:127.0.0.1,41433;Database=master;User ID=sa;Password=RepoDB2026 ;TrustServerCertificate=True;"
1515# RepoDb common integration tests
16- $env: REPODB_SQLSERVER_CONSTR_REPODB = " Server=tcp:127.0.0.1,41433;Database=RepoDb;User ID=sa;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;TrustServerCertificate=True;"
16+ $env: REPODB_SQLSERVER_CONSTR_REPODB = " Server=tcp:127.0.0.1,41433;Database=RepoDb;User ID=sa;Password=RepoDB2026 ;TrustServerCertificate=True;"
1717# SqlServer Tests
18- $env: REPODB_SQLSERVER_CONSTR_REPODBTEST = " Server=tcp:127.0.0.1,41433;Database=RepoDbTest;User ID=sa;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;TrustServerCertificate=True;"
19- $env: REPODB_POSTGRESQL_CONSTR_POSTGRESDB = " Server=127.0.0.1;Port=45432;Database=postgres;User Id=postgres;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;"
20- $env: REPODB_POSTGRESQL_CONSTR = " Server=127.0.0.1;Port=45432;Database=RepoDb;User Id=postgres;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;"
21- $env: REPODB_POSTGRESQL_CONSTR_BULK = " Server=127.0.0.1;Port=45432;Database=RepoDbBulk;User Id=postgres;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;"
22- $env: REPODB_MYSQL_CONSTR_SYS = " Server=127.0.0.1;Port=43306;Database=sys;User ID=root;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;"
18+ $env: REPODB_SQLSERVER_CONSTR_REPODBTEST = " Server=tcp:127.0.0.1,41433;Database=RepoDbTest;User ID=sa;Password=RepoDB2026 ;TrustServerCertificate=True;"
19+ $env: REPODB_POSTGRESQL_CONSTR_POSTGRESDB = " Server=127.0.0.1;Port=45432;Database=postgres;User Id=postgres;Password=RepoDB2026 ;"
20+ $env: REPODB_POSTGRESQL_CONSTR = " Server=127.0.0.1;Port=45432;Database=RepoDb;User Id=postgres;Password=RepoDB2026 ;"
21+ $env: REPODB_POSTGRESQL_CONSTR_BULK = " Server=127.0.0.1;Port=45432;Database=RepoDbBulk;User Id=postgres;Password=RepoDB2026 ;"
22+ $env: REPODB_MYSQL_CONSTR_SYS = " Server=127.0.0.1;Port=43306;Database=sys;User ID=root;Password=RepoDB2026 ;"
2323# Mysql Tests
24- $env: REPODB_MYSQL_CONSTR_REPODB = " Server=127.0.0.1;Port=43306;Database=RepoDb;User ID=root;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;"
24+ $env: REPODB_MYSQL_CONSTR_REPODB = " Server=127.0.0.1;Port=43306;Database=RepoDb;User ID=root;Password=RepoDB2026 ;"
2525# MySqlConnector Tests
26- $env: REPODB_MYSQL_CONSTR_REPODBTEST = " Server=127.0.0.1;Port=43306;Database=RepoDbTest;User ID=root;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2 ;"
26+ $env: REPODB_MYSQL_CONSTR_REPODBTEST = " Server=127.0.0.1;Port=43306;Database=RepoDbTest;User ID=root;Password=RepoDB2026 ;"
2727
2828dotnet test $test -f $framework -- no- build - p:TestingPlatformShowTestsFailure= true - p:TestingPlatformCaptureOutput= false
2929if (-not $? ){
0 commit comments