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

System.Data.Common.Tests fail on android #36841

Closed
15 tasks
steveisok opened this issue May 21, 2020 · 3 comments
Closed
15 tasks

System.Data.Common.Tests fail on android #36841

steveisok opened this issue May 21, 2020 · 3 comments

Comments

@steveisok
Copy link
Member

steveisok commented May 21, 2020

These tests fail on android:

  • System.Data.Common.DbProviderFactoriesTests.RegisterFactoryWithTypeNameTest
  • System.Data.Common.DbProviderFactoriesTests.TryGetFactoryTest
  • DbProviderFactoriesTests.RegisterFactoryWithAssemblyQualifiedNameTest
  • System.Data.Common.DbProviderFactoriesTests.RegisterFactoryWithInstanceTest
  • System.Data.Common.DbProviderFactoriesTests.RegisterFactoryWithBadInvariantNameTest
  • System.Data.Common.DbProviderFactoriesTests.GetProviderInvariantNamesTest
  • System.Data.Common.DbProviderFactoriesTests.GetFactoryWithDbConnectionTest
  • DbProviderFactoriesTests.ReplaceFactoryWithRegisterFactoryWithTypeTest
  • System.Data.Common.DbProviderFactoriesTests.UnregisterFactoryTest
  • System.Data.Common.DbProviderFactoriesTests.GetFactoryWithInvariantNameTest
  • System.Data.Common.DbProviderFactoriesTests.RegisterFactoryWithTypeTest
  • DbProviderFactoriesTests.RegisterFactoryWithWrongAssemblyQualifiedNameTest
  • System.Data.Common.DbProviderFactoriesTests.RegisterFactoryWithWrongTypeTest
  • System.Data.Common.DbProviderFactoriesTests.GetFactoryWithDataRowTest
  • System.Data.Tests.FacadeTest.TestSystemData(typeName: "Microsoft.SqlServer.Server.SqlMetaData")

All fail with:

System.IO.FileNotFoundException : Could not load file or assembly 'System.Data.SqlClient, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

or

System.TypeLoadException : Could not load type 'Microsoft.SqlServer.Server.SqlMetaData' from assembly 'System.Data, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
@ajcvickers
Copy link
Member

Moving to the SqlClient area since the tests are attempting to load SQL-specific assemblies.

@ajcvickers
Copy link
Member

/cc @cheenamalhotra

@marek-safar marek-safar added this to the 6.0.0 milestone Jun 24, 2020
@marek-safar marek-safar removed the untriaged New issue has not been triaged by the area owner label Jun 24, 2020
@mdh1418
Copy link
Member

mdh1418 commented Mar 31, 2021

These are no longer failing on x64, x86, or arm64 based on #50095

@mdh1418 mdh1418 closed this as completed Mar 31, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants