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

test: split integration tests into different packages #1391

Merged
merged 3 commits into from
Dec 27, 2018

Conversation

rleungx
Copy link
Member

@rleungx rleungx commented Dec 20, 2018

What problem does this PR solve?

Currently, the tests in pkg/integration_test often fail since the port has been used. The more test cases we have, the easier the test is to fail.

What is changed and how it works?

This PR divides these tests into different packages in order to utilize our jenkins CI to speed up the tests and avoid port conflicts.

Check List

Tests

  • Unit test
  • Integration test

This change is Reviewable

@rleungx rleungx added component/testing CI testing. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Dec 20, 2018
Signed-off-by: rleungx <rleungx@gmail.com>
@rleungx rleungx removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 21, 2018
Copy link
Contributor

@disksing disksing left a comment

Choose a reason for hiding this comment

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

Reviewed 14 of 14 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @rleungx and @nolouch)

a discussion (no related file):
No Makefile update?


Signed-off-by: rleungx <rleungx@gmail.com>
@rleungx
Copy link
Member Author

rleungx commented Dec 26, 2018

/run-unit-test

2 similar comments
@rleungx
Copy link
Member Author

rleungx commented Dec 26, 2018

/run-unit-test

@rleungx
Copy link
Member Author

rleungx commented Dec 26, 2018

/run-unit-test

@zhouqiang-cl
Copy link
Contributor

/rebuild

@nolouch nolouch merged commit 4acee1d into tikv:master Dec 27, 2018
nolouch pushed a commit to nolouch/pd that referenced this pull request Dec 27, 2018
* split integration tests

Signed-off-by: rleungx <rleungx@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants