hunyadi-dev commented on pull request #953:
URL: https://github.com/apache/nifi-minifi-cpp/pull/953#issuecomment-740697359
@arpadboda
This is the inheritance hierarchy:
```c++
class VerifyC2DescribeJstack : public VerifyC2Describe {
class VerifyC2Describe : public VerifyC2Base {
class VerifyC2Base : public HTTPIntegrationBase {
class HTTPIntegrationBase : public IntegrationBase {
https://github.com/apache/nifi-minifi-cpp/blob/main/libminifi/test/integration/IntegrationBase.h#L82
https://github.com/apache/nifi-minifi-cpp/blob/main/libminifi/include/FlowController.h#L333-L339
```
Meaning that `runAssertions()` can only be run if the scheduler was already
initialized and as far as I understand, it is the initialization of the logger
that produces the `logger got sinks from ...` message meaning that the
assertion is always true (and will never wait).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]