You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/11/12 13:03:26 UTC

[GitHub] [qpid-dispatch] ChugR opened a new pull request #910: DISPATCH-1831: Tcp test - extend backbone to three routers

ChugR opened a new pull request #910:
URL: https://github.com/apache/qpid-dispatch/pull/910


   This patch is a straightforward addition of a third backbone interior router to the TCP self test.
   On my system this patch reveals a curious side effect:
   
   - Without this patch 'test_03' fails with a timeout.
   - With this patch 'test_03' succeeds.
   
   test_03 uses a TCP listener on INTA and a TCP connector on INTB. The test fails in the A-B backbone and the test passes in the A-B-C backbone.
   
   In the success case: right after the client attaches to INTA TCP listener router INTA opens a link to INTB and sends a TCP INTB@mySite message to INTB. Then INTB opens the connection to the server. 
   
   In the fail case the router-data link never gets opened.
   
   Scraper creates a detailed narrative of the test. It combines logs from all the routers, six echo servers, and as many echo clients as the test cases run. View it in a web browser by running a script generated by the test.
   
   - cd build
   - ctest -VV -R tcp_adaptor
   - cd ./tests/system_test.dir/system_tests_tcp_adaptor/TcpAdaptor/setUpClass
   - bash -x TcpAdaptor-run-scraper.sh
   - firefox TcpAdaptor.html


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] ChugR commented on pull request #910: DISPATCH-1831: Tcp test - extend backbone to three routers

Posted by GitBox <gi...@apache.org>.
ChugR commented on pull request #910:
URL: https://github.com/apache/qpid-dispatch/pull/910#issuecomment-729810337


   Fixed at commit 1e2bf


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] ChugR closed pull request #910: DISPATCH-1831: Tcp test - extend backbone to three routers

Posted by GitBox <gi...@apache.org>.
ChugR closed pull request #910:
URL: https://github.com/apache/qpid-dispatch/pull/910


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org