-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tests failing in Microsoft.Data.Sqlite on unchanged clone #35424
Comments
For CI builds we're using this image at the moment. Maybe it's time to update to newer image (#35437). @roji do you have Sequoia 15.2 on your machine? Can you try it on your side? |
Yeah, I have Sequoia 15.2, doing
|
Running on 15 as part of CI (#35440) fails with same tests failing. I'll try to investigate. |
At least on our CI only @davemateer Can you check what version you have in your system? I'll keep working. |
Doing |
You can run |
Sorry, my bad - above I accidentally ran the EF SQLite tests, not the M.D.Sqlite ones. Running the
... I indeed get the "SQL logic error" reported here; so this reproes here. The version report from the test ServerVersion_returns_value is 3.43.2. Let me know how else I can help! |
Assuming I am checking correctly, and there aren't multiple versions that could be loaded, I'm running 3.43.2:
Getting the latest via homebrew and changing the PATH in the terminal did not make a difference:
Same errors, unfortunately. |
I'm looking to potentially get involved contributing this year, but am having a little trouble getting started. I have gone through the documents on getting set up, and while the build completes without errors, I am getting 9 failed tests before making any code changes. I'm sure this is just something on my local machine, but am having trouble determining what the issue might be.
All failing tests are in Microsoft.Data.Sqlite.sqlite3.Tests, and look to be pretty much all
Microsoft.Data.Sqlite.SqliteBlobTest.Read_works
,Microsoft.Data.Sqlite.SqliteBlobTest.Write_works
, andMicrosoft.Data.Sqlite.SqliteDataReaderTest.GetTextReader_works_streaming
tests. The same exception is being thrown for all of them:Here is a representative stack trace:
In case it makes a difference, I am working on MacOS Sequoia 15.2 (M2 Chip), and as of the time this issue was written, commit
c434d6cc793f5157a677bc08b7743dbdaf14393c
The text was updated successfully, but these errors were encountered: