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 test fails because of Javascript driver doesn't validate the tx before send it to the tx function.
In this case, the transaction could be in a failed state when `tx.run` get called and it produces the
`DriverError : : Cannot run query in this transaction, because it has been rolled back either because of an error or explicit termination. (N/A)`.
This errant behaviour of the driver was fixed in the 5.0 with the TransactionPromise.
0 commit comments