Repository: qpid-proton Updated Branches: refs/heads/master a6d38181d -> 0d266c679
give up on ever more specific asserts Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0d266c67 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0d266c67 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0d266c67 Branch: refs/heads/master Commit: 0d266c679b3ad46d635ea7dc08d936ac6163cd12 Parents: a6d3818 Author: Rafael Schloming <[email protected]> Authored: Tue Apr 28 10:52:01 2015 -0400 Committer: Rafael Schloming <[email protected]> Committed: Tue Apr 28 10:52:33 2015 -0400 ---------------------------------------------------------------------- tests/python/proton_tests/messenger.py | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0d266c67/tests/python/proton_tests/messenger.py ---------------------------------------------------------------------- diff --git a/tests/python/proton_tests/messenger.py b/tests/python/proton_tests/messenger.py index 0fc9fec..94e4e0d 100644 --- a/tests/python/proton_tests/messenger.py +++ b/tests/python/proton_tests/messenger.py @@ -1013,16 +1013,6 @@ class SelectableMessengerTest(common.Test): mc = Message() for i in range(count): - before = msnd.outgoing - if mrcv.incoming == 0: - p.pump() - # If we didn't receive the messages, check that they are - # in-flight. We can only check this after the first message - # arrives since sasl handshaking might require multiple pumps - # prior to the first message arrival. - if i > 0 and mrcv.incoming == 0: - assert msnd.outgoing < before - # now pump until they arrive while mrcv.incoming == 0: p.pump() assert mrcv.incoming > 0, (count, msnd.outgoing, mrcv.incoming) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
