Your message dated Mon, 24 Sep 2018 22:12:22 +0200
with message-id <[email protected]>
and subject line Re: python-dateutil breaks patroni autopkgtest
has caused the Debian Bug report #908522,
regarding python-dateutil breaks patroni autopkgtest
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 [email protected]
immediately.)
--
908522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908522
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-dateutil, patroni
Control: found -1 python-dateutil/2.7.3-1
Control: found -1 patroni/1.4.4-2
X-Debbugs-CC: [email protected]
User: [email protected]
Usertags: breaks needs-update
Dear maintainers,
With a recent upload of python-dateutil the autopkgtest of patroni fails
in testing when that autopkgtest is run with the binary packages of
python-dateutil from unstable. It passes when run with only packages
from testing. I copied some of the output at the bottom of this report.
Currently this regression is contributing to the delay of the migration
of python-dateutil to testing [1]. Due to the nature of this issue, I
filed this bug report against both packages. Can you please investigate
the situation and reassign the bug to the right package? If needed,
please change the bug's severity.
For reference of the patroni maintainers, bug 907718: "RRULE UNTIL
values must be specified in UTC when DTSTART is timezone-aware" already
exist against the python-dateutils package with multiple affected
packages and multiple bugs blocking the "fix". I can't judge from the
error logging if this is at all related.
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[1] https://qa.debian.org/excuses.php?package=python-dateutil
https://ci.debian.net/data/autopkgtest/testing/amd64/p/patroni/967658/log.gz
=================================== FAILURES
===================================
_____________________ TestPostgresql.test_wait_for_startup
_____________________
self = <test_postgresql.TestPostgresql testMethod=test_wait_for_startup>
def test_wait_for_startup(self):
state = {'sleeps': 0, 'num_rejects': 0, 'final_return': 0}
def increment_sleeps(*args):
print("Sleep")
state['sleeps'] += 1
def isready_return(*args):
ret = 1 if state['sleeps'] < state['num_rejects'] else
state['final_return']
print("Isready {0} {1}".format(ret, state))
return ret
def time_in_state(*args):
return state['sleeps']
with patch('subprocess.call', side_effect=isready_return):
with patch('time.sleep', side_effect=increment_sleeps):
self.p.time_in_state = Mock(side_effect=time_in_state)
self.p._state = 'stopped'
self.assertTrue(self.p.wait_for_startup())
> self.assertEquals(state['sleeps'], 0)
E AssertionError: 114 != 0
tests/test_postgresql.py:812: AssertionError
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
This issue is fixed without changes to python-dateutil or patroni AFAICT.
Paul
signature.asc
Description: OpenPGP digital signature
--- End Message ---