Control: reassign -1 frr/7.4-1 Hi,
On Thu, Jan 14, 2021 at 05:00:26PM +0100, Paul Gevers wrote: > With a recent upload of pam the autopkgtest of frr fails in testing on > armhf and ppc64el when that autopkgtest is run with the binary packages > of pam from unstable. It passes when run with only packages from > testing. In tabular form: > > pass fail > pam from testing 1.4.0-2 > frr from testing 7.4-1 > all others from testing from testing > autopkgtest [11:36:52]: test py-frr-reload: [----------------------- Paul gave me access to a machine similart to the one that's running the test on armhf. It looks like it's a race condition in the test itself (or in the frr scripts): The test runs service frr reload and then runs vtysh -c 'show running-config' to check if the output is changed. With the new pam, this command still shows the old config immediately after the reload. A few seconds later, it shows the new config. I suspect the changes in pam affect the timing of some of the steps involved. As it looks like this is an issue in the frr test (or the frr package), I'm reassigning the bugs there. Cheers, Ivo