Skip to content

Left join returns incorrect number of records #5912

Left join returns incorrect number of records

Left join returns incorrect number of records #5912

GitHub Actions / Java CI / Test Report (17) failed Jun 3, 2024 in 0s

5187 tests run, 5069 passed, 100 skipped, 18 failed.

Annotations

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2NoTxOpsRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

H2NoTxOpsRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@60706f6d, io.micronaut.data.tck.entities.Student@c68a9eb]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@60706f6d, io.micronaut.data.tck.entities.Student@c68a9eb]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2RepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

H2RepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@3eec1f7a, io.micronaut.data.tck.entities.Student@6a51a15f]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@3eec1f7a, io.micronaut.data.tck.entities.Student@6a51a15f]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/mariadb/MariaRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MariaRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@6e85f4cf, io.micronaut.data.tck.entities.Student@1c20832e]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@6e85f4cf, io.micronaut.data.tck.entities.Student@1c20832e]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/mysql/MySqlRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MySqlRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@337fb3e7, io.micronaut.data.tck.entities.Student@5fbae6f3]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@337fb3e7, io.micronaut.data.tck.entities.Student@5fbae6f3]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/oraclexe/OracleXERepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

OracleXERepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@5e6b637f, io.micronaut.data.tck.entities.Student@59143fac]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@5e6b637f, io.micronaut.data.tck.entities.Student@59143fac]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

PostgresRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@6913c271, io.micronaut.data.tck.entities.Student@40e6a92a]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@6913c271, io.micronaut.data.tck.entities.Student@40e6a92a]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

SqlServerRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@65434ab7, io.micronaut.data.tck.entities.Student@4aa48bdb]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@65434ab7, io.micronaut.data.tck.entities.Student@4aa48bdb]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/h2/H2RepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

H2RepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@51498122, io.micronaut.data.tck.entities.Student@3583c919]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@51498122, io.micronaut.data.tck.entities.Student@3583c919]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-r2dbc/src/test/groovy/io/micronaut/data/r2dbc/mariadb/MariaDbRepositoryPoolSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MariaDbRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@7f80e4ba, io.micronaut.data.tck.entities.Student@42d28509]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@7f80e4ba, io.micronaut.data.tck.entities.Student@42d28509]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-r2dbc/src/test/groovy/io/micronaut/data/r2dbc/mariadb/MariaDbRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MariaDbRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@46aa2d50, io.micronaut.data.tck.entities.Student@496e5abb]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@46aa2d50, io.micronaut.data.tck.entities.Student@496e5abb]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-r2dbc/src/test/groovy/io/micronaut/data/r2dbc/mysql/MySqlRepositoryPoolSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MySqlRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@4cbcd6ef, io.micronaut.data.tck.entities.Student@51cb5c85]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@4cbcd6ef, io.micronaut.data.tck.entities.Student@51cb5c85]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/mysql/MySqlRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

MySqlRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@61fc848c, io.micronaut.data.tck.entities.Student@32a806ef]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@61fc848c, io.micronaut.data.tck.entities.Student@32a806ef]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-r2dbc/src/test/groovy/io/micronaut/data/r2dbc/oraclexe/OracleXERepositoryPoolSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

OracleXERepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@7beafda7, io.micronaut.data.tck.entities.Student@64b1f582]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@7beafda7, io.micronaut.data.tck.entities.Student@64b1f582]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/oraclexe/OracleXERepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

OracleXERepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@53e1f9fd, io.micronaut.data.tck.entities.Student@6e6fc466]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@53e1f9fd, io.micronaut.data.tck.entities.Student@6e6fc466]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-r2dbc/src/test/groovy/io/micronaut/data/r2dbc/postgres/PostgresRepositoryPoolSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

PostgresRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@4f07d298, io.micronaut.data.tck.entities.Student@1b3ceb6c]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@4f07d298, io.micronaut.data.tck.entities.Student@1b3ceb6c]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/postgres/PostgresRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

PostgresRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@6048d75, io.micronaut.data.tck.entities.Student@34c7f7aa]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@6048d75, io.micronaut.data.tck.entities.Student@34c7f7aa]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-r2dbc/src/test/groovy/io/micronaut/data/r2dbc/sqlserver/SqlServerRepositoryPoolSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

SqlServerRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@2f1b66b3, io.micronaut.data.tck.entities.Student@4ddeea05]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@2f1b66b3, io.micronaut.data.tck.entities.Student@4ddeea05]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)

Check failure on line 1 in data-jdbc/src/test/groovy/io/micronaut/data/jdbc/sqlserver/SqlServerRepositorySpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (17)

SqlServerRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@5453f37a, io.micronaut.data.tck.entities.Student@7cf03fbf]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@5453f37a, io.micronaut.data.tck.entities.Student@7cf03fbf]

	at io.micronaut.data.tck.tests.AbstractRepositorySpec.test ManyToMany join table with mappedBy(AbstractRepositorySpec.groovy:2566)