Hi, I have been fixing failing tests in trunk (when using 0.8 broker with in VM transport). I have two questions:
1) testNoLocal from TopicSessionTest is failing only when all the tests are run. This means that it never fails when run by its own (mvn -Dtest=TopicSessionTest test). Does somebody have a clue about that? 2) testSend2ThenCloseAfter1andTryAgain from CommitRollbackTest randomly fails because a message is not marked as redelivered (see line 468). I would remove this assertion check as 0.10 uses different semantics (i.e. 0.10 does not expect the message to be marked as redelivered). This will have two advantages: a) the test will not fail anymore; b) we use a more coherent multi-versions testing strategy. Please let me know what you think about 2) and more importantly let me know if you have any clue about 1). Thanks Arnaud PS: those are the two remaining issues to be fixed before we can safely start M2/trunk merging.
