Skip to content

Refactor BuiltInDataTypes #27650

@roji

Description

@roji

This build of #27634 failed because I've added the UTF8 collation LATIN1_GENERAL_100_CI_AS_SC_UTF8 to BuiltInDataTypesSqlServerTest, but that only exists in SQL Server 2019. I think this means our Windows build uses an older SQL Server (note that the Helix build passed). Without the UTF8 collation the tests fail.

I can ignore the whole test suite unless SQL Server 2019 is available, but that's not ideal.

Note: we should consider refactoring the BuiltInDataTypes tests to have individual tests per data type (with theories). This would allow ignoring tests for specific types/scenarios (I have issues in Npgsql as well), and would make it easier to manage (updating all the parameter names when something is added is awful).

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions