pingcap/tidb

some explain test case should ignore plan-id in the result file

Open

#60.940 geöffnet am 29. Apr. 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (40.090 Stars) (6.186 Forks)batch import
good first issuesig/plannertype/enhancement

Beschreibung

Enhancement

Some explain-test cases will record the plan ID in the result file, which will be a burden when some optimization flow is changed, since plan ID allocation is sequential according to the allocation order or space.

Contributor Guide