Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove leftover "breakpoint" from the fuzz.test script. (CVS 6115) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c2482d8877a5f9e387b288377e410ae1 |
User & Date: | drh 2009-01-06 00:11:26.000 |
Context
2009-01-06
| ||
13:40 | Add some savepoint related test cases and fix a few problems. (CVS 6116) (check-in: 8c62ea4fde user: danielk1977 tags: trunk) | |
00:11 | Remove leftover "breakpoint" from the fuzz.test script. (CVS 6115) (check-in: c2482d8877 user: drh tags: trunk) | |
00:08 | Fix a problem in the WHERE clause generator when the FROM clause is empty. (CVS 6114) (check-in: a701562561 user: drh tags: trunk) | |
Changes
Changes to test/fuzz.test.
︙ | ︙ | |||
15 16 17 18 19 20 21 | # # The tests in this file are really about testing fuzzily generated # SQL parse-trees. The majority of the fuzzily generated SQL is # valid as far as the parser is concerned. # # The most complicated trees are for SELECT statements. # | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # # The tests in this file are really about testing fuzzily generated # SQL parse-trees. The majority of the fuzzily generated SQL is # valid as far as the parser is concerned. # # The most complicated trees are for SELECT statements. # # $Id: fuzz.test,v 1.18 2009/01/06 00:11:26 drh Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl set ::REPEATS 5000 # If running quick.test, don't do so many iterations. |
︙ | ︙ | |||
261 262 263 264 265 266 267 | ) GROUP BY CAST(CAST('experiments' AS blob) AS blob) HAVING random() } } {0 {hardware 1 0}} do_test fuzz-1.18 { | < | 261 262 263 264 265 266 267 268 269 270 271 272 273 274 | ) GROUP BY CAST(CAST('experiments' AS blob) AS blob) HAVING random() } } {0 {hardware 1 0}} do_test fuzz-1.18 { catchsql { SELECT -2147483649 << upper('fault' NOT IN ( SELECT ALL ( SELECT ALL -1 ORDER BY -2147483649 LIMIT ( SELECT ALL ( |
︙ | ︙ |