Remove the mutable tests that are already disabled#2807
Merged
JaySon-Huang merged 4 commits intopingcap:masterfrom Aug 28, 2021
Merged
Remove the mutable tests that are already disabled#2807JaySon-Huang merged 4 commits intopingcap:masterfrom
JaySon-Huang merged 4 commits intopingcap:masterfrom
Conversation
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Member
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Contributor
Author
|
The cases left on |
fuzhe1989
approved these changes
Aug 28, 2021
Contributor
|
/run-all-tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: JaySon-Huang jayson.hjs@gmail.com
What problem does this PR solve?
A part of #2717
Remove useless test cases from the directory
tests/mutable-test.This PR remove the cases that are already disabled (starts with
#RETURN)What is changed and how it works?
bugs/delete-version.test: the SQL API for MergeTreebugs/{bugs/prewhere,prewhere_in_subquery}.test: the prewhere statement for MergeTreemerge_tree/alter.test: simple DDL operationsmerge_tree/merge_tree.test: simple read/writemutable_delete/: delete rows in MutableMergeTree(mmt for short)mutable_syntax/alter.test: DDL operations, can not alter hidden columns (primary key, version, delete_mark)mutable_syntax/delete.test: the delete SQL for mmtmutable_syntax/desc.test: showing the table structure for mmtmutable_syntax/import.test: "import" syntax add hidden column for mmtmutable_syntax/insert.test: "insert ... from select" syntax add hidden column for mmtmutable_syntax/insert_select.test: "insert" syntax add hidden column for mmtmutable_syntax/order_by.test: sort the result setmutable_syntax/reverse_insert.test: insert with not sorted blockmutable_syntax/select.test: simple read writemutable_syntax/selraw.test: read with hidden columnmutable_syntax/upsert.test: upserting rowstxn_mock/region.test: mocking insert some rows concurrently through Rafttxn_mock/same_version_diff_delmark.test: mocking insert some rows through Raft then read with MVCC filteringtxn_mock/data_only_in_region.test: read with MVCC filtering that data didn't get flushed into the storage layerRelated changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note