You will find attached the result of the below command.

Adel

________________________________
From: Ganesh Murthy <[email protected]>
Sent: Tuesday, February 28, 2017 6:51:42 PM
To: [email protected]
Subject: Re: [Qpid Dispatch - 0.7.0] Random failure on unit test 
"system_tests_link_routes" on Linux

Hi Adel,
   Can you please run that specific unit test with PN_TRACE_FRM=1 and send the 
output. This is how you run the specific test -

PN_TRACE_FRM=1 /usr/bin/python "<dispatch-install-folder>/build/tests/run.py" 
"-m" "unittest" "-v" 
"system_tests_link_routes.LinkRouteTest.test_www_drain_support_all_messages"

Thanks.

----- Original Message -----
> From: "Adel Boutros" <[email protected]>
> To: [email protected]
> Sent: Tuesday, February 28, 2017 10:20:42 AM
> Subject: Re: [Qpid Dispatch - 0.7.0] Random failure on unit test 
> "system_tests_link_routes" on Linux
>
> Hi Ganesh,
>
>
> Yes, I had checked your fix but it doesn't seem to work here. Indeed, the
> test is still failing even when timeout is increased to 100.
>
>
> It seems the drain is always only receiving 8 messages out of 10. I didn't
> check it on the trunk however to see if it is fixed.
>
>
> Regards,
>
> Adel
>
> ________________________________
> From: Ganesh Murthy <[email protected]>
> Sent: Tuesday, February 28, 2017 3:58:37 PM
> To: [email protected]
> Subject: Re: [Qpid Dispatch - 0.7.0] Random failure on unit test
> "system_tests_link_routes" on Linux
>
> Hi Adel,
>    We did notice the same problem you are seeing and we did end up increasing
>    the timeout from 5 to 10 (although on a different test) as seen in this
>    commit on master branch -
>
> https://github.com/apache/qpid-dispatch/commit/5e6b2e65b2ea9614d7619711961d38aceefb49d4
>
> Is it correct that even when you increased the timeout to 100, the test still
> fails randomly?
>
> Thanks.
>
> ----- Original Message -----
> > From: "Adel Boutros" <[email protected]>
> > To: [email protected]
> > Sent: Tuesday, February 28, 2017 9:00:36 AM
> > Subject: Re: [Qpid Dispatch - 0.7.0] Random failure on unit test
> > "system_tests_link_routes" on Linux
> >
> > I increased the timeout from 5 to 100 and the test which now takes 110
> > seconds instead of 10 seconds is still failing. After re-checking, the
> > error
> > message is actually the same on each failure. I think there is an issue
> > here.
> >
> >
> > My patch:
> >
> >
> > diff --git a/tests/system_tests_drain_support.py
> > b/tests/system_tests_drain_support.py
> > index e4bd2bc..9a4a86f 100644
> > --- a/tests/system_tests_drain_support.py
> > +++ b/tests/system_tests_drain_support.py
> > @@ -46,7 +46,7 @@ class DrainMessagesHandler(MessagingHandler):
> >          self.conn.close()
> >
> >      def on_start(self, event):
> > -        self.timer = event.reactor.schedule(5, Timeout(self))
> > +        self.timer = event.reactor.schedule(100, Timeout(self))
> >          self.conn = event.container.connect(self.address)
> >
> >          # Create a sender and a receiver. They are both listening on the
> >          same address
> >
> >
> > ==================
> >
> > Error
> >
> > ===================
> >
> >
> > 13: FAIL: test_www_drain_support_all_messages
> > (system_tests_link_routes.LinkRouteTest)
> > 13: ----------------------------------------------------------------------
> > 13: Traceback (most recent call last):
> > 13:   File "/qpid-dispatch-0.7.0/tests/system_tests_link_routes.py", line
> > 489, in test_www_drain_support_all_messages
> > 13:     self.assertEqual(None, drain_support.error)
> > 13: AssertionError: None != 'Timeout Expired: sent: 10 rcvd: 8'
> > 13:
> > 13: ----------------------------------------------------------------------
> > 13: Ran 15 tests in 109.933s
> > 13:
> > 13: FAILED (failures=1)
> > 1/1 Test #13: system_tests_link_routes .........***Failed  110.16 sec
> >
> > Regards,
> >
> > Adel
> >
> > ________________________________
> > From: Adel Boutros <[email protected]>
> > Sent: Tuesday, February 28, 2017 2:47:16 PM
> > To: [email protected]
> > Subject: [Qpid Dispatch - 0.7.0] Random failure on unit test
> > "system_tests_link_routes" on Linux
> >
> > Hello,
> >
> >
> > I noticed a random issue with the Dispatch Router 0.7.0 which has a random
> > failure in the test "system_tests_link_routes".
> >
> > I launch the same test 10 times, it fails randomly (Failure occurs at the
> > 4th
> > or 5th run) but always with a similar error. It seems the timeout of 5
> > milliseconds is not enough especially on slow machines.
> >
> >
> > I had submitted a patch for a similar task
> > (https://issues.apache.org/jira/browse/DISPATCH-627)
> >
> >
> > Can you please confirm?
> >
> >
> > Regards,
> >
> > Adel
> >
> >
> > 13: ======================================================================
> > 13: FAIL: test_www_drain_support_all_messages
> > (system_tests_link_routes.LinkRouteTest)
> > 13: ----------------------------------------------------------------------
> > 13: Traceback (most recent call last):
> > 13:   File "/qpid-dispatch-0.7.0/tests/system_tests_link_routes.py", line
> > 489, in test_www_drain_support_all_messages
> > 13:     self.assertEqual(None, drain_support.error)
> > 13: AssertionError: None != 'Timeout Expired: sent: 10 rcvd: 8'
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

[0x2767b30]:  -> SASL
[0x276c160]:  -> SASL
[0x2764680]:  -> SASL
[0x277c4d0]:  -> SASL
[0x277e2e0]:  -> SASL
[0x2783880]:  -> SASL
[0x27867e0]:  -> SASL
[0x278dc30]:  -> SASL
[0x278f1c0]:  -> SASL
[0x2792150]:  -> SASL
[0x2792150]:  <- SASL
[0x2792150]:0 <- @sasl-mechanisms(64) 
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x2792150]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, 
initial-response=b"anonymous"]
[0x2792150]:0 <- @sasl-outcome(68) [code=0]
[0x2792150]:  -> AMQP
[0x2792150]:0 -> @open(16) 
[container-id="62d16245-78f9-474d-a73d-33f6ab58a9f7", hostname="0.0.0.0", 
channel-max=32767]
[0x2792150]:  <- AMQP
[0x2792150]:0 <- @open(16) [container-id="QDR.B", max-frame-size=16384, 
channel-max=32767, idle-time-out=60000, 
offered-capabilities=:"ANONYMOUS-RELAY", 
properties={:product="qpid-dispatch-router", :version="0.7.0"}]
[0x2792150]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=2147483647]
[0x2792150]:0 -> @attach(18) 
[name="62d16245-78f9-474d-a73d-33f6ab58a9f7-$management", handle=0, role=false, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, timeout=0, 
dynamic=false], target=@target(41) [address="$management", durable=0, 
timeout=0, dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x2792150]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
incoming-window=61, outgoing-window=2147483647]
[0x2792150]:0 <- @attach(18) 
[name="62d16245-78f9-474d-a73d-33f6ab58a9f7-$management", handle=0, role=true, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, timeout=0, 
dynamic=false], target=@target(41) [address="$management", durable=0, 
timeout=0, dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x2792150]:0 <- @flow(19) [next-incoming-id=0, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=0, 
link-credit=250, drain=false]
[0x2792150]:0 -> @attach(18) 
[name="62d16245-78f9-474d-a73d-33f6ab58a9f7-306625a0-267e-45b2-b915-d621a4f8aa55",
 handle=1, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=true], target=@target(41) [durable=0, timeout=0, 
dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x2792150]:0 <- @attach(18) 
[name="62d16245-78f9-474d-a73d-33f6ab58a9f7-306625a0-267e-45b2-b915-d621a4f8aa55",
 handle=1, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[address="amqp:/_topo/0/QDR.B/temp.vGuEMNYRBJpNNSh", durable=0, timeout=0, 
dynamic=true], target=@target(41) [durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x2792150]:0 -> @flow(19) [next-incoming-id=0, incoming-window=2147483647, 
next-outgoing-id=0, outgoing-window=2147483647, handle=1, delivery-count=0, 
link-credit=1, drain=false]
[0x2792150]:0 -> @transfer(20) [handle=0, delivery-id=0, delivery-tag=b"1", 
message-format=0, settled=false, more=false] (173) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00L\x00\x00\x00\x0d@@@@\xa1(amqp:/_topo/0/QDR.B/temp.vGuEMNYRBJpNNShS\x01@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x002\x00\x00\x00\x04\xa1\x09operation\xa1\x04READ\xa1\x08identity\xa0\x11router.node/QDR.C\x00Sw\xd1\x00\x00\x00\x04\x00\x00\x00\x00"
[0x2792150]:0 <- @flow(19) [next-incoming-id=1, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=1, 
link-credit=250, drain=false]
[0x2792150]:0 <- @disposition(21) [role=true, first=0, last=0, settled=true, 
state=@accepted(36) []]
[0x2792150]:0 <- @transfer(20) [handle=1, delivery-id=0, 
delivery-tag=b"\x00\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (169) 
"\x00Ss\xd0\x00\x00\x004\x00\x00\x00\x06@@\xa1(amqp:/_topo/0/QDR.B/temp.vGuEMNYRBJpNNSh@@U\x01\x00St\xd1\x00\x00\x00Y\x00\x00\x00\x04\xa1\x11statusDescription\xa1+No
 entity with 
identity='router.node/QDR.C'\xa1\x0astatusCode\x81\x00\x00\x00\x00\x00\x00\x01\x94\x00Sw\xd1\x00\x00\x00\x04\x00\x00\x00\x00"
[0x2792150]:0 -> @flow(19) [next-incoming-id=1, incoming-window=2147483647, 
next-outgoing-id=1, outgoing-window=2147483647, handle=1, delivery-count=1, 
link-credit=1, drain=false]
[0x2792150]:0 -> @transfer(20) [handle=0, delivery-id=1, delivery-tag=b"2", 
message-format=0, settled=false, more=false] (173) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00L\x00\x00\x00\x0d@@@@\xa1(amqp:/_topo/0/QDR.B/temp.vGuEMNYRBJpNNShS\x02@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x002\x00\x00\x00\x04\xa1\x09operation\xa1\x04READ\xa1\x08identity\xa0\x11router.node/QDR.C\x00Sw\xd1\x00\x00\x00\x04\x00\x00\x00\x00"
[0x2792150]:0 <- @flow(19) [next-incoming-id=2, incoming-window=61, 
next-outgoing-id=1, outgoing-window=2147483647, handle=0, delivery-count=2, 
link-credit=250, drain=false]
[0x2792150]:0 <- @disposition(21) [role=true, first=1, last=1, settled=true, 
state=@accepted(36) []]
[0x2792150]:0 <- @transfer(20) [handle=1, delivery-id=1, 
delivery-tag=b"\x01\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (169) 
"\x00Ss\xd0\x00\x00\x004\x00\x00\x00\x06@@\xa1(amqp:/_topo/0/QDR.B/temp.vGuEMNYRBJpNNSh@@U\x02\x00St\xd1\x00\x00\x00Y\x00\x00\x00\x04\xa1\x11statusDescription\xa1+No
 entity with 
identity='router.node/QDR.C'\xa1\x0astatusCode\x81\x00\x00\x00\x00\x00\x00\x01\x94\x00Sw\xd1\x00\x00\x00\x04\x00\x00\x00\x00"
[0x2792150]:0 -> @flow(19) [next-incoming-id=2, incoming-window=2147483647, 
next-outgoing-id=2, outgoing-window=2147483647, handle=1, delivery-count=2, 
link-credit=1, drain=false]
[0x2792150]:0 -> @transfer(20) [handle=0, delivery-id=2, delivery-tag=b"3", 
message-format=0, settled=false, more=false] (173) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00L\x00\x00\x00\x0d@@@@\xa1(amqp:/_topo/0/QDR.B/temp.vGuEMNYRBJpNNShS\x03@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x002\x00\x00\x00\x04\xa1\x09operation\xa1\x04READ\xa1\x08identity\xa0\x11router.node/QDR.C\x00Sw\xd1\x00\x00\x00\x04\x00\x00\x00\x00"
[0x2792150]:0 <- @flow(19) [next-incoming-id=3, incoming-window=61, 
next-outgoing-id=2, outgoing-window=2147483647, handle=0, delivery-count=3, 
link-credit=250, drain=false]
[0x2792150]:0 <- @disposition(21) [role=true, first=2, last=2, settled=true, 
state=@accepted(36) []]
[0x2792150]:0 <- @transfer(20) [handle=1, delivery-id=2, 
delivery-tag=b"\x03\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (344) 
"\x00Ss\xd0\x00\x00\x004\x00\x00\x00\x06@@\xa1(amqp:/_topo/0/QDR.B/temp.vGuEMNYRBJpNNSh@@U\x03\x00St\xd1\x00\x00\x000\x00\x00\x00\x04\xa1\x11statusDescription\xa1\x02OK\xa1\x0astatusCode\x81\x00\x00\x00\x00\x00\x00\x00\xc8\x00Sw\xd1\x00\x00\x00\xdc\x00\x00\x00\x16\xa1\x0arouterLinkU\x00\xa1\x07nextHop@\xa1\x04name\xa1\x11router.node/QDR.C\xa1\x0cvalidOrigins@\xa1\x09linkStateE\xa1\x08instance\x81\x00\x00\x00\x00X\xb5\xbbI\xa1\x04cost@\xa1\x07address\xa1\x13amqp:/_topo/0/QDR.C\xa1\x04type\xa1$org.apache.qpid.dispatch.router.node\xa1\x02id\xa1\x05QDR.C\xa1\x08identity\xa1\x11router.node/QDR.C"
[0x27b7fa0]:  -> SASL
[0x27b7fa0]:  <- SASL
[0x27b7fa0]:0 <- @sasl-mechanisms(64) 
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x27b7fa0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, 
initial-response=b"anonymous"]
[0x27b7fa0]:0 <- @sasl-outcome(68) [code=0]
[0x27b7fa0]:  -> AMQP
[0x27b7fa0]:0 -> @open(16) 
[container-id="657a2a7b-fb61-4467-b13a-3d973bddcd40", hostname="0.0.0.0", 
channel-max=32767]
[0x27b7fa0]:  <- AMQP
[0x27b7fa0]:0 <- @open(16) [container-id="QDR.B", max-frame-size=16384, 
channel-max=32767, idle-time-out=60000, 
offered-capabilities=:"ANONYMOUS-RELAY", 
properties={:product="qpid-dispatch-router", :version="0.7.0"}]
[0x27b7fa0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=2147483647]
[0x27b7fa0]:0 -> @attach(18) 
[name="657a2a7b-fb61-4467-b13a-3d973bddcd40-_topo/0/QDR.C/$management", 
handle=0, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=false], target=@target(41) 
[address="_topo/0/QDR.C/$management", durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x27b7fa0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
incoming-window=61, outgoing-window=2147483647]
[0x27b7fa0]:0 <- @attach(18) 
[name="657a2a7b-fb61-4467-b13a-3d973bddcd40-_topo/0/QDR.C/$management", 
handle=0, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=false], target=@target(41) 
[address="_topo/0/QDR.C/$management", durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x27b7fa0]:0 <- @flow(19) [next-incoming-id=0, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=0, 
link-credit=250, drain=false]
[0x27b7fa0]:0 -> @attach(18) 
[name="657a2a7b-fb61-4467-b13a-3d973bddcd40-4f90e7fa-3e38-4ebd-8881-97a99f16345d",
 handle=1, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=true], target=@target(41) [durable=0, timeout=0, 
dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x27b7fa0]:0 <- @attach(18) 
[name="657a2a7b-fb61-4467-b13a-3d973bddcd40-4f90e7fa-3e38-4ebd-8881-97a99f16345d",
 handle=1, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[address="amqp:/_topo/0/QDR.B/temp.3jeQwZuiVIxM_6_", durable=0, timeout=0, 
dynamic=true], target=@target(41) [durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x27b7fa0]:0 -> @flow(19) [next-incoming-id=0, incoming-window=2147483647, 
next-outgoing-id=0, outgoing-window=2147483647, handle=1, delivery-count=0, 
link-credit=1, drain=false]
[0x27b7fa0]:0 -> @transfer(20) [handle=0, delivery-id=0, delivery-tag=b"1", 
message-format=0, settled=false, more=false] (254) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00L\x00\x00\x00\x0d@@@@\xa1(amqp:/_topo/0/QDR.B/temp.3jeQwZuiVIxM_6_S\x04@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00j\x00\x00\x00\x08\xa1\x09operation\xa1\x05QUERY\xa1\x0aentityType\xa0\x1forg.apache.qpid.dispatch.router\xa1\x04type\xa1\x13org.amqp.management\xa1\x04name\xa1\x04self\x00Sw\xd1\x00\x00\x00\x1d\x00\x00\x00\x02\xa1\x0eattributeNames\xd0\x00\x00\x00\x04\x00\x00\x00\x00"
[0x27b7fa0]:0 <- @flow(19) [next-incoming-id=1, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=1, 
link-credit=250, drain=false]
[0x27b7fa0]:0 <- @disposition(21) [role=true, first=0, last=0, settled=true, 
state=@accepted(36) []]
[0x27b7fa0]:0 -> @transfer(20) [handle=0, delivery-id=1, delivery-tag=b"2", 
message-format=0, settled=false, more=false] (254) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00L\x00\x00\x00\x0d@@@@\xa1(amqp:/_topo/0/QDR.B/temp.3jeQwZuiVIxM_6_S\x05@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00j\x00\x00\x00\x08\xa1\x09operation\xa1\x05QUERY\xa1\x0aentityType\xa0\x1forg.apache.qpid.dispatch.router\xa1\x04type\xa1\x13org.amqp.management\xa1\x04name\xa1\x04self\x00Sw\xd1\x00\x00\x00\x1d\x00\x00\x00\x02\xa1\x0eattributeNames\xd0\x00\x00\x00\x04\x00\x00\x00\x00"
[0x27b7fa0]:0 <- @flow(19) [next-incoming-id=2, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=2, 
link-credit=250, drain=false]
[0x27b7fa0]:0 <- @disposition(21) [role=true, first=1, last=1, settled=true, 
state=@accepted(36) []]
[0x27b7fa0]:0 <- @transfer(20) [handle=1, delivery-id=0, 
delivery-tag=b"\x0d\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (536) 
"\x00Ss\xd0\x00\x00\x004\x00\x00\x00\x06@@\xa1(amqp:/_topo/0/QDR.B/temp.3jeQwZuiVIxM_6_@@U\x05\x00St\xd1\x00\x00\x000\x00\x00\x00\x04\xa1\x11statusDescription\xa1\x02OK\xa1\x0astatusCode\x81\x00\x00\x00\x00\x00\x00\x00\xc8\x00Sw\xd1\x00\x00\x01\x9c\x00\x00\x00\x04\xa1\x07results\xd0\x00\x00\x00\x8c\x00\x00\x00\x01\xd0\x00\x00\x00\x83\x00\x00\x00\x14U<\xa1\x0bqddebug.txtU\x04U\x01\xa1\x0crouter/QDR.CU\x01\xa1\x010U\x03@U<U\x00@U\x1e\xa1\x08interior\xa1\x1forg.apache.qpid.dispatch.routerU\x00\xa1\x09qdrouterdU\x00\xa1\x05QDR.C\xa1\x0crouter/QDR.C\xa1\x0eattributeNames\xd0\x00\x00\x00\xe9\x00\x00\x00\x14\xa1\x10mobileAddrMaxAge\xa1\x09debugDump\xa1\x0eraIntervalFlux\xa1\x0dworkerThreads\xa1\x04name\xa1\x0dhelloInterval\xa1\x04area\xa1\x0bhelloMaxAge\xa1\x0esaslConfigPath\xa1\x0eremoteLsMaxAge\xa1\x09addrCount\xa1\x08routerId\xa1\x0araInterval\xa1\x04mode\xa1\x04type\xa1\x09nodeCount\xa1\x0esaslConfigName\xa1\x09linkCount\xa1\x02id\xa1\x08identity"
[0x27d36f0]:  -> SASL
[0x27d36f0]:  <- SASL
[0x27d36f0]:0 <- @sasl-mechanisms(64) 
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x27d36f0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, 
initial-response=b"anonymous"]
[0x27d36f0]:0 <- @sasl-outcome(68) [code=0]
[0x27d36f0]:  -> AMQP
[0x27d36f0]:0 -> @open(16) 
[container-id="4ce67fc3-47bd-434d-aa4f-d47fa604b4a0", hostname="0.0.0.0", 
channel-max=32767]
[0x27d36f0]:  <- AMQP
[0x27d36f0]:0 <- @open(16) [container-id="QDR.C", max-frame-size=16384, 
channel-max=32767, idle-time-out=60000, 
offered-capabilities=:"ANONYMOUS-RELAY", 
properties={:product="qpid-dispatch-router", :version="0.7.0"}]
[0x27d36f0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=2147483647]
[0x27d36f0]:0 -> @attach(18) 
[name="4ce67fc3-47bd-434d-aa4f-d47fa604b4a0-$management", handle=0, role=false, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, timeout=0, 
dynamic=false], target=@target(41) [address="$management", durable=0, 
timeout=0, dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x27d36f0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
incoming-window=61, outgoing-window=2147483647]
[0x27d36f0]:0 <- @attach(18) 
[name="4ce67fc3-47bd-434d-aa4f-d47fa604b4a0-$management", handle=0, role=true, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, timeout=0, 
dynamic=false], target=@target(41) [address="$management", durable=0, 
timeout=0, dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x27d36f0]:0 <- @flow(19) [next-incoming-id=0, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=0, 
link-credit=250, drain=false]
[0x27d36f0]:0 -> @attach(18) 
[name="4ce67fc3-47bd-434d-aa4f-d47fa604b4a0-b197124e-2412-4ace-b5bd-c922d73d086c",
 handle=1, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=true], target=@target(41) [durable=0, timeout=0, 
dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x27d36f0]:0 <- @attach(18) 
[name="4ce67fc3-47bd-434d-aa4f-d47fa604b4a0-b197124e-2412-4ace-b5bd-c922d73d086c",
 handle=1, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[address="amqp:/_topo/0/QDR.C/temp.frG_76V35GFE+8n", durable=0, timeout=0, 
dynamic=true], target=@target(41) [durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x27d36f0]:0 -> @flow(19) [next-incoming-id=0, incoming-window=2147483647, 
next-outgoing-id=0, outgoing-window=2147483647, handle=1, delivery-count=0, 
link-credit=1, drain=false]
[0x27d36f0]:0 -> @transfer(20) [handle=0, delivery-id=0, delivery-tag=b"1", 
message-format=0, settled=false, more=false] (173) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00L\x00\x00\x00\x0d@@@@\xa1(amqp:/_topo/0/QDR.C/temp.frG_76V35GFE+8nS\x06@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x002\x00\x00\x00\x04\xa1\x09operation\xa1\x04READ\xa1\x08identity\xa0\x11router.node/QDR.B\x00Sw\xd1\x00\x00\x00\x04\x00\x00\x00\x00"
[0x27d36f0]:0 <- @flow(19) [next-incoming-id=1, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=1, 
link-credit=250, drain=false]
[0x27d36f0]:0 <- @disposition(21) [role=true, first=0, last=0, settled=true, 
state=@accepted(36) []]
[0x27d36f0]:0 <- @transfer(20) [handle=1, delivery-id=0, 
delivery-tag=b"\x09\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (360) 
"\x00Ss\xd0\x00\x00\x004\x00\x00\x00\x06@@\xa1(amqp:/_topo/0/QDR.C/temp.frG_76V35GFE+8n@@U\x06\x00St\xd1\x00\x00\x000\x00\x00\x00\x04\xa1\x11statusDescription\xa1\x02OK\xa1\x0astatusCode\x81\x00\x00\x00\x00\x00\x00\x00\xc8\x00Sw\xd1\x00\x00\x00\xec\x00\x00\x00\x16\xa1\x0arouterLinkU\x00\xa1\x07nextHop@\xa1\x04name\xa1\x11router.node/QDR.B\xa1\x0cvalidOriginsE\xa1\x09linkState\xd0\x00\x00\x00\x0b\x00\x00\x00\x01\xa1\x05QDR.C\xa1\x08instance\x81\x00\x00\x00\x00X\xb5\xbbI\xa1\x04costU\x01\xa1\x07address\xa1\x13amqp:/_topo/0/QDR.B\xa1\x04type\xa1$org.apache.qpid.dispatch.router.node\xa1\x02id\xa1\x05QDR.B\xa1\x08identity\xa1\x11router.node/QDR.B"
[0x27eff80]:  -> SASL
[0x27eff80]:  <- SASL
[0x27eff80]:0 <- @sasl-mechanisms(64) 
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x27eff80]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, 
initial-response=b"anonymous"]
[0x27eff80]:0 <- @sasl-outcome(68) [code=0]
[0x27eff80]:  -> AMQP
[0x27eff80]:0 -> @open(16) 
[container-id="e6d76adb-9594-4d72-9545-5cf9617c9480", hostname="0.0.0.0", 
channel-max=32767]
[0x27eff80]:  <- AMQP
[0x27eff80]:0 <- @open(16) [container-id="QDR.C", max-frame-size=16384, 
channel-max=32767, idle-time-out=60000, 
offered-capabilities=:"ANONYMOUS-RELAY", 
properties={:product="qpid-dispatch-router", :version="0.7.0"}]
[0x27eff80]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=2147483647]
[0x27eff80]:0 -> @attach(18) 
[name="e6d76adb-9594-4d72-9545-5cf9617c9480-_topo/0/QDR.B/$management", 
handle=0, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=false], target=@target(41) 
[address="_topo/0/QDR.B/$management", durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x27eff80]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
incoming-window=61, outgoing-window=2147483647]
[0x27eff80]:0 <- @attach(18) 
[name="e6d76adb-9594-4d72-9545-5cf9617c9480-_topo/0/QDR.B/$management", 
handle=0, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=false], target=@target(41) 
[address="_topo/0/QDR.B/$management", durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x27eff80]:0 <- @flow(19) [next-incoming-id=0, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=0, 
link-credit=250, drain=false]
[0x27eff80]:0 -> @attach(18) 
[name="e6d76adb-9594-4d72-9545-5cf9617c9480-0917c72d-2c57-4915-9379-b84aec2c2f5b",
 handle=1, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=true], target=@target(41) [durable=0, timeout=0, 
dynamic=false], initial-delivery-count=0, max-message-size=0]
[0x27eff80]:0 <- @attach(18) 
[name="e6d76adb-9594-4d72-9545-5cf9617c9480-0917c72d-2c57-4915-9379-b84aec2c2f5b",
 handle=1, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[address="amqp:/_topo/0/QDR.C/temp.3UmMnsBeunutCL8", durable=0, timeout=0, 
dynamic=true], target=@target(41) [durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x27eff80]:0 -> @flow(19) [next-incoming-id=0, incoming-window=2147483647, 
next-outgoing-id=0, outgoing-window=2147483647, handle=1, delivery-count=0, 
link-credit=1, drain=false]
[0x27eff80]:0 -> @transfer(20) [handle=0, delivery-id=0, delivery-tag=b"1", 
message-format=0, settled=false, more=false] (254) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00L\x00\x00\x00\x0d@@@@\xa1(amqp:/_topo/0/QDR.C/temp.3UmMnsBeunutCL8S\x07@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00j\x00\x00\x00\x08\xa1\x09operation\xa1\x05QUERY\xa1\x0aentityType\xa0\x1forg.apache.qpid.dispatch.router\xa1\x04type\xa1\x13org.amqp.management\xa1\x04name\xa1\x04self\x00Sw\xd1\x00\x00\x00\x1d\x00\x00\x00\x02\xa1\x0eattributeNames\xd0\x00\x00\x00\x04\x00\x00\x00\x00"
[0x27eff80]:0 <- @flow(19) [next-incoming-id=1, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=0, delivery-count=1, 
link-credit=250, drain=false]
[0x27eff80]:0 <- @disposition(21) [role=true, first=0, last=0, settled=true, 
state=@accepted(36) []]
[0x27eff80]:0 <- @transfer(20) [handle=1, delivery-id=0, 
delivery-tag=b"\x0b\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (536) 
"\x00Ss\xd0\x00\x00\x004\x00\x00\x00\x06@@\xa1(amqp:/_topo/0/QDR.C/temp.3UmMnsBeunutCL8@@U\x07\x00St\xd1\x00\x00\x000\x00\x00\x00\x04\xa1\x11statusDescription\xa1\x02OK\xa1\x0astatusCode\x81\x00\x00\x00\x00\x00\x00\x00\xc8\x00Sw\xd1\x00\x00\x01\x9c\x00\x00\x00\x04\xa1\x07results\xd0\x00\x00\x00\x8c\x00\x00\x00\x01\xd0\x00\x00\x00\x83\x00\x00\x00\x14U<\xa1\x0bqddebug.txtU\x04U\x01\xa1\x0crouter/QDR.BU\x01\xa1\x010U\x03@U<U\x00@U\x1e\xa1\x08interior\xa1\x1forg.apache.qpid.dispatch.routerU\x00\xa1\x09qdrouterdU\x00\xa1\x05QDR.B\xa1\x0crouter/QDR.B\xa1\x0eattributeNames\xd0\x00\x00\x00\xe9\x00\x00\x00\x14\xa1\x10mobileAddrMaxAge\xa1\x09debugDump\xa1\x0eraIntervalFlux\xa1\x0dworkerThreads\xa1\x04name\xa1\x0dhelloInterval\xa1\x04area\xa1\x0bhelloMaxAge\xa1\x0esaslConfigPath\xa1\x0eremoteLsMaxAge\xa1\x09addrCount\xa1\x08routerId\xa1\x0araInterval\xa1\x04mode\xa1\x04type\xa1\x09nodeCount\xa1\x0esaslConfigName\xa1\x09linkCount\xa1\x02id\xa1\x08identity"
test_www_drain_support_all_messages (system_tests_link_routes.LinkRouteTest) 
... [0x2812bb0]:  -> SASL
[0x2812bb0]:  <- SASL
[0x2812bb0]:0 <- @sasl-mechanisms(64) 
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x2812bb0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, 
initial-response=b"anonymous"]
[0x2812bb0]:0 <- @sasl-outcome(68) [code=0]
[0x2812bb0]:  -> AMQP
[0x2812bb0]:0 -> @open(16) 
[container-id="dbdc115f-e440-4462-94ab-12f5ab2fba14", hostname="0.0.0.0", 
channel-max=32767]
[0x2812bb0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=2147483647]
[0x2812bb0]:0 -> @attach(18) 
[name="dbdc115f-e440-4462-94ab-12f5ab2fba14-org.apache.dev", handle=0, 
role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[address="org.apache.dev", durable=0, timeout=0, dynamic=false], 
target=@target(41) [durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x2812bb0]:0 -> @attach(18) 
[name="dbdc115f-e440-4462-94ab-12f5ab2fba14-org.apache.dev", handle=1, 
role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[durable=0, timeout=0, dynamic=false], target=@target(41) 
[address="org.apache.dev", durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x2812bb0]:0 -> @flow(19) [incoming-window=2147483647, next-outgoing-id=0, 
outgoing-window=2147483647, handle=0, delivery-count=0, link-credit=1, 
drain=false]
[0x2812bb0]:  <- AMQP
[0x2812bb0]:0 <- @open(16) [container-id="QDR.C", max-frame-size=16384, 
channel-max=32767, idle-time-out=60000, 
offered-capabilities=:"ANONYMOUS-RELAY", 
properties={:product="qpid-dispatch-router", :version="0.7.0"}]
[0x2812bb0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
incoming-window=61, outgoing-window=2147483647]
[0x2812bb0]:0 <- @attach(18) 
[name="dbdc115f-e440-4462-94ab-12f5ab2fba14-org.apache.dev", handle=0, 
role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[address="org.apache.dev", durable=0, timeout=0, dynamic=false], 
target=@target(41) [durable=0, timeout=0, dynamic=false], 
initial-delivery-count=0, max-message-size=0]
[0x2812bb0]:0 <- @attach(18) 
[name="dbdc115f-e440-4462-94ab-12f5ab2fba14-org.apache.dev", handle=1, 
role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, 
timeout=0, dynamic=false], target=@target(41) [address="org.apache.dev", 
durable=0, timeout=0, dynamic=false], initial-delivery-count=0, 
max-message-size=0]
[0x2812bb0]:0 <- @flow(19) [next-incoming-id=0, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=1, delivery-count=0, 
link-credit=250, drain=false]
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=0, delivery-tag=b"1", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x00\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=1, delivery-tag=b"2", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x01\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=2, delivery-tag=b"3", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x02\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=3, delivery-tag=b"4", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x03\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=4, delivery-tag=b"5", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x04\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=5, delivery-tag=b"6", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x05\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=6, delivery-tag=b"7", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x06\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=7, delivery-tag=b"8", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x07\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=8, delivery-tag=b"9", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x08\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @transfer(20) [handle=1, delivery-id=9, delivery-tag=b"10", 
message-format=0, settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x09\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 <- @flow(19) [next-incoming-id=10, incoming-window=61, 
next-outgoing-id=0, outgoing-window=2147483647, handle=1, delivery-count=10, 
link-credit=250, drain=false]
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=0, 
delivery-tag=b"\x00\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x00\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @flow(19) [next-incoming-id=1, incoming-window=2147483647, 
next-outgoing-id=10, outgoing-window=2147483647, handle=0, delivery-count=1, 
link-credit=1, drain=false]
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=1, 
delivery-tag=b"\x01\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x01\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @flow(19) [next-incoming-id=2, incoming-window=2147483647, 
next-outgoing-id=10, outgoing-window=2147483647, handle=0, delivery-count=2, 
link-credit=1, drain=false]
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=2, 
delivery-tag=b"\x02\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x02\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @flow(19) [next-incoming-id=3, incoming-window=2147483647, 
next-outgoing-id=10, outgoing-window=2147483647, handle=0, delivery-count=3, 
link-credit=1, drain=false]
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=3, 
delivery-tag=b"\x03\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x03\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 -> @flow(19) [next-incoming-id=4, incoming-window=2147483647, 
next-outgoing-id=10, outgoing-window=2147483647, handle=0, delivery-count=4, 
link-credit=20, drain=true]
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=4, 
delivery-tag=b"\x04\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x04\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=5, 
delivery-tag=b"\x05\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x05\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=6, 
delivery-tag=b"\x06\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x06\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=7, 
delivery-tag=b"\x07\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x07\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 <- @transfer(20) [handle=0, delivery-id=8, 
delivery-tag=b"\x08\x00\x00\x00\x00\x00\x00\x00", message-format=0, 
settled=true, more=false] (96) 
"\x00Sp\xd0\x00\x00\x00\x0b\x00\x00\x00\x05BP\x04@BR\x00\x00Ss\xd0\x00\x00\x00"\x00\x00\x00\x0d@@@@@@@@\x83\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x00\x00\x00\x00\x00\x00\x00@R\x00@\x00St\xd1\x00\x00\x00\x0b\x00\x00\x00\x02\xa0\x03seqT\x08\x00Sw\xa0\x0bHello
 World"
[0x2812bb0]:0 <- @flow(19) [next-incoming-id=10, incoming-window=61, 
next-outgoing-id=9, outgoing-window=2147483647, handle=0, delivery-count=24, 
link-credit=0, drain=true]
[0x2812bb0]:0 -> (EMPTY FRAME)
[0x2812bb0]:0 -> (EMPTY FRAME)
[0x2812bb0]:0 -> (EMPTY FRAME)
[0x2812bb0]:0 -> @close(24) []
[0x2812bb0]:  -> EOS
[0x2812bb0]:0 <- @close(24) []
[0x2812bb0]:  <- EOS
FAIL
[0x27d36f0]:0 -> @flow(19) [next-incoming-id=1, incoming-window=2147483647, 
next-outgoing-id=1, outgoing-window=2147483647, handle=1, delivery-count=1, 
link-credit=1, drain=false]
[0x27d36f0]:0 -> @close(24) []
[0x27d36f0]:  -> EOS
[0x27d36f0]:0 <- @close(24) []
[0x27d36f0]:  <- EOS
[0x2792150]:0 -> @flow(19) [next-incoming-id=3, incoming-window=2147483647, 
next-outgoing-id=3, outgoing-window=2147483647, handle=1, delivery-count=3, 
link-credit=1, drain=false]
[0x2792150]:0 -> @close(24) []
[0x2792150]:  -> EOS
[0x2792150]:0 <- @close(24) []
[0x2792150]:  <- EOS

======================================================================
FAIL: test_www_drain_support_all_messages 
(system_tests_link_routes.LinkRouteTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/data/jenkins-slave/home/workspace/qpid-dispatch-router/dispatch-workspace/qpid-dispatch-0.7.0/tests/system_tests_link_routes.py",
 line 489, in test_www_drain_support_all_messages
    self.assertEqual(None, drain_support.error)
AssertionError: None != 'Timeout Expired: sent: 10 rcvd: 9'

----------------------------------------------------------------------
Ran 1 test in 105.327s

FAILED (failures=1)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to