Your message dated Tue, 21 Jan 2020 12:20:22 +0000
with message-id <e1itsw6-000ckx...@fasolo.debian.org>
and subject line Bug#933631: fixed in kazoo 2.6.1-5
has caused the Debian Bug report #933631,
regarding kazoo: test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
933631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933631
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kazoo
Version 2.6.1-1
Severity: important

Hello, looks like kazoo 2.6.1-1 started failing his tests wrt 2.5.0.

I found two issues:
1) ZOEKEEPER_VERSION not being correctly found on the system.
"fixed by exporting it on debian/tests"
export ZOOKEEPER_VERSION="3.4.13"
2) missing python-objgraph in debian/tests/control

unfortunately there are some "test_acl" and "test_ssl" failures, such as
http://debomatic-amd64.debian.net/distribution#unstable/kazoo/2.6.1-1.1/autopkgtest

--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_invalid_sasl_auth (kazoo.tests.test_client.TestAuthentication)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/tests/test_client.py", line 
256, in test_invalid_sasl_auth
    self.assertRaises(ConnectionLoss, client.start)
AssertionError: ConnectionLoss not raised
======================================================================
ERROR: test_get_acls (kazoo.tests.test_client.TestClient)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/tests/test_client.py", line 
832, in test_get_acls
    self.assertTrue(acl in client.get_acls('/a')[0])
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/client.py", line 1171, in 
get_acls
    return self.get_acls_async(path).get()
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/handlers/utils.py", line 
75, in get
    raise self._exception
NoAuthError: 
-------------------- >> begin captured logging << --------------------
kazoo.client: Level 5: ZK loop started
kazoo.client: Level 5: Skipping state change
kazoo.client: INFO: Connecting to 127.0.0.1:20010, use_ssl: False
kazoo.client: Level 5:     Using session_id: None session_passwd: 
00000000000000000000000000000000
kazoo.client: DEBUG: Sending request(xid=None): Connect(protocol_version=0, 
last_zxid_seen=0, time_out=800, session_id=0, 
passwd='\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', 
read_only=None)
kazoo.client: Level 5: Read response Connect(protocol_version=0, 
last_zxid_seen=0, time_out=4000, session_id=144264043061379102, 
passwd='*\x14\xe3\xae\xa6\x8e.\xa4\x84\xcd\xb6G)\xd5#\xff', read_only=False)
kazoo.client: Level 5: Session created, session_id: 144264043061379102 
session_passwd: 2a14e3aea68e2ea484cdb64729d523ff
    negotiated session timeout: 4000
    connect timeout: 1333
    read timeout: 2666.66666667
kazoo.client: INFO: Zookeeper connection established, state: CONNECTED
kazoo.client: DEBUG: Sending request(xid=1): 
Exists(path='/kazootests337e91d9e8534e879c85db206a6560ff', watcher=None)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=1, zxid=4294967719, 
err=-101)
kazoo.client: DEBUG: Sending request(xid=2): 
Exists(path='/kazootests337e91d9e8534e879c85db206a6560ff', watcher=None)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=2, zxid=4294967719, 
err=-101)
kazoo.client: DEBUG: Sending request(xid=3): 
Create(path='/kazootests337e91d9e8534e879c85db206a6560ff', data='', 
acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='world', id='anyone'))], 
flags=0)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=3, zxid=4294967720, 
err=0)
kazoo.client: DEBUG: Received response(xid=3): 
u'/kazootests337e91d9e8534e879c85db206a6560ff'
kazoo.client: DEBUG: Sending request(xid=4): 
Create(path='/kazootests337e91d9e8534e879c85db206a6560ff/a', data='', 
acl=[ACL(perms=31, acl_list=['ALL'], id=Id(scheme='digest', 
id=u'user:smGaoVKd/cQkjm7b88GyorAUz20='))], flags=0)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=4, zxid=4294967721, 
err=0)
kazoo.client: DEBUG: Received response(xid=4): 
u'/kazootests337e91d9e8534e879c85db206a6560ff/a'
kazoo.client: DEBUG: Sending request(xid=5): 
GetACL(path='/kazootests337e91d9e8534e879c85db206a6560ff/a')
kazoo.client: Level 5: Reading for header ReplyHeader(xid=5, zxid=4294967721, 
err=-102)
kazoo.client: DEBUG: Received error(xid=5) NoAuthError()
kazoo.client: DEBUG: Sending request(xid=6): 
Delete(path='/kazootests337e91d9e8534e879c85db206a6560ff/a', version=-1)
kazoo.client: Level 5: Reading for header ReplyHeader(xid=6, zxid=4294967722, 
err=0)
kazoo.client: DEBUG: Received response(xid=6): True
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_set_acls (kazoo.tests.test_client.TestClient)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/tests/test_client.py", line 
847, in test_set_acls
    self.assertTrue(acl in client.get_acls('/a')[0])
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/client.py", line 1171, in 
get_acls
    return self.get_acls_async(path).get()
  File "/tmp/autopkgtest.EU6u1A/build.vPf/src/kazoo/handlers/utils.py", line 
75, in get
    raise self._exception
NoAuthError: 
-------------------- >> begin captured logging << --------------------
kazoo.client: Level 5: ZK loop started
kazoo.client: Level 5: Skipping state change
kazoo.client: INFO: Connecting to 127.0.0.1:20020, use_ssl: False
kazoo.client: Level 5:     Using session_id: None session_passwd: 
00000000000000000000000000000000
kazoo.client: DEBUG: Sending request(xid=None): Connect(protocol_version=0, 
last_zxid_seen=0, time_out=800, session_id=0, 
passwd='\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', 
read_only=None)
kazoo.client: Level 5: Read response Connect(protocol_version=0, 
last_zxid_seen=0, time_out=4000, session_id=216321637099307043, 
passwd='\xed\xdb\t\xae\xc5|t\x98\xf5z\xa3\x8d\xc0\x9b\x1b\xa3', read_only=False)
kazoo.client: Level 5: Session created, session_id: 216321637099307043 
session_passwd: eddb09aec57c7498f57aa38dc09b1ba3
    negotiated session timeout: 4000
    connect timeout: 1333
    read timeout: 2666.66666667
kazoo.client: INFO: Zookeeper connection established, state: CONNECTED


I don't really know how to deal with them...

attached my debian directory

do you have any idea?
Gianfranco

Attachment: kazoo_2.6.1-1.1.debian.tar.xz
Description: application/xz


--- End Message ---
--- Begin Message ---
Source: kazoo
Source-Version: 2.6.1-5

We believe that the bug you reported is fixed in the latest version of
kazoo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 933...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated kazoo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 Jan 2020 12:59:44 +0100
Source: kazoo
Architecture: source
Version: 2.6.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 933631
Changes:
 kazoo (2.6.1-5) unstable; urgency=medium
 .
   * Add python3-objgraph in debian/tests/control (Closes: #933631).
Checksums-Sha1:
 edffc3fcf5d6445eb0fbe70b2db3394622734326 2246 kazoo_2.6.1-5.dsc
 db5996b8c88c0a653a73bf98fe5ab758219dde38 4224 kazoo_2.6.1-5.debian.tar.xz
 c5ad6d75d24e93b8d488c2e72c091c72a28d502e 7464 kazoo_2.6.1-5_amd64.buildinfo
Checksums-Sha256:
 6b3ed7b557c9311de806d28f63d881d13599290ed3c65ad7fcf4448eb83cd9a4 2246 
kazoo_2.6.1-5.dsc
 4cd4d3f7f78fe6a4285b922a071ec407352afbc0f19feb48ae7593541dd6dc61 4224 
kazoo_2.6.1-5.debian.tar.xz
 d2f6965b9e5ac70bcf9034f966c9ed8d1559380f18174f357a1b02b5205a3e55 7464 
kazoo_2.6.1-5_amd64.buildinfo
Files:
 1050f836e6f297fcd722277e83b56c11 2246 python optional kazoo_2.6.1-5.dsc
 39b29c08dab76c689af71526b0b8b85a 4224 python optional 
kazoo_2.6.1-5.debian.tar.xz
 02dc6a0ae869d6f983e7a23bd369e5f0 7464 python optional 
kazoo_2.6.1-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl4m6GIACgkQ1BatFaxr
Q/7VdA//TEuj0ND7iEgyn19Z2SLitbvQQKNAEnfcyFVB0Ej+xAruZy+fueOGZta0
krOxGM2LLEj4zo/dcslIKF0Q8be1bybqWnOJ6KahRfIzIKeZpvxj3cDPTAi0pDpq
DAJmiYVzE9aK/2beVN7szwffOhGx9+BFYGcy5dJQksicUlZ4j7EeBiVOm6g9dhG3
02WUswk1qkrTUYFwi5aeK5aj1rcQpGpSa85hXEqoYtUkFTJoOB/ZwDuhLh9ArXmM
eJ9nbGMnWcYB2mC1ULts1mm0SuCSxf5yRGYEts8zdqheSSoLMCW5eGCyrTw1moaS
dSaBPWJhy5oQYgXAPkj/DXgVUc8Kw+8UWE6Qpnv14jf2FayFaw1EERiYABF0hopt
Sr17lOmYbcyF1yM53oxGhdeD5nufplmCNsU4z4xFdfDnAArBhgnsu2Ny8+URd/RN
FGPytAqyug3gPKTD9FS++fO/o6To5tzk/WCkOVKxcMcns9f1o//pMm0Bw3zKwbm3
EGor9XijLI9Mmgn0kHAyHabaLO6wUwyMNi/8+Pa67vRdr8eKg4PDhtw+KElvAB9x
CrrzwEBZjbm8+mlCs7n8A7eIG0LIbZDu+3dvg/0T73DT5PWZpuRndlcLBgQj7ZZa
HZUrSpVN6stqLxBoA70o3LWPIGwIQTsE4UuK6CsNUaTPu6A9Q/w=
=mQzg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to