You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/28 01:54:43 UTC

[GitHub] [pulsar] poorbarcode opened a new pull request, #17790: [improve][test] Improve TransactionEndToEndTest to reduce the execution time

poorbarcode opened a new pull request, #17790:
URL: https://github.com/apache/pulsar/pull/17790

   Fixes
   - https://github.com/apache/pulsar/issues/17623
   - https://github.com/apache/pulsar/issues/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
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
   
   - [x] `doc-not-needed` 
   (Please explain why)
   
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)
   
   ### Matching PR in forked repository
   
   PR in forked repository: 
   
   - https://github.com/poorbarcode/pulsar/pull/10
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] congbobo184 merged pull request #17790: [improve][test] Improve TransactionEndToEndTest to reduce the execution time

Posted by GitBox <gi...@apache.org>.
congbobo184 merged PR #17790:
URL: https://github.com/apache/pulsar/pull/17790


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] poorbarcode closed pull request #17790: [improve][test] Improve TransactionEndToEndTest to reduce the execution time

Posted by GitBox <gi...@apache.org>.
poorbarcode closed pull request #17790: [improve][test] Improve TransactionEndToEndTest to reduce the execution time
URL: https://github.com/apache/pulsar/pull/17790


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org