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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
May I ask why was this change introduced?
A test of mine is now failing because the database does not exist (which is what I am testing) and the tearDown process throws a SQLiteDatabaseDoesNotExistException exception.
To be clear, my test does not fail, i.e. my code works correctly when the database does not exist. But the test fails because an exception is thrown.
8636996
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My test suite runtime has changed from ~10 minutes to over 25 minutes between v11.36.1 and v11.37. I assume it is because of this change…
8636996
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask why was this change introduced?
A test of mine is now failing because the database does not exist (which is what I am testing) and the
tearDown
process throws aSQLiteDatabaseDoesNotExistException
exception.To be clear, my test does not fail, i.e. my code works correctly when the database does not exist. But the test fails because an exception is thrown.