You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAILING_TESTS.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ GPG Keys are configured as: file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY
31
31
Error: GPG check FAILED
32
32
```
33
33
34
-
**Root Cause**:
34
+
**Root Cause**:
35
35
PostgreSQL uses **architecture-specific GPG keys** for signing packages. The aarch64 builds are signed with a different key (b9738825) than x86_64 builds (08b40d20). The cookbook was only downloading the generic RHEL key, not the aarch64-specific key.
36
36
37
37
**Reproduction Steps**:
@@ -66,24 +66,28 @@ kitchen test ident-16-centos-stream-9
66
66
67
67
**Affected Suites**: ident-* suites
68
68
69
-
**Platforms Affected**:
69
+
**Platforms Affected**:
70
+
70
71
- Seen in CI on centos-stream-9 (from CI logs)
71
72
-**NOT reproducible locally on debian-12** (test passes)
72
73
- Need to verify on RHEL platforms once GPG issue is fixed
0 commit comments