• Oran Agra's avatar
    Fix test issues from introduction of HRANDFIELD (#8424) · 5a7eb9c8
    Oran Agra authored
    * The corrupt dump fuzzer found a division by zero.
    * in some cases the random fields from the HRANDFIELD tests produced
      fields with newlines and other special chars (due to \ char), this caused
      the TCL tests to see a bulk response that has a newline in it and add {}
      around it, later it can think this is a nested list. in fact the `alpha` random
      string generator isn't using spaces and newlines, so it should not use `\`
      either.
    5a7eb9c8
corrupt-dump.tcl 34.7 KB