Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the compatibility of explaintest with PostgreSQL #29

Open
22 tasks
hey-hoho opened this issue Aug 12, 2021 · 0 comments
Open
22 tasks

Implement the compatibility of explaintest with PostgreSQL #29

hey-hoho opened this issue Aug 12, 2021 · 0 comments

Comments

@hey-hoho
Copy link
Collaborator

hey-hoho commented Aug 12, 2021

Development Task

Description

ExplainTest is an independent test program. TiDB supports MySQL protocol natively. Now it needs to transform this part to be compatible with PostgreSQL protocol.

Task List

It mainly includes the following two parts:

  • Client access protocol and connection mode

  • Test case modification

This directory is in /cmd/explaintest.

The list of test cases is as follows:

  • access_path_selection
  • black_list
  • explain_complex_stats
  • explain_complex
  • explain_easy_stats
  • explain_easy
  • explain_generate_column_substitute
  • explain_indexmerge
  • explain_join_stats
  • explain_stats
  • explain_union_scan
  • explain-non-select-stmt
  • explain
  • generated_columns
  • index_join
  • partition_pruning
  • select
  • subquery
  • topn_push_down
  • topn_pushdown
  • tpch
  • window_function

Expected Results

All test cases can pass the test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant