-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Spanner 1.0.0 Release #4846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spanner 1.0.0 Release #4846
Conversation
|
Updated the changelog slightly, as the gapic changes happened during the last release. |
|
@jonparrott Should I squash it on my end and repush? otherwise it'd be hard to tag? |
|
nah we'll squash on merge. |
|
@chemelnucfin the system tests in the tag build failed https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/5408 this seems to just be due to flakiness considering it passed on Python 3.6, so I'm going to manually push the library to pypi, but could you take a look at the test? |
|
on it. |
|
It might be a server issue as my tests pass. I'll see if it can be retried on that error. |
|
sounds good. thank you.
…On Wed, Feb 7, 2018 at 10:42 AM chemelnucfin ***@***.***> wrote:
It might be a server issue as my tests pass. I'll see if it can be retried
on that error.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#4846 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPUc1ZgdoUg4zvWqx1Bhx-b4Cs7IFZbks5tSe6igaJpZM4R8N8k>
.
|
|
looks like the test retries on ServerErrors, which does not retry on ClientError which 409 is... |
Thanks @jonparrott.