Closed GeraldScott closed 3 years ago
Thanks for reporting. Can you post your .yo-rc.json
file?
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.taung.test"
},
"jhipsterVersion": "6.8.0",
"applicationType": "monolith",
"baseName": "test",
"packageName": "com.taung.test",
"packageFolder": "com/taung/test",
"serverPort": "8080",
"authenticationType": "jwt",
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "postgresql",
"messageBroker": false,
"buildTool": "maven",
"jwtSecretKey": "ZjM1NzgyYTc1MmJlZWUyMDM1MzU0YzhmMGU4MDI1ZDQxNTYzMWUxOTcwNjNjMWI3NWNjYzBiMmVmOWY3MjhjZWM3ODBjNjc4Y2UxOTg5N2RlZDFkZjJlOTE2OGIzOTllMjQ1NGYzMmZlNGUxMmNkMDg5ZDAxOWI0MDliMWU1YzY=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "lux",
"clientThemeVariant": "dark",
"creationTimestamp": 1602763926012,
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [
{
"name": "generator-jhipster-quarkus",
"version": "0.1.6"
}
],
"enableTranslation": false,
"blueprints": [
{
"name": "generator-jhipster-quarkus",
"version": "0.1.6"
}
]
}
}
@GeraldScott this is fixed in main branch, wait for release or build blueprint locally and use it to generate application
@inngvar I built the blueprint locally and can confirm that the fix works. Many thanks
Describe the bug A newly generated application fails multiple tests when running
./mvnw verify
, even though the application is generated successfully, and the newly created application runs as expected.To Reproduce Steps to reproduce the behavior:
./mvnw verify
Expected behavior The test execution on a newly generated, unmodified application should pass all tests.
Errors Running
./mvnw verify
runs 57 tests, but there are 32 failures:The tests that fail are as follows:
Additional information):