rhtyd edited a comment on issue #3457: Fix bug in counting items for search query URL: https://github.com/apache/cloudstack/pull/3457#issuecomment-509100624 I get: > python tools/travis/xunit-reader.py ~/Downloads/pr3457-t106-kvm-centos7/MarvinLogs ``` +----------------------+----------------------+---------+----------------------+ | Test | Result | Time | Test file | +======================+======================+=========+======================+ | test_04_rvpc_interna | exceptions.TypeError | 204.740 | test_internal_lb.py | | llb_haproxy_stats_on | | | | | _all_interfaces | | | | +----------------------+----------------------+---------+----------------------+ | ContextSuite context | exceptions.Exception | 0 | test_deploy_virtio_s | | =TestDeployVirtioSCS | | | csi_vm.py | | IVM>:setup | | | | +----------------------+----------------------+---------+----------------------+ ``` Could be env caused error @anuragaw : ``` ====================================================================== ERROR: Test to verify access to loadbalancer haproxy admin stats page ---------------------------------------------------------------------- Traceback (most recent call last): File "/marvin/tests/smoke/test_internal_lb.py", line 752, in test_04_rvpc_internallb_haproxy_stats_on_all_interfaces self.execute_internallb_haproxy_tests(redundant_vpc_offering) File "/marvin/tests/smoke/test_internal_lb.py", line 806, in execute_internallb_haproxy_tests applb.sourceipaddress, self.get_ssh_client(vm, 5), settings) File "/marvin/tests/smoke/test_internal_lb.py", line 461, in get_ssh_client self.fail("Unable to create ssh connection: " % e) TypeError: not all arguments converted during string formatting -------------------- >> begin captured logging << -------------------- test_04_rvpc_internallb_haproxy_stats_on_all_interfaces (tests.smoke.test_internal_lb.TestInternalLb): DEBUG: ::::::::::::STARTED : TC: test_04_rvpc_internallb_haproxy_stats_on_all_interfaces ::::::::::: ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
