-
Notifications
You must be signed in to change notification settings - Fork 134
Refine CI #22
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
Refine CI #22
Conversation
4350ff6
to
9c7d176
Compare
123c815
to
c266492
Compare
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.
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
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.
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.