-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: 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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -34,11 +41,51 @@ | |||
|
|||
@Test | |||
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -34,11 +41,51 @@ | |||
|
|||
@Test | |||
public void resultSetIteration() { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please hold off on submitting this until DML PR is out.
@@ -34,11 +41,51 @@ | |||
|
|||
@Test | |||
public void resultSetIteration() { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
try { | ||
rs.getStats(); | ||
fail("Exception expected"); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Marking this WIP until DML changes are in. |
@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. |
We're transitioning ownership of this repo and I don't have write access anymore. @chingor13 @JesseLovelace can you help? |
Does this need to go out with the spanner DML feature or can it wait until after the release is completed? |
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>
.
|
SGTM |
ResultSets coverage now at 99%.