-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
tests: Migrate compact tests to common framework #13770
Conversation
Overall looks good, can you remove the test that you are migrating? |
Commets Fixed! |
|
Can you resolve the failures in the pipeline? |
f773526
to
4894c80
Compare
4894c80
to
34cd8ae
Compare
Fixed. |
Codecov Report
@@ Coverage Diff @@
## main #13770 +/- ##
==========================================
- Coverage 72.83% 72.61% -0.22%
==========================================
Files 467 467
Lines 38280 38368 +88
==========================================
- Hits 27880 27861 -19
- Misses 8606 8698 +92
- Partials 1794 1809 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -14,11 +14,24 @@ | |||
|
|||
package testutils | |||
|
|||
import clientv3 "go.etcd.io/etcd/client/v3" | |||
import ( | |||
clientv3 "go.etcd.io/etcd/client/v3" |
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.
Minor comment: It isn't necessary to define a PackageName
("clientv3") here. You can still use clientv3
in the following code without the PackageName
here.
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 am not asking for change on this, because it isn't a big deal. And it looks even clear to clearly define a PackageName
clientv3 here.
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.
If I commit other tests, i will fixed this.
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.
LGTM
Thank you!
@@ -14,11 +14,24 @@ | |||
|
|||
package testutils | |||
|
|||
import clientv3 "go.etcd.io/etcd/client/v3" | |||
import ( | |||
clientv3 "go.etcd.io/etcd/client/v3" |
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 am not asking for change on this, because it isn't a big deal. And it looks even clear to clearly define a PackageName
clientv3 here.
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.
lgtm
Thanks @kkkkun
semaphoreci failure is not related. |
Part of #13637
cc @ptabor @spzala @ahrtr @serathius