You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…on time (#17790)
Fixes
- #17623
- #17637
### Motivation
Manually release resources, including `consumer`, `producer`, `pulsar client`, `transaction`, and `topic`. This saves `setup` and `cleanup` time before and after each method.
### Modifications
- Manually release resources instead of calling `cleanup` & `setup` each method
- remove useless method `markDeletePositionCheck`
- `Integer.valueOf(int)` instead of `new Integer(int)`, because `new Integer(int)` is deprecated
### Matching PR in forked repository
PR in forked repository:
- poorbarcode#10
Search before asking
Motivation
This test run took more than 5 minutes
https://github.com/apache/pulsar/actions/runs/3046366380/jobs/4910018507
Solution
Make the test run faster
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: