6 Replies Latest reply on Nov 5, 2009 9:23 AM by timfox

    ConsumerWindowSizeTest::testNoWindowRoundRobin is bogus?

    timfox

      Test is failing quite a lot, and looks bogus to me.

      I don't see how we can guarantee round robin. With large messages if the consumer is still busy delivering a large message then it will be busy and the message will go to the other consumer.

      I'm commenting this out for now.

      The only reason it was passing before, was because the entire large message was previously delivered in one call of the handle() method with the previous broken implementation- very bad - this would have tied up the delivery thread for a long time.