From b80c39d77ccb195956442cef469e3fe79a9d968c Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 27 Mar 2022 21:12:17 -0700 Subject: [PATCH] view: test that merging divergent rewrites results in both commits visible It seems that we didn't have a test for this simple case. I wrote this test case while working on #111 but I don't know why I didn't push it back then. --- lib/tests/test_view.rs | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/lib/tests/test_view.rs b/lib/tests/test_view.rs index 3673d10358..e8ac272e0d 100644 --- a/lib/tests/test_view.rs +++ b/lib/tests/test_view.rs @@ -451,6 +451,38 @@ fn commit_transactions(settings: &UserSettings, txs: Vec) -> Arc