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

Makefile: add a 'make ddltest' target to generate ddltest binary #10542

Merged
merged 2 commits into from
May 20, 2019

Conversation

tiancaiamao
Copy link
Contributor

What problem does this PR solve?

It's easier to maintenance if we follow these rules:
tidb repo provides ddltest source code and binary
tidb-test repo provides the CI script

What is changed and how it works?

Provide make ddltest target in the Makefile

Check List

Tests

  • No code

@tiancaiamao
Copy link
Contributor Author

PTAL @zyguan

@zyguan
Copy link
Contributor

zyguan commented May 20, 2019

/rebuild

@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #10542 into master will decrease coverage by 0.0195%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##            master     #10542        +/-   ##
===============================================
- Coverage   77.288%   77.2684%   -0.0196%     
===============================================
  Files          413        413                
  Lines        86963      86976        +13     
===============================================
- Hits         67212      67205         -7     
- Misses       14591      14605        +14     
- Partials      5160       5166         +6

@zyguan
Copy link
Contributor

zyguan commented May 20, 2019

/run-integration-ddl-test

Makefile Outdated Show resolved Hide resolved
@zyguan
Copy link
Contributor

zyguan commented May 20, 2019

/run-all-tests

@zyguan
Copy link
Contributor

zyguan commented May 20, 2019

/run-integration-ddl-test tidb-test=pr/719

Copy link
Contributor

@zyguan zyguan left a comment

Choose a reason for hiding this comment

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

LGTM

@tiancaiamao tiancaiamao added the status/LGT1 Indicates that a PR has LGTM 1. label May 20, 2019
Copy link
Member

@jackysp jackysp left a comment

Choose a reason for hiding this comment

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

LGTM

@jackysp jackysp merged commit b77b534 into pingcap:master May 20, 2019
@tiancaiamao tiancaiamao deleted the ddltest branch May 26, 2020 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/LGT1 Indicates that a PR has LGTM 1. type/usability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants