Skip to content

Initial addition of cursored pagination for SQL #5730

Initial addition of cursored pagination for SQL

Initial addition of cursored pagination for SQL #5730

Triggered via pull request April 15, 2024 15:27
Status Failure
Total duration 41m 25s
Artifacts

gradle.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

44 errors
H2CursoredPaginationSpec.test pageable list with row removal [sorting: null, elem1: AAAAA00, elem2: AAAAA01, elem10: BBBBB00, elem19: BBBBB09, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
H2CursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{id, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ08, elem10: YYYYY09, elem19: YYYYY00, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
H2CursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #2]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
H2CursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #3]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: null, elem1: AAAAA00, elem2: AAAAA01, elem10: BBBBB00, elem19: BBBBB09, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{id, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ08, elem10: YYYYY09, elem19: YYYYY00, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #2]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #3]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row addition [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem3: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresCursoredPaginationSpec.test pageable list with row addition [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem3: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresCursoredPaginationSpec.test pageable findBy: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresCursoredPaginationSpec.test find with left join: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresPaginationSpec.test pageable list: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresPaginationSpec.test pageable sort: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresPaginationSpec.test pageable findBy: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresPaginationSpec.test total size of find with left join: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: null, elem1: AAAAA00, elem2: AAAAA01, elem10: BBBBB00, elem19: BBBBB09, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{id, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ08, elem10: YYYYY09, elem19: YYYYY00, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #2]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #3]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
build (17)
Process completed with exit code 1.
H2CursoredPaginationSpec.test pageable list with row removal [sorting: null, elem1: AAAAA00, elem2: AAAAA01, elem10: BBBBB00, elem19: BBBBB09, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
H2CursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{id, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ08, elem10: YYYYY09, elem19: YYYYY00, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
H2CursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #2]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
H2CursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #3]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2CursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: null, elem1: AAAAA00, elem2: AAAAA01, elem10: BBBBB00, elem19: BBBBB09, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{id, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ08, elem10: YYYYY09, elem19: YYYYY00, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #2]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #3]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
PostgresCursoredPaginationSpec.test pageable list with row addition [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem3: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresCursoredPaginationSpec.test pageable list with row addition [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem3: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresCursoredPaginationSpec.test pageable findBy: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresCursoredPaginationSpec.test find with left join: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresCursoredPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresNoIdEntitySpec.test no-id entity operations: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresNoIdEntitySpec.groovy#L33
io.micronaut.data.connection.jdbc.exceptions.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection
PostgresPaginationSpec.test sort: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L30
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create database schema: FATAL: sorry, too many clients already Path Taken: new SchemaGenerator(List configurations,JdbcSchemaHandler schemaHandler)
PostgresPaginationSpec.test pageable sort: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresPaginationSpec.test pageable findBy: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
PostgresPaginationSpec.test total size of find with left join: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresPaginationSpec.groovy#L40
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [javax.sql.DataSource] Message: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already Path Taken: DatasourceFactory.dataSource(DatasourceConfiguration datasourceConfiguration)
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: null, elem1: AAAAA00, elem2: AAAAA01, elem10: BBBBB00, elem19: BBBBB09, #0]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{id, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ08, elem10: YYYYY09, elem19: YYYYY00, #1]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, ASC)]}, elem1: AAAAA00, elem2: AAAAA00, elem10: AAAAA03, elem19: AAAAA06, #2]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
SqlServerCursoredPaginationSpec.test pageable list with row removal [sorting: DefaultSort{orderBy=[SORT{name, DESC)]}, elem1: ZZZZZ09, elem2: ZZZZZ09, elem10: ZZZZZ06, elem19: ZZZZZ03, #3]: data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerCursoredPaginationSpec.groovy#L1
groovy.lang.MissingMethodException: No signature of method: static io.micronaut.data.model.CursoredPageable.from() is applicable for argument types: (Integer) values: [10] Possible solutions: find(), grep(), find(groovy.lang.Closure), grep(java.lang.Object), wait(), any()
build (21)
The job was canceled because "_17" failed.
build (21)
The operation was canceled.