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
chore(x-goog-spanner-request-id): plumb for BatchCreateSessions (#3815)
* chore(x-goog-spanner-request-id): plumb for BatchCreateSessions
This change plumbs x-goog-spanner-request-id into BatchCreateSessions
and asserts that the header is present for that method.
Updates #3537
* test: fix failing test cases
* Add setRequestIdCreator inside session tests
* Plumb in test for DatabaseClientImpl.runWithSessionRetry behavior
* Remove unnecessary debugs
* Address review feedback
* More code review updates
* Ensure that requestIdCreator is non-null
* More code review updates
* More updates
* DatabaseClientImpl.runWithSessionRetry update on ID
* Move reqId attempt increase out of runWithRetries
* Apply allOptions copy everywhere
* Update tests for createMultiplexedSession
* chore(x-goog-spanner-request-id): plumb for BatchCreateSessions
This change plumbs x-goog-spanner-request-id into BatchCreateSessions
and asserts that the header is present for that method.
Updates #3537
* test: fix failing test cases
* Add setRequestIdCreator inside session tests
* Remove unnecessary debugs
* Address review feedback
* More code review updates
* More code review updates
More updates
DatabaseClientImpl.runWithSessionRetry update on ID
Move reqId attempt increase out of runWithRetries
Apply allOptions copy everywhere
Complete testrunWithSessionRetry_withRequestId
* chore: fix failing test cases
---------
Co-authored-by: Knut Olav Løite <[email protected]>
0 commit comments