[Pkg-sssd-devel] [Git][sssd-team/sssd][master] autopkgtests: increase expect timeout to address flaky ldap-user-group-ldap-auth under control
Simon Josefsson (@jas)
gitlab at salsa.debian.org
Tue Nov 26 09:17:53 GMT 2024
Simon Josefsson pushed to branch master at Debian SSSD packaging / sssd
Commits:
b2fa46f8 by Michael Prokop at 2024-11-08T11:27:27+01:00
autopkgtests: increase expect timeout to address flaky ldap-user-group-ldap-auth under control
The ldap-user-group-ldap-auth autopkgtest is flaky on Debian CI
infrastructure, though so far it couldn't be reproduced on Debian's
Salsa nor Ubuntu's test infrastructure. It appears that the test tends
to fail under heavy load, or when specific other things are happening on
the system. Let's increase the timeout within debian/tests/login.exp,
which is used by debian/tests/ldap-user-group-ldap-auth, before marking
the test as flaky.
Closes: #1081027
- - - - -
1 changed file:
- debian/tests/login.exp
Changes:
=====================================
debian/tests/login.exp
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/expect
-set timeout 10
+set timeout 20
set user [lindex $argv 0]
set password [lindex $argv 1]
set principal [lindex $argv 2]
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/b2fa46f8c503f8ee91dbd2d226543cd572c901f0
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/b2fa46f8c503f8ee91dbd2d226543cd572c901f0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20241126/cf426bd8/attachment.htm>
More information about the Pkg-sssd-devel
mailing list