Skip to content

addressed at SqlServiceStub instead of the native layer #1678

addressed at SqlServiceStub instead of the native layer

addressed at SqlServiceStub instead of the native layer #1678

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / JUnit-pr failed Sep 1, 2023 in 0s

[JUnit] 2 test failed

Tests: 652 Failures: 2 Errors: 0 Skipped: 69 Duration: 254.0910000000001s

Annotations

Check failure on line 1 in src/test/java/com/tsurugidb/iceaxe/test/transaction/DbTransactionConflictLtxTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit-pr

com.tsurugidb.iceaxe.test.transaction.DbTransactionConflictLtxTest.ltx_ltx3()

org.opentest4j.AssertionFailedError: expected: <TestEntity{foo=1, bar=4, zzz=1}> but was: <TestEntity{foo=1, bar=3, zzz=1}>

Check failure on line 1 in src/test/java/com/tsurugidb/iceaxe/test/update/DbSelectUpdateTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit-pr

com.tsurugidb.iceaxe.test.update.DbSelectUpdateTest.selectUpdate_ltx_ltx2()

org.opentest4j.AssertionFailedError: expected: <TestEntity{foo=2, bar=12, zzz=2}> but was: <TestEntity{foo=2, bar=11, zzz=2}>