File tree 2 files changed +2
-3
lines changed
Orm/Xtensive.Orm.Tests.Framework
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
- uses : ikalnytskyi/action-setup-postgres@v6
23
23
- name : Init Test DB
24
24
run : |
25
- echo 127.0.0.1 pghost >>/etc/hosts
26
25
createuser dotest
27
26
createdb --owner dotest dotest
28
27
psql -c "ALTER USER dotest WITH PASSWORD 'dotest' SUPERUSER"
Original file line number Diff line number Diff line change 73
73
connectionUrl =" postgresql://dotest:dotest@localhost:54150/dotest" />
74
74
75
75
<domain name =" pgsql160"
76
- connectionUrl =" postgresql://dotest:dotest@pghost :5432/dotest" />
76
+ connectionUrl =" postgresql://dotest:dotest@localhost :5432/dotest" />
77
77
78
78
<domain name =" oracle10"
79
79
connectionUrl =" oracle://dotest:dotest@localhost:5510/ora10" />
171
171
connectionString =" HOST=localhost;PORT=54150;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
172
172
173
173
<domain name =" pgsql160cs" provider =" postgresql"
174
- connectionString =" HOST=pghost ;PORT=5432;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
174
+ connectionString =" HOST=localhost ;PORT=5432;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
175
175
176
176
<domain name =" oracle10cs" provider =" oracle"
177
177
connectionString =" DATA SOURCE=" (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=5510))(CONNECT_DATA=(SERVICE_NAME=ora10)))" ;USER ID=dotest;PASSWORD=dotest" />
You can’t perform that action at this time.
0 commit comments