Skip to content

Commit 6b452a0

Browse files
committed
Add new test configurations for MySQL
1 parent 59976df commit 6b452a0

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

Orm/Xtensive.Orm.Tests.Framework/Orm.config

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,30 @@
9696
<domain name="mysql80"
9797
connectionUrl="mysql://dotest:dotest@localhost:3380/dotest" />
9898

99+
<domain name="mysql81"
100+
connectionUrl="mysql://dotest:dotest@localhost:3381/dotest" />
101+
102+
<domain name="mysql82"
103+
connectionUrl="mysql://dotest:dotest@localhost:3382/dotest" />
104+
105+
<domain name="mysql83"
106+
connectionUrl="mysql://dotest:dotest@localhost:3383/dotest" />
107+
108+
<domain name="mysql84"
109+
connectionUrl="mysql://dotest:dotest@localhost:3384/dotest" />
110+
111+
<domain name="mysql90"
112+
connectionUrl="mysql://dotest:dotest@localhost:3390/dotest" />
113+
114+
<domain name="mysql91"
115+
connectionUrl="mysql://dotest:dotest@localhost:3391/dotest" />
116+
117+
<domain name="mysql92"
118+
connectionUrl="mysql://dotest:dotest@localhost:3392/dotest" />
119+
120+
<domain name="mysql93"
121+
connectionUrl="mysql://dotest:dotest@localhost:3393/dotest" />
122+
99123
<domain name="firebird25"
100124
connectionUrl="firebird://dotest:dotest@localhost:3050/dotest" />
101125

@@ -203,6 +227,30 @@
203227
<domain name="mysql80cs" provider="mysql"
204228
connectionString="Server=localhost;Port=3380;Database=dotest;Uid=dotest;Pwd=dotest" />
205229

230+
<domain name="mysql81cs" provider="mysql"
231+
connectionString="Server=localhost;Port=3381;Database=dotest;Uid=dotest;Pwd=dotest" />
232+
233+
<domain name="mysql82cs" provider="mysql"
234+
connectionString="Server=localhost;Port=3382;Database=dotest;Uid=dotest;Pwd=dotest" />
235+
236+
<domain name="mysql83cs" provider="mysql"
237+
connectionString="Server=localhost;Port=3383;Database=dotest;Uid=dotest;Pwd=dotest" />
238+
239+
<domain name="mysql84cs" provider="mysql"
240+
connectionString="Server=localhost;Port=3384;Database=dotest;Uid=dotest;Pwd=dotest" />
241+
242+
<domain name="mysql90cs" provider="mysql"
243+
connectionString="Server=localhost;Port=3390;Database=dotest;Uid=dotest;Pwd=dotest" />
244+
245+
<domain name="mysql91cs" provider="mysql"
246+
connectionString="Server=localhost;Port=3391;Database=dotest;Uid=dotest;Pwd=dotest" />
247+
248+
<domain name="mysql92cs" provider="mysql"
249+
connectionString="Server=localhost;Port=3392;Database=dotest;Uid=dotest;Pwd=dotest" />
250+
251+
<domain name="mysql93cs" provider="mysql"
252+
connectionString="Server=localhost;Port=3393;Database=dotest;Uid=dotest;Pwd=dotest" />
253+
206254
<domain name="firebird25cs" provider="firebird"
207255
connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" />
208256

0 commit comments

Comments
 (0)