Yichen Yan
Yichen Yan
Oops, sorry for accidentally clicking the "convert to issue" button.
How about add docs about this feature? e.g. how to use it, what information could be found in the log/output
> OK. But I wonder where should the doc be added. A markdown in `docs/` would be fine, e.g. `docs/SqlReduction.md`.
Was this happening when launching sqlancer in Eclipse?
Sounds like that Eclipse's inserted some debug/diagnosis args. What's the actual arguments that the main function get?
as in https://github.com/sqlancer/sqlancer/pull/800#pullrequestreview-1466472027, > sqlancer doesn't work well when integrated with IntelliJ Idea as well. Might need further work on IDE integration. Here's information in Idea: ``` /Users/yyc/repo/db/sqlancer/src/sqlancer/mariadb/gen/MariaDBSetGenerator.java:38:60 java: The...
Thanks for using and helping to test! I'll take a look at it.
@bajinsheng Did you see `EXPERIMENTAL: Trying to reduce queries using a simple reducer.` in stdout?
The reducer relies on `Reproducer` from `TestOracle.check`, which is currently null for most of the oracle implementations. At the moment only NOREC for sqlite3 implemented that. I'll find a way...
Hi @ramack , any update on this? I've also encountered this issue.