-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.30
-
Fix Version/s: 0.31
-
Component/s: C++ Client
-
Labels:None
Steps to Reproduce:
1. create a subscription with auto_delete_timeout defined in the link
- ./drain "amq.direct;{link: {name: test_durable_subscription_timed_autodel-30, timeout: 30}}" -f &
2. assert the subscription queue for qpid.auto_delete_timeout - ./spout "test_durable_subscription_timed_autodel-30;{assert: always, node: {x-declare: {arguments: {qpid.auto_delete_timeout: 30}}}}"
3. TypeError
Option qpid.auto_delete_timeout does not match for test_durable_subscription_timed_autodel-30, expected F8:int64(30), got F4:int32(30)
Actual results:
TypeError on qpid.auto_delete_timeout assertion
Expected results:
No TypeError on qpid.auto_delete_timeout assertion
Reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1184124