Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upMove raft-related tests out of store_split_test.go. #327
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
LGTM |
petermattis
reviewed
Feb 17, 2015
storage/client_raft_test.go Outdated
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
LGTM |
added a commit
that referenced
this pull request
Feb 17, 2015
bdarnell
merged commit 54df5e1
into
cockroachdb:master
Feb 17, 2015
1 check was pending
ci/circleci
CircleCI is running your tests
Details
bdarnell
deleted the
bdarnell:storage-client-tests
branch
Feb 17, 2015
pushed a commit
to andreimatei/cockroach
that referenced
this pull request
Mar 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bdarnell commentedFeb 17, 2015
Rename all tests in package storage_test.go to client_*_test.go
to make the division clearer.
@spencerkimball @cockroachdb/developers