Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove .net core 2.1 support #3441

Merged
merged 65 commits into from Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
60c225b
remove .net core 2.1 support
MaceWindu Feb 22, 2022
216d644
Merge remote-tracking branch 'origin/dev.v4' into infra/remove_netcor…
MaceWindu Feb 22, 2022
a985015
merge fixes
MaceWindu Feb 22, 2022
cc1a199
- remove pgsql 9 from CI test matrix
MaceWindu Feb 22, 2022
5c58397
test fixes
MaceWindu Feb 22, 2022
e5ccaf9
Merge remote-tracking branch 'origin/dev.v4' into infra/remove_netcor…
MaceWindu Feb 22, 2022
7e3b917
fix migrated json test
MaceWindu Feb 22, 2022
5fa32ba
mysql and pgsql test matrix update
MaceWindu Feb 23, 2022
75d8ef1
firebird tests update
MaceWindu Feb 23, 2022
d746cfa
sybase tests update
MaceWindu Feb 23, 2022
646325f
sql ce tests update
MaceWindu Feb 23, 2022
598fe58
sqlce netfx fix
MaceWindu Feb 23, 2022
9436a83
fix ifdef in tests
MaceWindu Feb 24, 2022
cee0550
sql server tests refactoring
MaceWindu Feb 24, 2022
ee901ea
fix tests
MaceWindu Feb 24, 2022
02cc606
fix odata netfx tests
MaceWindu Feb 24, 2022
943940a
proper fix
MaceWindu Feb 24, 2022
fe3646b
fix tests
MaceWindu Feb 24, 2022
c793ac8
access tests refactoring
MaceWindu Feb 25, 2022
1a6c19c
fix yml
MaceWindu Feb 25, 2022
eb8f317
fix test matrix
MaceWindu Feb 25, 2022
34e635b
fix typo, remove win2019 images
MaceWindu Feb 25, 2022
3650b1d
db2, informix, oracle, hana tests refactoring
MaceWindu Feb 25, 2022
1e2fbe1
refactor test jobs
MaceWindu Feb 25, 2022
dfb1cd0
typo
MaceWindu Feb 25, 2022
478526f
fix pipelines
MaceWindu Feb 25, 2022
2b86c44
another fix
MaceWindu Feb 25, 2022
2a429b7
fix yml
MaceWindu Feb 25, 2022
b423f2c
hate gibberish languages
MaceWindu Feb 25, 2022
3608978
typo
MaceWindu Feb 25, 2022
86fb35b
fix yml
MaceWindu Feb 25, 2022
e501480
1
MaceWindu Feb 25, 2022
d72d698
fix
MaceWindu Feb 25, 2022
b621186
fixes
MaceWindu Feb 25, 2022
2d95cac
refactor test pipelines
MaceWindu Feb 26, 2022
0b63598
typo
MaceWindu Feb 26, 2022
b39e35b
more fixes
MaceWindu Feb 26, 2022
65f9f00
re-add missing files
MaceWindu Feb 26, 2022
72f2748
fixes
MaceWindu Feb 26, 2022
2fa3a17
fix
MaceWindu Feb 26, 2022
f69c8c1
fix
MaceWindu Feb 26, 2022
3b9c852
fix
MaceWindu Feb 26, 2022
17452cd
fixes
MaceWindu Feb 26, 2022
7211e64
fix
MaceWindu Feb 26, 2022
88e3591
fix
MaceWindu Feb 26, 2022
4c1e3fe
another fix
MaceWindu Feb 26, 2022
db437e5
more fixes
MaceWindu Feb 26, 2022
ea5be2b
more fixes
MaceWindu Feb 26, 2022
caccf74
typo
MaceWindu Feb 26, 2022
f4d5e93
fixes
MaceWindu Feb 27, 2022
2bc5268
i know
MaceWindu Feb 27, 2022
63d5b04
fixes
MaceWindu Feb 27, 2022
b91e739
fixes
MaceWindu Feb 27, 2022
bb687f0
fix
MaceWindu Feb 27, 2022
86f0b6b
typos
MaceWindu Feb 27, 2022
79d2b13
fix
MaceWindu Feb 28, 2022
0eaacf9
fixes
MaceWindu Feb 28, 2022
4259c07
fix
MaceWindu Feb 28, 2022
dd8ddf2
fix
MaceWindu Feb 28, 2022
7e12f25
fix
MaceWindu Feb 28, 2022
c619d4b
typo
MaceWindu Feb 28, 2022
4b68121
fix
MaceWindu Feb 28, 2022
68c88c2
cleanup, reduce test load
MaceWindu Mar 1, 2022
8c98243
disable more tests to reduce execution times
MaceWindu Mar 1, 2022
a4b979b
disable more sqlserver tests
MaceWindu Mar 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions .runsettings
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<RunSettings>
<RunConfiguration>
<MaxCpuCount>0</MaxCpuCount>
<!--<TargetPlatform>x64</TargetPlatform>-->
</RunConfiguration>
<NUnit>
<AssemblySelectLimit>1000000</AssemblySelectLimit>
<ShadowCopyFiles>false</ShadowCopyFiles>
</NUnit>
</RunSettings>
186 changes: 84 additions & 102 deletions Build/Azure/README.md

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions Build/Azure/net472/access.ace.json
@@ -1,15 +1,21 @@
{
"NET472.Azure": {
"Providers": [
// Access with ACE OLE DB provider
"Access"
"Access",
"Access.Odbc"
],
"Connections": {
"Access": {
"ConnectionString": "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Database\\TestData.mdb;Locale Identifier=1033;Persist Security Info=True"
},
"Access.Data": {
"ConnectionString": "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Database\\Data\\TestData.mdb;Locale Identifier=1033;Persist Security Info=True"
},
"Access.Odbc": {
"ConnectionString": "Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=Database\\TestData.ODBC.mdb;ExtendedAnsiSQL=1"
},
"Access.Odbc.Data": {
"ConnectionString": "Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=Database\\TestData.ODBC.mdb;ExtendedAnsiSQL=1"
}
}
}
Expand Down
8 changes: 0 additions & 8 deletions Build/Azure/net472/access.json

This file was deleted.

@@ -1,6 +1,8 @@
{
"NET472.Azure": {
"Providers": [
// Access with Jet OLE DB provider
"Access",
"Access.Odbc"
],
"Connections": {
Expand Down
15 changes: 0 additions & 15 deletions Build/Azure/net472/access.odbc.ace.json

This file was deleted.

14 changes: 0 additions & 14 deletions Build/Azure/net472/mariadb.json

This file was deleted.

9 changes: 0 additions & 9 deletions Build/Azure/net472/mysql.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/mysql55.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql10.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql12.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql13.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql14.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql92.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql93.json

This file was deleted.

8 changes: 0 additions & 8 deletions Build/Azure/net472/pgsql95.json

This file was deleted.

@@ -1,8 +1,8 @@
{
"NET472.Azure": {
"Providers": [
// posgresql 11
"PostgreSQL.11"
"SQLite.Classic.MPU",
"SQLite.Classic.MPM"
]
}
}
7 changes: 4 additions & 3 deletions Build/Azure/net472/sqlite.json
@@ -1,13 +1,14 @@
{
"NET472.Azure": {
"Providers": [
// add it here, as we don't want separate job for it
// not sqlite, but should go somewhere
"TestNoopProvider",
// System.Data.SQLite
"SQLite.Classic",
"Northwind.SQLite",
"SQLite.Classic.MPU",
"SQLite.Classic.MPM"
// Microsoft.Data.SQLite
"SQLite.MS",
"Northwind.SQLite.MS"
]
}
}
9 changes: 0 additions & 9 deletions Build/Azure/net472/sqlite.ms.json

This file was deleted.

7 changes: 3 additions & 4 deletions Build/Azure/net472/sqlserver.2005.json
@@ -1,10 +1,9 @@
{
"NET472.Azure": {
"Providers": [
// SQL Server 2005 + generic sqlserver tests + northwind db tests
"SqlServer.2005",
// "Northwind", // FTS not awailable in default images, need to use custom one
//"SqlServer"
// disable to shorten test execution time
//"SqlServer.2005",
"SqlServer.2005.MS"
]
}
}
20 changes: 0 additions & 20 deletions Build/Azure/net472/sqlserver.2005.ms.json

This file was deleted.

7 changes: 3 additions & 4 deletions Build/Azure/net472/sqlserver.2008.json
@@ -1,10 +1,9 @@
{
"NET472.Azure": {
"Providers": [
// SQL Server 2008 + generic sqlserver tests + northwind db tests
"SqlServer.2008",
//"Northwind", // FTS not awailable in default images, need to use custom one
"SqlServer"
// disable to shorten test execution time
//"SqlServer.2008",
"SqlServer.2008.MS"
]
}
}
20 changes: 0 additions & 20 deletions Build/Azure/net472/sqlserver.2008.ms.json

This file was deleted.

7 changes: 3 additions & 4 deletions Build/Azure/net472/sqlserver.2012.json
@@ -1,10 +1,9 @@
{
"NET472.Azure": {
"Providers": [
// SQL Server 2012 + generic sqlserver tests + northwind db tests
"SqlServer.2012",
//"Northwind", // FTS not awailable in default images, need to use custom one
//"SqlServer"
// disable to shorten test execution time
//"SqlServer.2012",
"SqlServer.2012.MS"
]
}
}
20 changes: 0 additions & 20 deletions Build/Azure/net472/sqlserver.2012.ms.json

This file was deleted.

7 changes: 3 additions & 4 deletions Build/Azure/net472/sqlserver.2014.json
@@ -1,10 +1,9 @@
{
"NET472.Azure": {
"Providers": [
// SQL Server 2014 + generic sqlserver tests + northwind db tests
"SqlServer.2014",
//"Northwind", // FTS not awailable in default images, need to use custom one
//"SqlServer"
// disable to shorten test execution time
//"SqlServer.2014",
"SqlServer.2014.MS"
]
}
}
20 changes: 0 additions & 20 deletions Build/Azure/net472/sqlserver.2014.ms.json

This file was deleted.

7 changes: 3 additions & 4 deletions Build/Azure/net472/sqlserver.2016.json
@@ -1,10 +1,9 @@
{
"NET472.Azure": {
"Providers": [
// SQL Server 2016 + generic sqlserver tests + northwind db tests
"SqlServer.2016",
//"Northwind", // FTS not awailable in default images, need to use custom one
//"SqlServer"
// disable to shorten test execution time
//"SqlServer.2016",
"SqlServer.2016.MS"
]
}
}
20 changes: 0 additions & 20 deletions Build/Azure/net472/sqlserver.2016.ms.json

This file was deleted.