Uh oh!
There was an error while loading. Please reload this page.
spanner: Expand test coverage for ResultSets - #3717
Conversation
ResultSets coverage now at 99%.
| try { | ||
| rs.getStats(); | ||
| fail("Exception expected"); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| public void resultSetIteration() { | ||
| double dval = 1.2; | ||
| String s = "s"; | ||
| String byt = "101"; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| @@ -34,11 +41,51 @@ public class ResultSetsTest { | |||
| @Test | |||
| public void resultSetIteration() { | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
snehashah16
left a comment
There was a problem hiding this comment.
LGTM
Please hold off on submitting this until DML PR is out.
| @@ -34,11 +41,51 @@ public class ResultSetsTest { | |||
| @Test | |||
| public void resultSetIteration() { | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| try { | ||
| rs.getStats(); | ||
| fail("Exception expected"); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
nithinsujir
commented
Sep 26, 2018
Marking this WIP until DML changes are in. |
nithinsujir
commented
Oct 2, 2018
@pongad Merged DML changes. Turns out there is no impact because the getStats() that DML changed is in a different class than the one in this test. This PR is ready to go. |
pongad
commented
Oct 2, 2018
We're transitioning ownership of this repo and I don't have write access anymore. @chingor13@JesseLovelace can you help? |
chingor13
commented
Oct 2, 2018
Does this need to go out with the spanner DML feature or can it wait until after the release is completed? |
nithinsujir
commented
Oct 2, 2018
via email
It can wait until after the release. It's unrelated to DML. …On Tue, Oct 2, 2018 at 12:55 PM Jeff Ching ***@***.***> wrote:
Does this need to go out with the spanner DML feature or can it wait until
after the release is completed?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3717 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHP1nUPWg6ajB6INsBhcVRFNOqWbDSiks5ug8SkgaJpZM4W0Z2k>
.
|
chingor13
commented
Oct 2, 2018
SGTM |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ResultSets coverage now at 99%.