System.Data.SQLite

Check-in [3a2d7926a6]
Login

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

Overview
Comment:Cleanup 'compiled' script variable.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | stress
Files: files | file ages | folders
SHA1: 3a2d7926a6eee7dc38efff689c9eaa32a7709079
User & Date: mistachkin 2012-07-11 07:41:39.624
Context
2012-07-11
07:57
Correct file name usage by the backup workloads in the stress test. Closed-Leaf check-in: 06221fdffe user: mistachkin tags: stress
07:41
Cleanup 'compiled' script variable. check-in: 3a2d7926a6 user: mistachkin tags: stress
07:40
Avoid recompiling the C# based workloads. check-in: dfbf105067 user: mistachkin tags: stress
Changes
Unified Diff Ignore Whitespace Patch
Changes to Tests/stress.eagle.
477
478
479
480
481
482
483
484

485
486
487
488
489
490
491
  rename failTest ""
  rename showTest ""
  rename expectedError ""

  cleanupDb $fileName(2)
  cleanupDb $fileName(1) srcDb

  unset -nocomplain thread index workload srcDb db fileName options count

} -constraints \
{eagle monoBug28 command.sql compile.DATA SQLite System.Data.SQLite} -result {}}

###############################################################################

runSQLiteTestEpilogue
runTestEpilogue







|
>







477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
  rename failTest ""
  rename showTest ""
  rename expectedError ""

  cleanupDb $fileName(2)
  cleanupDb $fileName(1) srcDb

  unset -nocomplain thread index workload srcDb db fileName compiled options \
      count
} -constraints \
{eagle monoBug28 command.sql compile.DATA SQLite System.Data.SQLite} -result {}}

###############################################################################

runSQLiteTestEpilogue
runTestEpilogue