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
We see lots of different kinds of errors. Examples:
"Transaction aborted. Database schema probably changed during transaction, retry may succeed." link
Same as above except also with "InvalidArgument: 400 Column x is not present in table some_table [at 1:29]\nINSERT INTO some_table (id, x, y) VALUES (@a0, @A1, @a2)\n" link
Migration tests seem to be passing but there is always an error "Transaction is already committed" link
"FailedPrecondition: 400 Duplicate name in schema: noncol_idx_test_nopk" link
Steps to Reproduce the Problem
Create a PR and allow the CircleCI workflow to run.
The text was updated successfully, but these errors were encountered:
The first error seems familiar, I think it's already fixed by this PR: googleapis/python-spanner#345
I'll keep an eye on it, but after #345 was merged, I didn't get single Aborted failure yet.
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
Test suite should pass against prod.
Actual Behavior
We see lots of different kinds of errors. Examples:
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: