We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
64: =========================================================================== FAILURES =========================================================================== 64: ________________________________________________________ VFlowInterRouterTest.test_03_short_connections ________________________________________________________ 64: 64: self = <tests.system_tests_vflow.VFlowInterRouterTest testMethod=test_03_short_connections> 64: 64: def test_03_short_connections(self): 64: """ 64: Generate service traffic from multiple sources (including the router local to the connector) 64: and verify that BIFLOW records are generated with the expected attributes. 64: """ 64: success = retry(lambda: self.snooper_thread.match_records({'INTA': [('CONNECTOR', {'START_TIME': ANY_VALUE})]})) 64: self.assertTrue(success, f"Failed to find baseline connector {self.snooper_thread.get_results()}") 64: 64: test_name = 'test_03_short_connections' 64: flow_count = 100 64: clients = [] 64: expected = {'EdgeB': []} 64: 64: for i in range(flow_count): 64: > clients.append(EchoClientRunner(test_name, 2, None, None, None, i + 5, 1, port_override=self.tcp_noproc_port_eb, delay_close=False)) 64: 64: /home/runner/work/skupper-router/skupper-router/skupper-router/tests/system_tests_vflow.py:542: 64: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 64: /home/runner/work/skupper-router/skupper-router/skupper-router/tests/system_tests_tcp_adaptor.py:159: in __init__ 64: self.e_client = TcpEchoClient(prefix=self.client_prefix,
https://github.com/skupperproject/skupper-router/actions/runs/11525836349/job/32188199955#step:34:2882
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/skupperproject/skupper-router/actions/runs/11525836349/job/32188199955#step:34:2882
The text was updated successfully, but these errors were encountered: