Project

General

Profile

Actions

Bug #64690

open

TestAMQP.MaxConnections failure

Added by Casey Bodley 2 months ago. Updated 2 months ago.

Status:
New
Priority:
Normal
Target version:
-
% Done:

0%

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

Description

a make check failure from https://jenkins.ceph.com/job/ceph-pull-requests/130468/consoleFull#-1839254854e840cee4-f4a4-4183-81dd-42855615f2c1

223/290 Test #227: unittest_rgw_amqp .........................***Failed    5.13 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 (3 ms)
[ RUN      ] TestAMQP.SSLConnectionOK
[       OK ] TestAMQP.SSLConnectionOK (2 ms)
[ RUN      ] TestAMQP.PlainAndSSLConnectionsOK
[       OK ] TestAMQP.PlainAndSSLConnectionsOK (3 ms)
[ RUN      ] TestAMQP.ConnectionReuse
[       OK ] TestAMQP.ConnectionReuse (18 ms)
[ RUN      ] TestAMQP.NameResolutionFail
[       OK ] TestAMQP.NameResolutionFail (109 ms)
[ RUN      ] TestAMQP.InvalidPort
[       OK ] TestAMQP.InvalidPort (110 ms)
[ RUN      ] TestAMQP.InvalidHost
[       OK ] TestAMQP.InvalidHost (113 ms)
[ RUN      ] TestAMQP.InvalidVhost
[       OK ] TestAMQP.InvalidVhost (113 ms)
[ RUN      ] TestAMQP.UserPassword
[       OK ] TestAMQP.UserPassword (211 ms)
[ RUN      ] TestAMQP.URLParseError
[       OK ] TestAMQP.URLParseError (112 ms)
[ RUN      ] TestAMQP.ExchangeMismatch
[       OK ] TestAMQP.ExchangeMismatch (114 ms)
[ RUN      ] TestAMQP.MaxConnections
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/rgw/test_rgw_amqp.cc:70: Failure
Expected equality of these values:
  0
  rc
    Which is: -4098
[  FAILED  ] TestAMQP.MaxConnections (585 ms)
[ RUN      ] TestAMQP.ReceiveAck
[       OK ] TestAMQP.ReceiveAck (128 ms)
[ RUN      ] TestAMQP.ImplicitConnectionClose
[       OK ] TestAMQP.ImplicitConnectionClose (759 ms)
[ RUN      ] TestAMQP.ReceiveMultipleAck
[       OK ] TestAMQP.ReceiveMultipleAck (145 ms)
[ RUN      ] TestAMQP.ReceiveAckForMultiple
[       OK ] TestAMQP.ReceiveAckForMultiple (128 ms)
[ RUN      ] TestAMQP.DynamicCallback
[       OK ] TestAMQP.DynamicCallback (126 ms)
[ RUN      ] TestAMQP.ReceiveNack
[       OK ] TestAMQP.ReceiveNack (122 ms)
[ RUN      ] TestAMQP.FailWrite
[       OK ] TestAMQP.FailWrite (13 ms)
[ RUN      ] TestAMQP.RetryInvalidHost
[       OK ] TestAMQP.RetryInvalidHost (712 ms)
[ RUN      ] TestAMQP.RetryInvalidPort
[       OK ] TestAMQP.RetryInvalidPort (614 ms)
[ RUN      ] TestAMQP.RetryFailWrite
[       OK ] TestAMQP.RetryFailWrite (624 ms)
[ RUN      ] TestAMQP.IdleConnection
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/rgw/test_rgw_amqp.cc:516: Skipped

[  SKIPPED ] TestAMQP.IdleConnection (20 ms)
[----------] 23 tests from TestAMQP (4886 ms total)

[----------] Global test environment tear-down
[==========] 23 tests from 1 test suite ran. (4886 ms total)
[  PASSED  ] 21 tests.
[  SKIPPED ] 1 test, listed below:
[  SKIPPED ] TestAMQP.IdleConnection
[  FAILED  ] 1 test, listed below:
[  FAILED  ] TestAMQP.MaxConnections

 1 FAILED TEST

the -4098 code corresponds to:

static const int RGW_AMQP_STATUS_CONNECTION_CLOSED =      -0x1002;

Actions #1

Updated by Casey Bodley 2 months ago

  • Assignee set to Yuval Lifshitz
Actions

Also available in: Atom PDF