Tests in SqliteCommandTest are flaky
Open
area-sqlite
area-test
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Flaky tests:
- `ExecuteReader_retries_when_locked`
- `ExecuteReader_retries_when_busy`
- `ExecuteScalar_throws_when_busy_with_returning`
- `ExecuteNonQuery_throws_when_busy_with_returning`
- `ExecuteReader_throws_when_busy_with_returning`
- `ExecuteReader_throws_when_busy_with_returning_while_draining`
Error:
> Microsoft.Data.Sqlite.SqliteException : SQLite Error 1: 'no such table: Data'.
These failures don't seem to be platform-specific.
Contributor guide
Assessment
This issue has not been assessed yet.