better session handling #16
build.yaml
on: pull_request
Build YOJ (unit tests only)
2m 36s
Annotations
4 errors
DeleteByIdStatementTest.testDelete:
repository-ydb-v2/src/test/java/tech/ydb/yoj/repository/ydb/statement/DeleteByIdStatementTest.java#L23
Expecting actual:
[]
to contain exactly in any order:
[AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=a), value=foo),
AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=b), value=bar),
AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=c), value=ops)]
but could not find the following elements:
[AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=a), value=foo),
AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=b), value=bar),
AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=c), value=ops)]
|
InsertYqlStatementTest.testInsert:
repository-ydb-v2/src/test/java/tech/ydb/yoj/repository/ydb/statement/InsertYqlStatementTest.java#L17
Expecting actual:
[]
to contain exactly in any order:
[AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=a), value=foo)]
but could not find the following elements:
[AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=a), value=foo)]
|
UpsertYqlStatementTest.testUpsert:
repository-ydb-v2/src/test/java/tech/ydb/yoj/repository/ydb/statement/UpsertYqlStatementTest.java#L17
Expecting actual:
[]
to contain exactly in any order:
[AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=a), value=foo)]
but could not find the following elements:
[AbstractMultipleVarsYqlStatementTest.TestEntity(id=AbstractMultipleVarsYqlStatementTest.TestEntity.Id(value=a), value=foo)]
|
Build YOJ (unit tests only)
Process completed with exit code 1.
|