Skip to content

Commit b011f2b

Browse files
committed
Run tests with snapshot as default
Signed-off-by: mdouglas47 <[email protected]>
1 parent cd4a772 commit b011f2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/setup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ setup_db() {
154154
echo "portmux_bind_path $pmux_socket" >> ${LRL}
155155
fi
156156

157+
echo "sql_tranlevel_default snapshot" >> ${LRL}
158+
echo "enable_snapshot_isolation" >> ${LRL}
159+
157160
# let test specific lrl options take precedence
158161
if [[ -f lrl ]]; then
159162
cat lrl >> ${LRL}

0 commit comments

Comments
 (0)