Conversation
4350ff6 to
9c7d176
Compare
123c815 to
c266492
Compare
brson
left a comment
There was a problem hiding this comment.
I'd like to know the answer to my question about 'before_script' but otherwise LGTM!
e6257d4 to
0c71c2d
Compare
|
It looks like there's a Oh, this is an error in the raft crate! Maybe the stabilization of "cargo-clippy" broke raft on stable? |
|
It looks like travis itself is timing out on windows while backing up the cargo cache. It also timed out on linux but in a way that didn't cause an error. Maybe for now you could remove the |
|
I went ahead and pushed a commit to remove the cargo build cache from travis, see how that affects the windows build. |
|
Removing the travis build cached fixed the windows errors. I haven't seen linux stable pass yet. |
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
6571cd6 to
1c5fab4
Compare
|
Rebased with signoff because somehow I forgot. 🙈 |
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
3397792 to
c212a6b
Compare
Signed-off-by: Ana Hobden <operator@hoverbear.org>
963d83f to
929dda1
Compare
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2c4c917 to
5a01eac
Compare
brson
left a comment
There was a problem hiding this comment.
There are a few 'integration' test files that look unrelated to the PR, but I assume you know what you're doing.
|
@brson Let me take a look at them... |
|
@brson Yes we moved the tests that require a live TiKV to behind a feature flag. Hence the change. |
Use cross platform CI. Linux Stable is red ATM due to a clippy problem, don't block merge for that.