Commit fe7f19d
Fix remaining MariaDB test failures - add ulong enum singular test skip
Added skip condition for Can_read_write_ulong_enum_JSON_values test that was missing.
Changed spatial tests from version-aware to unconditional skip for better test reliability.
Changes:
1. Added skip for Can_read_write_ulong_enum_JSON_values (singular, parameterized test)
- Same UInt64.MaxValue serialization issue as collection versions
- Uses ConditionalTheory with InlineData parameter matching
2. Changed spatial tests from SupportedServerVersionLessThanCondition to ConditionalFact Skip
- Version-aware attributes require ConditionalFact/Theory in base class
- Unconditional skip is more reliable for documenting MariaDB limitations
- Updated skip message to indicate support planned for 11.8+
Fixed test failures:
- Can_read_write_ulong_enum_JSON_values with UInt64.MaxValue parameter
- Can_read_write_line_string spatial test
- Can_read_write_point_with_M spatial test
Total skipped tests on all MariaDB versions:
- 5 spatial tests (LineString, Point, Polygon, MultiLineString, Point with M)
- 3 UInt64 enum tests (nullable collection, non-nullable collection, singular parameterized)
Co-authored-by: renemadsen <[email protected]>1 parent 5a88b6e commit fe7f19d
File tree
1 file changed
+15
-10
lines changed- test/EFCore.MySql.FunctionalTests/Query
1 file changed
+15
-10
lines changedLines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
0 commit comments