Conversation
|
Ariznawl@163.com seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Merge Queue Status✅ The pull request has been merged at 504a31e This pull request spent 2 hours 30 minutes 40 seconds in the queue, including 53 minutes 22 seconds running CI. Required conditions to merge
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
rm bvt tag
issue #
#8890
#9034
#9447
#10043
#10126
#10164
#10703
#12748
#22363
#23464
What this PR does / why we need it:
rm bvt tag
PR Type
Tests
Description
Remove BVT issue tags (
@bvt:issue#*) from multiple test files across distributed test casesUpdate test result files to reflect actual query outputs and error messages instead of placeholders
Normalize query result formatting including column headers, metadata annotations, and visual separators
Replace
[unknown result because it is related to issue#*]placeholders with concrete test resultsRemove transaction test cases and clean up test file structure for improved maintainability
Update issue references in test annotations (e.g.,
#10164to#23677)Diagram Walkthrough
File Walkthrough
14 files
group.result
Update query result formatting with metadata annotationstest/distributed/cases/qexec/group.result
annotations (e.g.,
[-5,64,0]) and visual separators (¦and𝄀)explain analyzeoutput to display detailed query planinformation with timing and resource metrics
clone.result
Add missing query results and remove blank linestest/distributed/cases/pessimistic_transaction/clone/clone.result
existed (e.g.,
select * from bit01,show create tableresults)information
create_sequence.result
Update sequence column type metadata annotationstest/distributed/cases/sequence/create_sequence.result
cycleandis_calledfieldsfrom
[12,4,0]to[-7,1,0]corrected data type metadata
query_result.result
Normalize query result column header casingtest/distributed/cases/query_result/query_result.result
Databasetodatabase,Tables_in_testtotables_in_test)[unknown result because it is related to issue#17598]placeholders for certain query results
result_scan()outputuuid.result
Fix UUID test formatting and result orderingtest/distributed/cases/dtype/uuid.result
desc t1output for column alignmentCREATE TABLEstatement with consistent indentation andlowercase keywords
order for equal values)
delete.result
Replace unknown result markers with actual query resultstest/distributed/cases/dml/delete/delete.result
[unknown result because it is related to issue#9447]placeholders from transaction test results
➤count(*)[-5,64,0] 𝄀and count values)selectcount(*)statementsshow.test
Update BVT issue reference annotationtest/distributed/cases/dml/show/show.test
#10164to#23677in test annotationcomment
@bvt:issue#10164to@bvt:issue#23677transaction_enhance.result
Update transaction test results and add new test casestest/distributed/cases/pessimistic_transaction/transaction_enhance.result
behavior changes
drops
placeholders
isolation_1.sql
Remove BVT issue tags from isolation teststest/distributed/cases/pessimistic_transaction/isolation_1.sql
@bvt:issue#10585tags from three test sections@bvt:issueplaceholder tagscreate_sequence.sql
Remove sequence transaction test cases and BVT tagstest/distributed/cases/sequence/create_sequence.sql
@bvt:issue#8890and@bvt:issuetagsseq_18,seq_19, andseq_20sequence creationscenarios
select lastval()statement at the endwindow.result
Update window function test result with actual errortest/distributed/cases/window/window.result
[unknown result because it is related to issue#10043]placeholder with actual error message
sum(d) over (partition by d order by drows between 1 preceding and 1 following)queryuuid.sql
Remove BVT issue tags from UUID type teststest/distributed/cases/dtype/uuid.sql
@bvt:issue#10703tag from UUID primary key test section@bvt:issueplaceholder tagtransaction_enhance.sql
Remove BVT issue tags from transaction teststest/distributed/cases/pessimistic_transaction/transaction_enhance.sql
@bvt:issue#10491tag and replaced with blank line@bvt:issueplaceholder tag and replaced with blank linegroup.sql
Remove BVT issue tags from group query teststest/distributed/cases/qexec/group.sql
@bvt:issue#22721tag and replaced with blank line@bvt:issueplaceholder tag and replaced with blank line8 files