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 can take a bit of time to reproduce (i've had to do this a few times each reproduction), but an external ORM, the contributor to the ORM and I have hit it multiple times, so it is not a fluke.
Refs: #68363 (
ConcurrentTransactionTest#test_transaction_isolation__read_committed
, first hit Aug 12)Setup a table:
In shell 1, type:
In shell 2, run:
Back to shell 1:
Now in shell 2, we see a salary 200000, which is a dirty read (we never committed a salary of 200000):
This can take a bit of time to reproduce (i've had to do this a few times each reproduction), but an external ORM, the contributor to the ORM and I have hit it multiple times, so it is not a fluke.
Jira issue: CRDB-10701
The text was updated successfully, but these errors were encountered: