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
Out of curiosity, why is the Update test not required to be transactional? It seems like that makes it much less realistic -- I doubt that anyone is doing read-updates outside of a transaction in real life. And exercising the framework's transaction support seems like a good thing.