Skip to content

Commit b418efe

Browse files
add detail about the dependency on Reproducer, mentioned at #890
1 parent a79b291 commit b418efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2023-07-22-gsoc-sqlancer-final.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ If test-case reduction is enabled, each time the reducer performs a reduction st
7070
The log files will be stored in the following format: `logs/<DBMS>/reduce/<database>-reduce.log`. For instance, if the tested DBMS is SQLite3 and the current database is named database0, the log file will be located at `logs/sqlite3/reduce/database0-reduce.log`.
7171

7272
## Usage
73-
Test-case reduction is disabled by default. The statement reducer can be enabled by passing `--use-reducer` when starting SQLancer.
73+
Test-case reduction is disabled by default. The reducers only works for DBMSs that have implemented the `Reproducer` class.
7474

75-
If you wish to further shorten each statements, you need to additionally pass the `--reduce-ast` parameter so that the AST-based reduction is applied.
75+
The statement reducer can be enabled by passing `--use-reducer` when starting SQLancer. If you wish to further shorten each statements, you need to additionally pass the `--reduce-ast` parameter so that the AST-based reduction is applied.
7676

7777
Note: if `--reduce-ast` is set, `--use-reducer` option must be enabled first.
7878

0 commit comments

Comments
 (0)