aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2025-03-10 17:28:43 +0000
committerstephan <stephan@noemail.net>2025-03-10 17:28:43 +0000
commit09eba154b235f35a710da1d0096d9e1b3d5bda04 (patch)
treefd20567d7181681c3f89bfb38d3b51907953e20d /test
parenteed4e1d2df599952f191182cf51646de11b110a6 (diff)
downloadsqlite-09eba154b235f35a710da1d0096d9e1b3d5bda04.tar.gz
sqlite-09eba154b235f35a710da1d0096d9e1b3d5bda04.zip
Add an explicit db close to test/walsetlk.test to work around an unjustified test failure on Windows when the walsetlk tests are run in the same invocation of testfixture.exe in Windows.
FossilOrigin-Name: f418de109335cd7cb29d2b587540c163bbaaa7129c662c2908ef67492139b2d7
Diffstat (limited to 'test')
-rw-r--r--test/walsetlk.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/walsetlk.test b/test/walsetlk.test
index d3fd050a6..b65eb9ab6 100644
--- a/test/walsetlk.test
+++ b/test/walsetlk.test
@@ -315,6 +315,7 @@ testfixture_nb done {
db eval {
COMMIT
}
+ db close
}
after 500 {set ok 1}