You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/xyz/github.com/apache/pulsar-client-cpp/tests/c/c_ConsumerTest.cc:114: Failure
Expected equality of these values:
pulsar_result_Ok
Which is: 0
receive_future.get()
Which is: 15
Search before asking
Version
Minimal reproduce step
Build the tests and run:
./tests/pulsar-tests --gtest_filter='c_ConsumerTest.testBatchReceive'What did you expect to see?
The test should succeed
What did you see instead?
Anything else?
No response
Are you willing to submit a PR?