Actions
Bug #10147
closedTest broken with "FileNotFoundException /ldap/bootstrap.ldif"
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since modification for #10145, we have a test error:
FileNotFoundException(message='file:/home/jenkins/.m2/repository/com/normation/inventory/inventory-repository/4.1.0~beta3-SNAPSHOT/inventory-repository-4.1.0~beta3-SNAPSHOT.jar!/ldap/bootstrap.ldif (No such file or directory)'
But of course, the file is present... And in all case, it is not the one that should be looked for! The correct one is under "rudder/rudder-core/src/test/resources/ldap".
So somehow, the resources exclusion of logback.xml threw havoc on classpath loading... Maven a pile of trash.
Updated by François ARMAND almost 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1479
Updated by François ARMAND almost 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|67e88648b5b544931510964235a56f0869e3d074.
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.0~beta3 which was released today.
- 4.1.0~beta3: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions