Skip to content
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

chore: change queries to return expected values #355

Merged
merged 2 commits into from
Oct 2, 2018
Merged

chore: change queries to return expected values #355

merged 2 commits into from
Oct 2, 2018

Conversation

callmehiphop
Copy link
Contributor

@callmehiphop callmehiphop commented Oct 2, 2018

Relates to #190

We've been seeing some intermittent nightly CI failures. I believe this is due to several tests making assertions against the first returned row - unless we use ORDER BY, Spanner does not guarantee a specific order.

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@callmehiphop callmehiphop requested review from stephenplusplus and a team October 2, 2018 11:18
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 2, 2018
@ghost ghost assigned callmehiphop Oct 2, 2018
@codecov
Copy link

codecov bot commented Oct 2, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@a70c9ea). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #355   +/-   ##
=========================================
  Coverage          ?   99.53%           
=========================================
  Files             ?       12           
  Lines             ?     1286           
  Branches          ?        0           
=========================================
  Hits              ?     1280           
  Misses            ?        6           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a70c9ea...d2cc244. Read the comment docs.

@ghost ghost assigned JustinBeckwith Oct 2, 2018
@callmehiphop callmehiphop merged commit ff725af into googleapis:master Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants