tikv/tikv

Make existing integration tests cover batch executors

Ouverte

#4 787 ouverte le 27 mai 2019

 (1 commentaire) (0 réaction) (1 personne assignée)Rust (2 189 forks)batch import
component/test-benchdifficulty/easyhelp wanted

Métriques du dépôt

Stars
 (15 922 étoiles)
Métriques de merge PR
 (Merge moyen 28j 9h) (68 PRs mergées en 30 j)

Description

Feature Request

Batch executors rely on type info in the request to work. When there is no type info, requests will be fallen back to normal executors.

In our integration tests, most of the test does not generate a fixture request carrying type info, thus batch executors are likely not be covered.

Guide contributeur