Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add test file fkey2.test to the list of files used by the "bt" permutation.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5c2af9e0b7d9cd89fba0f2001c377f40512d51ad
User & Date: dan 2013-11-15 19:18:50.990
Context
2013-11-16
20:35
Add test code to run bt checkpoints in a background thread. Various fixes and tweaks to support this. check-in: 439684c450 user: dan tags: trunk
2013-11-15
19:18
Add test file fkey2.test to the list of files used by the "bt" permutation. check-in: 5c2af9e0b7 user: dan tags: trunk
18:47
Various fixes so that the "bt" permutation test passes. check-in: 0866df185c user: dan tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to test/permutations.test.
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#   veryquick
#   quick
#   full
#
lappend ::testsuitelist xxx

  # fkey2.test 
test_suite "bt" -prefix "" -description {
} -files {
  simple3.test

  alter.test alter3.test alter4.test
  analyze.test analyze3.test analyze4.test analyze5.test 
  analyze6.test analyze7.test analyze8.test
  auth.test auth2.test auth3.test auth4.test







|







129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#   veryquick
#   quick
#   full
#
lappend ::testsuitelist xxx

  # fkey2.test 
test_suite "bt" -prefix "bt-" -description {
} -files {
  simple3.test

  alter.test alter3.test alter4.test
  analyze.test analyze3.test analyze4.test analyze5.test 
  analyze6.test analyze7.test analyze8.test
  auth.test auth2.test auth3.test auth4.test
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
  e_resolve.test e_select.test e_select2.test e_update.test
  enc.test enc3.test enc4.test
  errmsg.test
  eval.test
  expr.test
  exec.test
  exists.test
  fkey1.test fkey3.test fkey4.test
  func.test func2.test func3.test 
  fuzz.test fuzz2.test 
  in.test in2.test in3.test in4.test
  index.test index2.test index3.test index4.test 
  insert.test insert2.test insert3.test insert5.test
  join.test join2.test join3.test join4.test join5.test join6.test
  keyword1.test







|







173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
  e_resolve.test e_select.test e_select2.test e_update.test
  enc.test enc3.test enc4.test
  errmsg.test
  eval.test
  expr.test
  exec.test
  exists.test
  fkey1.test fkey2.test fkey3.test fkey4.test
  func.test func2.test func3.test 
  fuzz.test fuzz2.test 
  in.test in2.test in3.test in4.test
  index.test index2.test index3.test index4.test 
  insert.test insert2.test insert3.test insert5.test
  join.test join2.test join3.test join4.test join5.test join6.test
  keyword1.test
Changes to test/src4.test.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

17
18

#
#    May you do good and not evil.
#    May you find forgiveness for yourself and forgive others.
#    May you share freely, never taking more than you give.
#
#***********************************************************************
# This file runs all the tests run by quick.test except for those related
# to malloc or IO error simulation. With these tests omitted, the overall
# run time is reduced by about 75%.
#
# $Id: veryquick.test,v 1.9 2008/07/12 14:52:21 drh Exp $

set testdir [file dirname $argv0]
source $testdir/permutations.test

run_test_suite src4


finish_test
>






<
<
|

<





>


1
2
3
4
5
6
7


8
9

10
11
12
13
14
15
16
17
# 
#
#    May you do good and not evil.
#    May you find forgiveness for yourself and forgive others.
#    May you share freely, never taking more than you give.
#
#***********************************************************************


# Run tests.
#


set testdir [file dirname $argv0]
source $testdir/permutations.test

run_test_suite src4
run_test_suite bt

finish_test