-
Notifications
You must be signed in to change notification settings - Fork 719
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
Make Unit Test Great! #7969
Labels
type/development
The issue belongs to a development tasks
Comments
This was referenced Mar 22, 2024
This was referenced Apr 2, 2024
ti-chi-bot bot
pushed a commit
that referenced
this issue
Apr 9, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Apr 10, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Apr 11, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Apr 15, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
This was referenced Apr 16, 2024
ti-chi-bot bot
added a commit
that referenced
this issue
Apr 16, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
nolouch
pushed a commit
to nolouch/pd
that referenced
this issue
Apr 29, 2024
This was referenced May 11, 2024
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 13, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
added a commit
that referenced
this issue
May 13, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
This was referenced May 14, 2024
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 14, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
added a commit
that referenced
this issue
May 15, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 17, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com> Co-authored-by: ShuNing <nolouch@gmail.com>
This was referenced May 20, 2024
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 20, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 21, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 23, 2024
ref #7969 add parallel parameter Signed-off-by: husharp <jinhao.hu@pingcap.com>
okJiang
pushed a commit
to okJiang/pd
that referenced
this issue
May 23, 2024
ref tikv#7969 add parallel parameter Signed-off-by: husharp <jinhao.hu@pingcap.com> Signed-off-by: okJiang <819421878@qq.com>
okJiang
pushed a commit
to okJiang/pd
that referenced
this issue
May 23, 2024
ref tikv#7969 add parallel parameter Signed-off-by: husharp <jinhao.hu@pingcap.com> Signed-off-by: okJiang <819421878@qq.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jul 2, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jul 19, 2024
ref #7969 Signed-off-by: husharp <jinhao.hu@pingcap.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Aug 8, 2024
ref #7969 Signed-off-by: Ryan Leung <rleungx@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Sep 2, 2024
ref #7969 Signed-off-by: Ryan Leung <rleungx@gmail.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Sep 12, 2024
ref #7969 Signed-off-by: Ryan Leung <rleungx@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Development Task
make basic-test
in local machine, there will be a lot of strange problems, as well as running extremely slow :(We use a wrong way to parallel. Some test cases are not side effect free, for example:
etc...
What's the solution?
Add back parallel by run a single test case in a isolated OS process #7952
If the test cases with side effect run parallelly with others, it could cause some test fail unexpectedly.
When they're in a single OS process, make them parallel is not a big deal.
print function time
when using ./pd-ut run --junitfile xxx, can get junitfile as XML file to get every function cost time.
Furthermore
compile-without-link
#8069pd-ut
#8203Related
Result Show
Local Test
Since we run parallel now, the CI runs faster than before, on my server computer (Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GH, 144 core 72 CPU):
reduce from 6min -> 1min
for make ut:
for make basic-test
CI Result
The text was updated successfully, but these errors were encountered: