| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| @pytest.mark.skip("Spanner doesn't support auto increment") | ||
| def test_autoclose_on_insert(self): | ||
| pass |
Sorry, something went wrong.
There was a problem hiding this comment.
I have tried multiple times, but it failed every time, the test is related to auto increment which spanner doesn't support. To pass this need to fill id manually which break the meaning of test.
Sorry, something went wrong.
There was a problem hiding this comment.
I don't think its flaky as in create table sql define NOT NULL to id column. CREATE TABLE autoinc_pk (id INT64 NOT NULL, data STRING(50)\n) PRIMARY KEY (id). Hence override the test and also enable and override the other related advance test.
Sorry, something went wrong.
…n-spanner-sqlalchemy into autoincrement_on_insert
| Back | FazBrowse Home | New Git URL |
No description provided.