Skip to content

AssertionError in mvstore.FileStore.serializeAndStore #3642

@katzyn

Description

@katzyn

Current master with small unrelated change:

Test utilities (23905 KB used)

01:09:20 00:00.817 org.h2.test.store.TestMVStore FAIL java.lang.AssertionError: Expected an SQLException or DbException with error code 4, but got a org.h2.mvstore.MVStoreException exception  with error code 3
ERROR: FAIL (memory ) java.lang.AssertionError: Expected an SQLException or DbException with error code 4, but got a org.h2.mvstore.MVStoreException exception  with error code 3 java.lang.AssertionError: Expected an SQLException or DbException with error code 4, but got a org.h2.mvstore.MVStoreException exception  with error code 3 ------------------------------
java.lang.AssertionError: Expected an SQLException or DbException with error code 4, but got a org.h2.mvstore.MVStoreException exception  with error code 3
	at org.h2.test.TestBase.checkErrorCode(TestBase.java:1674)
	at org.h2.test.store.TestMVStore.testBackgroundExceptionListener(TestMVStore.java:526)
	at org.h2.test.store.TestMVStore.test(TestMVStore.java:73)
	at org.h2.test.TestBase.runTest(TestBase.java:145)
	at org.h2.test.TestAll.addTest(TestAll.java:987)
	at org.h2.test.TestAll.testUtils(TestAll.java:908)
	at org.h2.test.TestAll.runTests(TestAll.java:611)
	at org.h2.test.TestAll.testAll(TestAll.java:547)
	at org.h2.test.TestAll.run(TestAll.java:488)
	at org.h2.test.TestAll.main(TestAll.java:432)
Caused by: org.h2.mvstore.MVStoreException: java.lang.AssertionError: 1 (1) {} [2.2.219/3]
	at org.h2.mvstore.DataUtils.newMVStoreException(DataUtils.java:996)
	at org.h2.mvstore.FileStore.serializeAndStore(FileStore.java:1431)
	at org.h2.mvstore.FileStore.lambda$storeIt$2(FileStore.java:1[373](https://github.com/h2database/h2database/actions/runs/3208573999/jobs/5244557705#step:4:374))
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.AssertionError: 1 (1) {}
	at org.h2.mvstore.FileStore.serializeAndStore(FileStore.java:1413)
	... 6 more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions