splitting an item must always happen inside a transaction, because we always need to check if we can merge it back

This commit is contained in:
Kevin Jahns
2019-04-11 00:23:08 +02:00
parent 9fe47e98d5
commit 2ef11a5344
18 changed files with 72 additions and 63 deletions

View File

@@ -306,6 +306,8 @@ const arrayTransactions = [
}
]
// TODO: http://127.0.0.1:3443/?filter=\[22/&seed=1943600076
/**
* @param {t.TestCase} tc
*/

View File

@@ -348,7 +348,7 @@ const mapTransactions = [
* @param {t.TestCase} tc
*/
export const testRepeatGeneratingYmapTests10 = tc => {
applyRandomTests(tc, mapTransactions, 4)
applyRandomTests(tc, mapTransactions, 10)
}
/**