Commit a407d9dd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b66bd11f
...@@ -46,7 +46,7 @@ def main(): ...@@ -46,7 +46,7 @@ def main():
cluster.stop() cluster.stop()
cluster.waitAll() cluster.waitAll()
# remove sqlite journal XXX ok? # remove sqlite journal XXX should not exist? (meaning the tranaction was not committed)
for f in glob("testdata/*-journal"): for f in glob("testdata/*-journal"):
os.remove(f) os.remove(f)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment