Ganesh Murthy created DISPATCH-2071:
---------------------------------------

             Summary: system_tests_authz_service_plugin test failure
                 Key: DISPATCH-2071
                 URL: https://issues.apache.org/jira/browse/DISPATCH-2071
             Project: Qpid Dispatch
          Issue Type: Test
          Components: Tests
            Reporter: Ganesh Murthy


{noformat}
      Start 43: system_tests_authz_service_plugin
43: Test command: /usr/bin/bwrap "--bind" "/" "/" "--unshare-net" "--dev" 
"/dev" "--die-with-parent" "--" 
"/opt/hostedtoolcache/Python/3.7.10/x64/bin/python3.7" 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/build/tests/run.py"
 "-m" "unittest" "-v" "system_tests_authz_service_plugin"
43: Test timeout computed to be: 600
43: test_authorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... 
FAIL
43: test_dynamic_source_anonymous_sender 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... 
FAIL
43: test_unauthorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... 
FAIL
43: test_unauthorized_anonymous_sender_target 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... 
FAIL
43: test_wildcard 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... 
FAIL
43: 
43: Router router output file:
43: >>>>
43: 2021-04-21 16:46:23.573220 +0000 AGENT (warning) Attribute 'authSslProfile' 
of entity 'authServicePlugin' has been deprecated. Use 'sslProfile' instead
43: 2021-04-21 16:46:23.573958 +0000 AGENT (warning) Attribute 'saslConfigPath' 
of entity 'router' has been deprecated. Use 'saslConfigDir' instead
43: -----------------------------------------------------
43: Suppressions used:
43:   count      bytes template
43:       1          7 ^load_server_config$
43:       1         56 qdr_core_subscribe
43:      12       6656 ^_PyObject_Realloc
43:     540     864794 ^PyObject_Malloc$
43:       1         32 ^PyThread_allocate_lock$
43:       4       9897 ^PyMem_Malloc$
43:       1        856 ^_PyObject_GC_Resize$
43: -----------------------------------------------------
43: 
43: 
43: <<<<
43: test_authorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... FAIL
43: test_dynamic_source_anonymous_sender 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... FAIL
43: test_unauthorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... FAIL
43: test_unauthorized_anonymous_sender_target 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... FAIL
43: test_wildcard 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... FAIL
43: 
43: Router router output file:
43: >>>>
43: 2021-04-21 16:46:24.058982 +0000 AGENT (warning) Attribute 'saslConfigPath' 
of entity 'router' has been deprecated. Use 'saslConfigDir' instead
43: -----------------------------------------------------
43: Suppressions used:
43:   count      bytes template
43:       1          7 ^load_server_config$
43:       1         32 ^qd_policy_c_counts_alloc$
43:       1         56 qdr_core_subscribe
43:      12       6656 ^_PyObject_Realloc
43:     550     870562 ^PyObject_Malloc$
43:       1         32 ^PyThread_allocate_lock$
43:       4       9897 ^PyMem_Malloc$
43:       1        856 ^_PyObject_GC_Resize$
43: -----------------------------------------------------
43: 
43: 
43: <<<<
43: 
43: ======================================================================
43: FAIL: test_authorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 97, in test_authorized
43:     self.assertEqual(1, client.sent)
43: AssertionError: 1 != 0
43: 
43: ======================================================================
43: FAIL: test_dynamic_source_anonymous_sender 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 129, in test_dynamic_source_anonymous_sender
43:     self.assertEqual(1, client.accepted)
43: AssertionError: 1 != 0
43: 
43: ======================================================================
43: FAIL: test_unauthorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 109, in test_unauthorized
43:     self.assertEqual(2, len(client.errors))
43: AssertionError: 2 != 0
43: 
43: ======================================================================
43: FAIL: test_unauthorized_anonymous_sender_target 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 140, in test_unauthorized_anonymous_sender_target
43:     self.assertEqual(1, client.rejected)
43: AssertionError: 1 != 0
43: 
43: ======================================================================
43: FAIL: test_wildcard 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 119, in test_wildcard
43:     self.assertEqual(1, client.sent)
43: AssertionError: 1 != 0
43: 
43: ======================================================================
43: FAIL: test_authorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 97, in test_authorized
43:     self.assertEqual(1, client.sent)
43: AssertionError: 1 != 0
43: 
43: ======================================================================
43: FAIL: test_dynamic_source_anonymous_sender 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 129, in test_dynamic_source_anonymous_sender
43:     self.assertEqual(1, client.accepted)
43: AssertionError: 1 != 0
43: 
43: ======================================================================
43: FAIL: test_unauthorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 109, in test_unauthorized
43:     self.assertEqual(2, len(client.errors))
43: AssertionError: 2 != 0
43: 
43: ======================================================================
43: FAIL: test_unauthorized_anonymous_sender_target 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 140, in test_unauthorized_anonymous_sender_target
43:     self.assertEqual(1, client.rejected)
43: AssertionError: 1 != 0
43: 
43: ======================================================================
43: FAIL: test_wildcard 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest)
43: ----------------------------------------------------------------------
43: Traceback (most recent call last):
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_test.py",
 line 924, in wrap
43:     return f(*args, **kwargs)
43:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_authz_service_plugin.py",
 line 119, in test_wildcard
43:     self.assertEqual(1, client.sent)
43: AssertionError: 1 != 0
43: 
43: ----------------------------------------------------------------------
43: Ran 10 tests in 1.092s
43: 
43: FAILED (failures=10)
21/38 Test #43: system_tests_authz_service_plugin ..............***Failed    
1.20 sec
test 45
      Start 45: system_tests_topology {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to