Murad created the topic: Добавление полей в таблицу users
Добрый день! Добавил в таблицу users новое поле в базе и в классе, но при сборки выходят ошибки:
> Task :test FAILED
Gradle suite > Gradle test > ru.apertum.qsystem.server.controller.ExecuterTest.testAboutTask FAILED
java.lang.ExceptionInInitializerError at ExecuterTest.java:45
Caused by: org.hibernate.exception.GenericJDBCException at ExecuterTest.java:45
Caused by: java.sql.SQLException at ExecuterTest.java:45
Caused by: org.h2.jdbc.JdbcSQLException
Gradle suite > Gradle test > ru.apertum.qsystem.common.NetCommanderTest.testAboutService FAILED
ru.apertum.qsystem.common.exceptions.QException at NetCommanderTest.java:89
Caused by: ru.apertum.qsystem.common.exceptions.QException at NetCommanderTest.java:89
20 tests completed, 2 failed, 4 skipped
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///D:/╬ёхЄш /qsystem/build/reports/tests/test/index.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 12s
9 actionable tasks: 6 executed, 3 up-to-date
FAILURE: Build failed with an exception.
* What went wrong:
Could not dispatch a message to the daemon.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org