Skip to content
#

tidb

Here are 80 public repositories matching this topic...

mrigger
mrigger commented Apr 7, 2021

It would be great to implement test case reduction strategies in SQLancer itself. The advantage of doing this in SQLancer, rather than an external tool like C-Reduce, is that we have all the information on whether a specific bug is still triggered (e.g., that two queries should yield the same result) and that the reduction can likely go further than when having an external interestingness test (e.

tisonkun
tisonkun commented Jul 17, 2021

The best practices of reporting errors:

  1. The error message should be more user-friendly. Bad case: The table 101 exceeds table size. Good case: The table tbl exceeds table size.
  2. Provide workarounds if necessary. Bad case: The table tbl exceeds table size. Good case: The table tbl exceeds table size. Please try to turn up the value of the system variable tmp_table_size.
  3. Define
3pointer
3pointer commented Oct 15, 2020

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    we didn't record store id when download/ingest sst failed.

  2. What did you expect to see?
    the error log with store id.

  3. What did you see instead?
    only the error.

  4. What version of BR and TiDB/TiKV/PD are you using?

all version.

Improve this page

Add a description, image, and links to the tidb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tidb topic, visit your repo's landing page and select "manage topics."

Learn more