reduce: costfuzz reducer does not print SELECT statements #87418
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
E-quick-win
Likely to be a quick win for someone experienced.
T-sql-queries
SQL Queries Team
I tried reducing this costfuzz failure with
./bin/reduce -binary ./cockroach -chunk 15 -costfuzz -file failure.log -v
, and it was reduced to three SQL statements with the costfuzzSELECT
queries missing. TheSELECT
queries should be printed, like they are for TLP reductions.Jira issue: CRDB-19337
The text was updated successfully, but these errors were encountered: