studio
studio copied to clipboard
Build fail at unit test
Describe the bug When I build the project, $mvn install isn't working
To Reproduce Steps to reproduce the behavior:
- git clone
- install maven and java in latest stable versions
- $ mvn install
- See error
Expected behavior import dependencies, tests, then build
Screenshots If applicable, add screenshots to help explain your problem.
Logs
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.283 s -- in studio.metadata.DatabaseMetadataServiceTest
août 07, 2023 4:56:42 PM io.quarkus.bootstrap.runner.Timing printStopTime
INFO: studio-web-ui stopped in 0.012s
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] DeviceControllerTest.testAddToLibrary:225->restTransfer:172 transfer should be true ==> expected:
Desktop and environment (please complete the following information):
- OS: Ubuntu 22.04
- Browser irrelevant
- Java version: openjdk 17.0.8 2023-07-18
- Maven version: Apache Maven 3.9.4
- STUdio application version irrelevant
When the code is run with -DskipTests, a jar file is correctly generated.
I have the same problem on macos