Commit fe455fb
committed
tests(Spanner): Fix flakes in PooledSessionTests.
When using ForPartsOf NSubstitute calls the base methods, even on setup. Our base client SpannerClient implements all methods by throwing NotImplementedException. It seems there are cases where NSubstitute does not gracefully handle the exception.1 parent 0be97a7 commit fe455fb
File tree
2 files changed
+2
-1
lines changed- apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.Tests/V1
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments