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

fix(test): enforce backward compatible test when protocol version not changed #2950

Merged
merged 3 commits into from
Jul 7, 2020

Conversation

ailisp
Copy link
Member

@ailisp ailisp commented Jul 6, 2020

Fix #2443

Test Plan

When protocol version not changed (now it's the case), it run as usual. When it changes (tested by bump protocol version to 30), it will exit early. Once this merged, I'll turn on backward compatible test as "must pass" on buildkite

@gitpod-io
Copy link

gitpod-io bot commented Jul 6, 2020

@@ -2743,7 +2743,7 @@ dependencies = [

[[package]]
name = "neard"
version = "1.1.0"
version = "1.2.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is automated, but i think this should be updated, neard/Cargo.toml is 1.2.0 right now

@ailisp ailisp merged commit 4374a07 into master Jul 7, 2020
@ailisp ailisp deleted the enforce-backward branch July 7, 2020 16:10
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.

Enforce backward compatibility or protocol version update
2 participants