Fix more tests, rethink approach #6864
Annotations
9 errors and 2 warnings
BookRepositorySpec.testCrud():
doc-examples/azure-cosmos-example-groovy/src/test/groovy/example/BookRepositorySpec.groovy#L66
io.micronaut.data.exceptions.DataAccessException: Error instantiating entity [example.Book]: Null argument specified for [reviews]. If this argument is allowed to be null annotate it with @nullable
|
BookRepositorySpec.testCursoredPageable():
doc-examples/azure-cosmos-example-groovy/src/test/groovy/example/BookRepositorySpec.groovy#L149
io.micronaut.data.exceptions.DataAccessException: Error executing SQL Query: SELECT book_.`id`,book_.`title`,book_.`pages` FROM `book` book_ ORDER BY book_.title ASC,book_.id ASC LIMIT 5 Error instantiating entity [example.Book]: Null argument specified for [reviews]. If this argument is allowed to be null annotate it with @nullable
|
BookRepositorySpec.testPageable():
doc-examples/azure-cosmos-example-groovy/src/test/groovy/example/BookRepositorySpec.groovy#L105
io.micronaut.data.exceptions.DataAccessException: Error executing SQL Query: SELECT book_.`id`,book_.`title`,book_.`pages` FROM `book` book_ LIMIT 3 Error instantiating entity [example.Book]: Null argument specified for [reviews]. If this argument is allowed to be null annotate it with @nullable
|
StudentRepositorySpec.testCrud():
doc-examples/hibernate-reactive-example-java/src/test/java/example/StudentRepositorySpec.java#L23
io.micronaut.data.exceptions.DataAccessException: Error instantiating entity [example.Course]: Null argument specified for [students]. If this argument is allowed to be null annotate it with @nullable
|
TxTest.test transaction propagation$micronaut_jdbc_example_kotlin_test():
doc-examples/jdbc-example-kotlin/src/test/kotlin/example/TxTest.kt#L35
io.micronaut.data.exceptions.DataAccessException: Error instantiating entity [example.Parent]: Null argument specified for [children]. If this argument is allowed to be null annotate it with @nullable
|
StudentRepositorySpec.testCrud():
doc-examples/hibernate-reactive-example-java/src/test/java/example/StudentRepositorySpec.java#L31
io.micronaut.data.exceptions.DataAccessException: Error instantiating entity [example.Course]: Null argument specified for [students]. If this argument is allowed to be null annotate it with @nullable
|
build (17)
Process completed with exit code 1.
|
build (21)
The job was canceled because "_17" failed.
|
build (21)
The operation was canceled.
|
build (17)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
build (17)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|