autopkgtests fail on oracular & noble
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| puppetdb (Ubuntu) |
Fix Released
|
Medium
|
Pushkar Kulkarni | ||
| Noble |
Fix Committed
|
Medium
|
Pushkar Kulkarni | ||
Bug Description
[ Impact ]
* The puppetdb autopkgtests fail on noble after the FTBFS bug [1] is fixed.
[ Test Plan ]
* Running autopkgtests on noble reveals the failure.
[ Where problems could occur ]
Currently, both tests under debian/test fail on oracular [2].
====
autopkgtest [00:30:43]: @@@@@@@
standalone FAIL stderr: warn: JDK 21.0.4-ea is neither tested nor supported. Please use JDK 17
with-puppetserver FAIL non-zero exit status 1
====
Test "standalone" fails because of Java 21 usage warning appears on stderr. Test "with-puppetserver" is an integration
test of puppetdb and puppetserver. The latter has been updated to 8.4.1-1 on noble. Use of a custom format named PSON was
completely abandoned in puppetserver 8. Any use of PSON in puppetdb 7 on noble needs to be removed.
[ Other Info ]
PuppetDB 7.X is compatible with PuppetServer 8.X [3]
[1] https:/
[2] https:/
[3] https:/
Related branches
- Nick Rosbrook (community): Approve
- Ubuntu Sponsors: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 58 lines (+14/-3)4 files modifieddebian/changelog (+10/-0)
debian/control (+2/-1)
debian/tests/control (+1/-1)
debian/tests/with-puppetserver (+1/-1)
| Changed in puppetdb (Ubuntu): | |
| status: | New → In Progress |
| assignee: | nobody → Pushkar Kulkarni (pushkarnk) |
| importance: | Undecided → Medium |
| Changed in puppetdb (Ubuntu Noble): | |
| assignee: | nobody → Pushkar Kulkarni (pushkarnk) |
| importance: | Undecided → Medium |
| status: | New → In Progress |
| description: | updated |
| tags: |
added: verification-failed verification-failed-noble removed: verification-done verification-done-noble |

The same tests fail, with the same errors, on noble (puppetdb 7.12.1-3) after fixing the FTBFS reported by LP#2069384