-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Rename test file name from *Test2.java
to *Test.java
to run all tests correctly
#13644
Conversation
4516e32
to
2da21db
Compare
/pulsarbot run-failure-checks |
1 similar comment
/pulsarbot run-failure-checks |
@lhotari Could you please review this PR? |
I am a bit confused. It looks like your change code out of test scope, could you please explain why change |
After enabling
For #12663 changes, can't put invalid path like pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApiTest2.java Lines 1597 to 1599 in 793dd91
I wasn't sure this case was still needed, so I deleted it. If we should run testDistinguishTopicTypeWhenForceDeleteNamespace case, use some method instead of put.
|
2da21db
to
f7a8a10
Compare
/pulsarbot run-failure-checks |
2 similar comments
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
f7a8a10
to
446ef2b
Compare
@Shoothzj Could you check the comment #13644 (comment) please? |
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
To resolve the conflicts brought by #13644
Add |
Remove the |
Hi @equanz It looks like we have many conflicts with branch-2.9. Could you help cherry-pick this PR to branch-2.9? |
@mattisonchao |
…ests correctly (apache#13644) * test: rename test class * fix: fix to follow existing test cases * test: fix to follow existing production codes
Hi @equanz |
How is it going? As you know, I created the new PR #17048 . |
@equanz |
I got it. Thank you for maintaining branches. |
@equanz Please provide a correct documentation label for your PR. |
Motivation
It seems some test cases like
**/*Test2.java
aren't run on the default test lifecycle.This issue is caused by #10148. I'd like to fix it.
Modifications
**/*Test.java
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
Documentation
no-need-doc