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 (21) failed Jun 3, 2024 in 0s

4653 tests run, 4574 passed, 61 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 (21)

H2NoTxOpsRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

H2RepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@14f3eba1, io.micronaut.data.tck.entities.Student@69718b8c]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@14f3eba1, io.micronaut.data.tck.entities.Student@69718b8c]

	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 (21)

MariaRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@7a915d9f, io.micronaut.data.tck.entities.Student@12e7543c]

	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 (21)

MySqlRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

OracleXERepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

PostgresRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@7ace9990, io.micronaut.data.tck.entities.Student@407552d5]

	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 (21)

SqlServerRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

H2RepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@474008aa, io.micronaut.data.tck.entities.Student@35e68221]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@474008aa, io.micronaut.data.tck.entities.Student@35e68221]

	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 (21)

MariaDbRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@6984e354, io.micronaut.data.tck.entities.Student@1c226852]

	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 (21)

MariaDbRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@721582a2, io.micronaut.data.tck.entities.Student@412fcb5e]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@721582a2, io.micronaut.data.tck.entities.Student@412fcb5e]

	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 (21)

MySqlRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

MySqlRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

OracleXERepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@7f35d5b0, io.micronaut.data.tck.entities.Student@364532b3]

	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 (21)

OracleXERepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

PostgresRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

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

	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 (21)

PostgresRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@699e31fc, io.micronaut.data.tck.entities.Student@533a3425]
Raw output
Condition not satisfied:

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@699e31fc, io.micronaut.data.tck.entities.Student@533a3425]

	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 (21)

SqlServerRepositoryPoolSpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@15577658, io.micronaut.data.tck.entities.Student@13d8ae40]

	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 (21)

SqlServerRepositorySpec.test ManyToMany join table with mappedBy

Condition not satisfied:

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

students.size() == 1
|        |      |
|        2      false
[io.micronaut.data.tck.entities.Student@b1f12c7, io.micronaut.data.tck.entities.Student@77529f2b]

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