Github user tpcwang commented on a diff in the pull request:
https://github.com/apache/thrift/pull/980#discussion_r59996235
--- Diff: lib/cpp/test/TServerIntegrationTest.cpp ---
@@ -152,7 +155,10 @@ class TServerIntegrationTestFixture {
new TServerSocket("localhost", 0)),
boost::shared_ptr<TTransportFactory>(new
TTransportFactory),
boost::shared_ptr<TProtocolFactory>(new
TBinaryProtocolFactory))),
- pEventHandler(boost::shared_ptr<TServerReadyEventHandler>(new
TServerReadyEventHandler)) {
+ pEventHandler(boost::shared_ptr<TServerReadyEventHandler>(new
TServerReadyEventHandler)),
+ bStressDone(false),
--- End diff --
Looks like the tabs are not aligned correctly in this document.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---