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

sql: don't pass a nil clock in kv_test #10526

Merged
merged 1 commit into from
Nov 8, 2016

Conversation

jordanlewis
Copy link
Member

@jordanlewis jordanlewis commented Nov 7, 2016

The Benchmark tests panic due to kv_test passing a nil clock to
rpc.NewContext. Fix this. See #8081


This change is Reviewable

@tamird
Copy link
Contributor

tamird commented Nov 7, 2016

Use the server's clock rather than manhunt a new one. LGTM otherwise

@tamird
Copy link
Contributor

tamird commented Nov 7, 2016

Er, making.

@jordanlewis
Copy link
Member Author

Done.

The Benchmark tests panic due to `kv_test` passing a `nil` clock to
`rpc.NewContext`. Fix this. See cockroachdb#8081
@jordanlewis jordanlewis merged commit 0fec68e into cockroachdb:master Nov 8, 2016
@jordanlewis jordanlewis deleted the fix-kv-test branch November 8, 2016 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants