Merge ~jj/ubuntu/+source/nss-pam-ldapd:lp2130351-autopkgtest-apparmor into ubuntu/+source/nss-pam-ldapd:ubuntu/devel
| Status: | Merged | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Approved by: | Andreas Hasenack | ||||||||
| Approved revision: | 6d29f7b80ca5ecd37f01ee09b1e4a8911fc71287 | ||||||||
| Merged at revision: | 6d29f7b80ca5ecd37f01ee09b1e4a8911fc71287 | ||||||||
| Proposed branch: | ~jj/ubuntu/+source/nss-pam-ldapd:lp2130351-autopkgtest-apparmor | ||||||||
| Merge into: | ubuntu/+source/nss-pam-ldapd:ubuntu/devel | ||||||||
| Diff against target: |
82 lines (+47/-1) 2 files modified
debian/changelog (+8/-0) debian/tests/testsuite (+39/-1) |
||||||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Andreas Hasenack | Approve | ||
| Canonical Server Reporter | Pending | ||
|
Review via email:
|
|||
Description of the change
fix for bug #2130351
ppa: https:/
- nss-pam-ldapd: resolute/
+ ✅ nss-pam-ldapd on resolute for amd64 @ 17.11.25 11:54:41 Log️ 🗒️
- nss-pam-ldapd: resolute/
+ ✅ nss-pam-ldapd on resolute for arm64 @ 17.11.25 11:56:45 Log️ 🗒️
- nss-pam-ldapd: resolute/
+ ❌ nss-pam-ldapd on resolute for armhf @ 17.11.25 11:57:55 Log️ 🗒️
• testsuite FAIL 🟥
• testsuite FLAKY 🟫
- nss-pam-ldapd: resolute/
+ ❌ nss-pam-ldapd on resolute for i386 @ 17.11.25 11:54:00 Log️ 🗒️
• testsuite FAIL 🟥
• testsuite FAIL 🟥
- nss-pam-ldapd: resolute/
+ ✅ nss-pam-ldapd on resolute for ppc64el @ 17.11.25 11:56:40 Log️ 🗒️
- nss-pam-ldapd: resolute/
+ ⛔ nss-pam-ldapd on resolute for riscv64 @ 17.11.25 12:11:46 Log️ 🗒️
• testbed BAD ⛔
- nss-pam-ldapd: resolute/
+ ✅ nss-pam-ldapd on resolute for s390x @ 17.11.25 11:55:37 Log️ 🗒️
armhf fails because apparmor can't be accessed, i386 has always failed.

What happens if you just ignore the apparmor_parser exit status, like we do already in other cases, like d/t/slapd[1] from src:openldap? Does the test pass?
Incidentally, we should probably standardize on this, as other tests even in openldap use different code to skip apparmor failures on armhf (like d/t/smbk5pwd). But that's for another time.
1. https:/ /git.launchpad. net/ubuntu/ +source/ openldap/ tree/debian/ tests/slapd# n23