You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. If that's true, this is probably a bug in the MySQL Adapter rather than in granite.
Yeah, i found it curious. If i do the specs in random order, it will freeze at different places, but always after a majority of specs are completed. I need to verify its not just my MySQL server or something local.
I found that after a certain amount of time/transactions (its unclear which one) spec tests will hang when running against a mysql server.
I was able to add debug and get this traced down to the
DB
adapter layer where it starts to read a packet but never completes:I was able to complete a full spec run only if i manually closed all the connections in the connection pool.
I will keep investigating.
The text was updated successfully, but these errors were encountered: