-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
Description
Run the SideBySide tests against MySQL Server 8.0.1; DataTypes.QueryBinaryGuid(false) fails:
Failed SideBySide.DataTypes.QueryBinaryGuid(oldGuids: False)
Error Message:
Assert.Equal() Failure
Expected: typeof(System.Guid)
Actual: typeof(string)
Stack Trace:
at SideBySide.DataTypes.QueryBinaryGuid(Boolean oldGuids) in MySqlConnector\tests\SideBySide\DataTypes.cs:line 346
Note that this failure doesn't happen when running just the QueryBinaryGuid tests, nor when setting csb.MaximumPoolSize = 1234; in the test, which indicates it may be related to pulling an existing connection from the pool.
The failure also doesn't reproduce when using MySql.Data 6.9.9.
Reactions are currently unavailable