You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2020/11/12 12:40:59 UTC

[qpid-dispatch] branch dev-protocol-adaptors-2 updated: DISPATCH-1830: fix inadvertent file rename that hides ECHO_CLIENT logs from Scraper

This is an automated email from the ASF dual-hosted git repository.

chug pushed a commit to branch dev-protocol-adaptors-2
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/dev-protocol-adaptors-2 by this push:
     new c430b53  DISPATCH-1830: fix inadvertent file rename that hides ECHO_CLIENT logs from Scraper
c430b53 is described below

commit c430b537d2f4c642545c0ee3aa342bc8622e0c2a
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Thu Nov 12 07:40:45 2020 -0500

    DISPATCH-1830: fix inadvertent file rename that hides ECHO_CLIENT logs from Scraper
---
 tests/system_tests_tcp_adaptor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_tcp_adaptor.py b/tests/system_tests_tcp_adaptor.py
index d4fc81e..db82d46 100644
--- a/tests/system_tests_tcp_adaptor.py
+++ b/tests/system_tests_tcp_adaptor.py
@@ -389,7 +389,7 @@ class TcpAdaptor(TestCase):
             self.client_logger = Logger(title=self.client_prefix,
                                         print_to_console=self.print_client_logs,
                                         save_for_dump=False,
-                                        ofilename="../setUpClass/TcpAdaptor_runner_%s.log" % self.name)
+                                        ofilename="../setUpClass/TcpAdaptor_echo_client_%s.log" % self.name)
 
             try:
                 self.e_client = TcpEchoClient(prefix=self.client_prefix,


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