提交 ede787b5 authored 作者: Andrei Tokar's avatar Andrei Tokar

Oops, forgot to restore fixed TestRecovery.testRedoTransactions()

上级 e61ca425
......@@ -45,17 +45,7 @@ public class TestRecovery extends TestBase {
}
testRecoverClob();
testRecoverFulltext();
// TODO testRedoTransactions()
// DELETE FROM PUBLIC.TEST WHERE _ROWID_ = 1
// java.lang.RuntimeException: ( /* key:1 */ null, null)
// at org.h2.message.DbException.throwInternalError(DbException.java:253)
// at org.h2.index.PageDataIndex.getKey(PageDataIndex.java:270)
// at org.h2.index.PageDelegateIndex.find(PageDelegateIndex.java:66)
// at org.h2.index.BaseIndex.find(BaseIndex.java:131)
// at org.h2.index.IndexCursor.find(IndexCursor.java:175)
// at org.h2.table.TableFilter.next(TableFilter.java:471)
// at org.h2.command.dml.Delete.update(Delete.java:78)
// testRedoTransactions();
testRedoTransactions();
testCorrupt();
testWithTransactionLog();
testCompressedAndUncompressed();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论