This is an automated email from the ASF dual-hosted git repository.
gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/master by this push:
new a3ce7ac DISPATCH-1454 - Removed test
test_39_connection_properties_binary. This test is incorrect after recent
changes to proton
a3ce7ac is described below
commit a3ce7acfc2c72878bafe7ad982d8f2896d416794
Author: Ganesh Murthy <[email protected]>
AuthorDate: Mon Dec 9 11:00:42 2019 -0500
DISPATCH-1454 - Removed test test_39_connection_properties_binary. This
test is incorrect after recent changes to proton
---
tests/system_tests_one_router.py | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/tests/system_tests_one_router.py b/tests/system_tests_one_router.py
index 4a80c34..77e8804 100644
--- a/tests/system_tests_one_router.py
+++ b/tests/system_tests_one_router.py
@@ -400,34 +400,6 @@ class OneRouterTest(TestCase):
client.connection.close()
- def test_39_connection_properties_binary(self):
- """
- Tests connection property that is a binary map. The router ignores
AMQP binary data type.
- Router should not return anything for connection properties
- """
- self.skipTest("Skipped until proton bug fixed.")
- connection = BlockingConnection(self.router.addresses[0],
- timeout=60,
-
properties=CONNECTION_PROPERTIES_BINARY)
- client = SyncRequestResponse(connection)
-
- node = Node.connect(self.router.addresses[0])
-
- results = node.query(type='org.apache.qpid.dispatch.connection',
attribute_names=[u'properties']).results
-
- results_found = True
-
- for result in results:
- if not result[0]:
- results_found = False
- else:
- results_found = True
- break
-
- self.assertFalse(results_found)
-
- client.connection.close()
-
def test_40_anonymous_sender_no_receiver(self):
test = AnonymousSenderNoRecvLargeMessagedTest(self.address)
test.run()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]