Project

General

Profile

Actions

Bug #62264

open

[ FAILED ] TestAMQP.IdleConnection (30132 ms)

Added by Casey Bodley 9 months ago. Updated 7 months ago.

Status:
Pending Backport
Priority:
Urgent
Target version:
-
% Done:

0%

Source:
Tags:
amqp notifications backport_processed
Backport:
pacific quincy reef
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

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)


Related issues 4 (2 open2 closed)

Related to rgw - Bug #61639: amqp: notifications are not retired on persistent topicPending BackportYuval Lifshitz

Actions
Copied to rgw - Backport #62283: pacific: [ FAILED ] TestAMQP.IdleConnection (30132 ms)RejectedYuval LifshitzActions
Copied to rgw - Backport #62284: reef: [ FAILED ] TestAMQP.IdleConnection (30132 ms)ResolvedYuval LifshitzActions
Copied to rgw - Backport #62285: quincy: [ FAILED ] TestAMQP.IdleConnection (30132 ms)NewActions
Actions #1

Updated by Casey Bodley 9 months 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)
Actions #2

Updated by Yuval Lifshitz 9 months ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 52734
Actions #3

Updated by Casey Bodley 9 months ago

  • Status changed from Fix Under Review to Pending Backport
Actions #4

Updated by Backport Bot 9 months ago

  • Copied to Backport #62283: pacific: [ FAILED ] TestAMQP.IdleConnection (30132 ms) added
Actions #5

Updated by Backport Bot 9 months ago

  • Copied to Backport #62284: reef: [ FAILED ] TestAMQP.IdleConnection (30132 ms) added
Actions #6

Updated by Casey Bodley 9 months ago

  • Related to Bug #61639: amqp: notifications are not retired on persistent topic added
Actions #7

Updated by Backport Bot 9 months ago

  • Copied to Backport #62285: quincy: [ FAILED ] TestAMQP.IdleConnection (30132 ms) added
Actions #8

Updated by Backport Bot 9 months ago

  • Tags changed from amqp notifications to amqp notifications backport_processed
Actions #9

Updated by Yuval Lifshitz 7 months ago

  • Pull request ID changed from 52734 to 52762
Actions

Also available in: Atom PDF