You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by jai1 <gi...@git.apache.org> on 2017/06/28 22:15:28 UTC

[GitHub] incubator-pulsar issue #537: Speed up CPP Unit Tests

GitHub user jai1 opened an issue:

    https://github.com/apache/incubator-pulsar/issues/537

    Speed up CPP Unit Tests

    Currently, CPP Unit Tests take around 7 minutes to complete. By using gtest-parallel I see that we can complete the tests in 55 seconds, which 7 times faster.
    
    Only problem is that currently 1/72 tests fail when run in parallel, need to revisit the test logic get them to pass with gtest-parallel.
    
        5081 ms: ./tests/main BasicEndToEndTest.testMessageListener

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-pulsar issue #537: Speed up CPP Unit Tests

Posted by jai1 <gi...@git.apache.org>.
Github user jai1 closed the issue at:

    https://github.com/apache/incubator-pulsar/issues/537


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---