mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Did not need WAL after all, refs #364
This commit is contained in:
parent
cfb3f12358
commit
e6ae643497
1 changed files with 0 additions and 3 deletions
|
|
@ -463,9 +463,6 @@ def test_insert_streaming_batch_size_1(db_path):
|
|||
# Streaming with --batch-size 1 should commit on each record
|
||||
# Can't use CliRunner().invoke() here bacuse we need to
|
||||
# run assertions in between writing to process stdin
|
||||
# First, create the DB with WAL mode enabled
|
||||
CliRunner().invoke(cli.cli, ["create-database", db_path, "--enable-wal"])
|
||||
# Now start streaming rows to insert --nl
|
||||
proc = subprocess.Popen(
|
||||
[
|
||||
sys.executable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue