[jira] [Updated] (DISPATCH-2078) system_tests_authz_service_plugin mysteriously broken on GitHub Actions CI

2021-11-02 Thread Ganesh Murthy (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-2078:

Fix Version/s: (was: 1.18.0)
   Backlog

> system_tests_authz_service_plugin mysteriously broken on GitHub Actions CI
> --
>
> Key: DISPATCH-2078
> URL: https://issues.apache.org/jira/browse/DISPATCH-2078
> Project: Qpid Dispatch
>  Issue Type: Test
>Affects Versions: 1.16.0
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: Backlog
>
>
> https://github.com/apache/qpid-dispatch/runs/2426474351#step:9:2155
> {noformat}
> 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-24 11:12:31.013358 + 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:   1856 ^_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.r

[jira] [Updated] (DISPATCH-2078) system_tests_authz_service_plugin mysteriously broken on GitHub Actions CI

2021-08-10 Thread Ken Giusti (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Giusti updated DISPATCH-2078:
-
Fix Version/s: (was: 1.17.0)
   1.18.0

> system_tests_authz_service_plugin mysteriously broken on GitHub Actions CI
> --
>
> Key: DISPATCH-2078
> URL: https://issues.apache.org/jira/browse/DISPATCH-2078
> Project: Qpid Dispatch
>  Issue Type: Test
>Affects Versions: 1.16.0
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.18.0
>
>
> https://github.com/apache/qpid-dispatch/runs/2426474351#step:9:2155
> {noformat}
> 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-24 11:12:31.013358 + 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:   1856 ^_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)

[jira] [Updated] (DISPATCH-2078) system_tests_authz_service_plugin mysteriously broken on GitHub Actions CI

2021-05-10 Thread Ken Giusti (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Giusti updated DISPATCH-2078:
-
Fix Version/s: 1.17.0

> system_tests_authz_service_plugin mysteriously broken on GitHub Actions CI
> --
>
> Key: DISPATCH-2078
> URL: https://issues.apache.org/jira/browse/DISPATCH-2078
> Project: Qpid Dispatch
>  Issue Type: Test
>Affects Versions: 1.16.0
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.17.0
>
>
> https://github.com/apache/qpid-dispatch/runs/2426474351#step:9:2155
> {noformat}
> 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-24 11:12:31.013358 + 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:   1856 ^_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: 

[jira] [Updated] (DISPATCH-2078) system_tests_authz_service_plugin mysteriously broken on GitHub Actions CI

2021-04-25 Thread Jira


 [ 
https://issues.apache.org/jira/browse/DISPATCH-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiri Daněk updated DISPATCH-2078:
-
Description: 
https://github.com/apache/qpid-dispatch/runs/2426474351#step:9:2155

{noformat}
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-24 11:12:31.013358 + 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:   1856 ^_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: ==