Actions
Bug #62264
closed[ FAILED ] TestAMQP.IdleConnection (30132 ms)
% Done:
0%
Source:
Backport:
pacific quincy reef
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v18.0.0-5243-gdd4baa9b642
Released In:
v19.2.0~1895
Upkeep Timestamp:
2025-07-12T03:35:55+00:00
Description
saw a failure in 'make check' on unrelated pr https://github.com/ceph/ceph/pull/47148:
215/285 Test #224: unittest_rgw_amqp .........................***Failed 35.29 sec
Running main() from gmock_main.cc
[==========] Running 23 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 23 tests from TestAMQP
[ RUN ] TestAMQP.ConnectionOK
[ OK ] TestAMQP.ConnectionOK (28 ms)
[ RUN ] TestAMQP.SSLConnectionOK
[ OK ] TestAMQP.SSLConnectionOK (12 ms)
[ RUN ] TestAMQP.PlainAndSSLConnectionsOK
[ OK ] TestAMQP.PlainAndSSLConnectionsOK (12 ms)
[ RUN ] TestAMQP.ConnectionReuse
[ OK ] TestAMQP.ConnectionReuse (10 ms)
[ RUN ] TestAMQP.NameResolutionFail
[ OK ] TestAMQP.NameResolutionFail (111 ms)
[ RUN ] TestAMQP.InvalidPort
[ OK ] TestAMQP.InvalidPort (112 ms)
[ RUN ] TestAMQP.InvalidHost
[ OK ] TestAMQP.InvalidHost (108 ms)
[ RUN ] TestAMQP.InvalidVhost
[ OK ] TestAMQP.InvalidVhost (108 ms)
[ RUN ] TestAMQP.UserPassword
[ OK ] TestAMQP.UserPassword (209 ms)
[ RUN ] TestAMQP.URLParseError
[ OK ] TestAMQP.URLParseError (114 ms)
[ RUN ] TestAMQP.ExchangeMismatch
[ OK ] TestAMQP.ExchangeMismatch (112 ms)
[ RUN ] TestAMQP.MaxConnections
[ OK ] TestAMQP.MaxConnections (392 ms)
[ RUN ] TestAMQP.ReceiveAck
[ OK ] TestAMQP.ReceiveAck (114 ms)
[ RUN ] TestAMQP.ImplicitConnectionClose
[ OK ] TestAMQP.ImplicitConnectionClose (629 ms)
[ RUN ] TestAMQP.ReceiveMultipleAck
[ OK ] TestAMQP.ReceiveMultipleAck (141 ms)
[ RUN ] TestAMQP.ReceiveAckForMultiple
[ OK ] TestAMQP.ReceiveAckForMultiple (209 ms)
[ RUN ] TestAMQP.DynamicCallback
[ OK ] TestAMQP.DynamicCallback (119 ms)
[ RUN ] TestAMQP.ReceiveNack
[ OK ] TestAMQP.ReceiveNack (120 ms)
[ RUN ] TestAMQP.FailWrite
[ OK ] TestAMQP.FailWrite (110 ms)
[ RUN ] TestAMQP.RetryInvalidHost
[ OK ] TestAMQP.RetryInvalidHost (704 ms)
[ RUN ] TestAMQP.RetryInvalidPort
[ OK ] TestAMQP.RetryInvalidPort (703 ms)
[ RUN ] TestAMQP.RetryFailWrite
[ OK ] TestAMQP.RetryFailWrite (703 ms)
[ RUN ] TestAMQP.IdleConnection
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/rgw/test_rgw_amqp.cc:523: Failure
Expected equality of these values:
amqp::get_connection_count()
Which is: 1
connection_number
Which is: 0
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/rgw/test_rgw_amqp.cc:75: Failure
Expected: (rc) < (0), actual: 0 vs 0
[ FAILED ] TestAMQP.IdleConnection (30132 ms)
[----------] 23 tests from TestAMQP (35012 ms total)
Updated by Casey Bodley over 2 years ago
- Priority changed from Normal to Urgent
saw again on https://github.com/ceph/ceph/pull/50611
[ RUN ] TestAMQP.IdleConnection
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/rgw/test_rgw_amqp.cc:523: Failure
Expected equality of these values:
amqp::get_connection_count()
Which is: 1
connection_number
Which is: 0
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/rgw/test_rgw_amqp.cc:75: Failure
Expected: (rc) < (0), actual: 0 vs 0
[ FAILED ] TestAMQP.IdleConnection (30117 ms)
[----------] 23 tests from TestAMQP (35073 ms total)
Updated by Yuval Lifshitz over 2 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 52734
Updated by Casey Bodley over 2 years ago
- Status changed from Fix Under Review to Pending Backport
backport depends on https://tracker.ceph.com/issues/61639
Updated by Upkeep Bot over 2 years ago
- Copied to Backport #62283: pacific: [ FAILED ] TestAMQP.IdleConnection (30132 ms) added
Updated by Upkeep Bot over 2 years ago
- Copied to Backport #62284: reef: [ FAILED ] TestAMQP.IdleConnection (30132 ms) added
Updated by Casey Bodley over 2 years ago
- Related to Bug #61639: amqp: notifications are not retired on persistent topic added
Updated by Upkeep Bot over 2 years ago
- Copied to Backport #62285: quincy: [ FAILED ] TestAMQP.IdleConnection (30132 ms) added
Updated by Yuval Lifshitz over 2 years ago
- Pull request ID changed from 52734 to 52762
Updated by Yuval Lifshitz about 1 year ago
- Status changed from Pending Backport to Resolved
Updated by Upkeep Bot 8 months ago
- Merge Commit set to dd4baa9b64234af6d929a851fa212cf103a6fa18
- Fixed In set to v18.0.0-5243-gdd4baa9b642
- Released In set to v19.2.0~1895
- Upkeep Timestamp set to 2025-07-12T03:35:55+00:00
Actions