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
Hi again @victornoel and thank you for reporting back this issue. You were right to assume that this was indeed a bug. For the sake of consistency the InititializationPlugin should be given the same sort of connection as is provided to the tests. I have created a fix and will push it shortly. It should also solve #7, but keeps it open until you have confirmed it.
I understood that
InitializationPlugin.getConnection()
returnedConnection that
couldn't be closed for the duration of the test.But I noticed that when implementing
InitializationPlugin.connectionMade
, theConnection
that was passed to it could be closed.Is that on purpose? Could it be the reason behind #7?
The text was updated successfully, but these errors were encountered: