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/07/13 15:50:58 UTC

[GitHub] [pulsar] codelipenghui opened a new pull request, #16580: [improve][test] Improve the TransactionTest to reduce the execution time

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

   ### Motivation
   
   The TransactionTest runs for over 3 minutes. To avoid starting a pulsar cluster for each test method.
   
   ```
    [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 186.322 s - in org.apache.pulsar.broker.transaction.TransactionTest
    ```
   
   After this change, the execution time was reduced to under 1 minute on my laptop
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `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)


-- 
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] github-actions[bot] commented on pull request #16580: [improve][test] Improve the TransactionTest to reduce the execution time

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16580:
URL: https://github.com/apache/pulsar/pull/16580#issuecomment-1183396904

   @codelipenghui Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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] codelipenghui merged pull request #16580: [improve][test] Improve the TransactionTest to reduce the execution time

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


-- 
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