From a5f425cc6ea78aed239573fe7af1e30c9b844390 Mon Sep 17 00:00:00 2001 From: stephan Date: Fri, 1 Sep 2023 16:28:46 +0000 Subject: Correct a Tester1.java test which inadvertently created a spurious db file in the current dir. Unrelated minor cleanups. FossilOrigin-Name: 016bbdadbf9f95cef185d2606c23e3b3c724586fcca470e11e6fbdbaefd75c79 --- ext/wasm/SQLTester/SQLTester.run.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/wasm/SQLTester/SQLTester.run.mjs') diff --git a/ext/wasm/SQLTester/SQLTester.run.mjs b/ext/wasm/SQLTester/SQLTester.run.mjs index 0f91230fd..735fe4dcd 100644 --- a/ext/wasm/SQLTester/SQLTester.run.mjs +++ b/ext/wasm/SQLTester/SQLTester.run.mjs @@ -42,7 +42,8 @@ let ts = new ns.TestScript('/foo.test',` ** xMODULE_NAME: module-name ** xREQUIRED_PROPERTIES: small fast reliable ** xREQUIRED_PROPERTIES: RECURSIVE_TRIGGERS -** xREQUIRED_PROPERTIES: TEMPSTORE_MEM TEMPSTORE_FILE +** xREQUIRED_PROPERTIES: TEMPSTORE_FILE TEMPSTORE_MEM +** xREQUIRED_PROPERTIES: AUTOVACUUM INCRVACUUM ** */ /* --verbosity 3 */ -- cgit v1.2.3