test: remove bvt skip flags for dtype and function tests#23657
test: remove bvt skip flags for dtype and function tests#23657flypiggyyoyoyo wants to merge 12 commits intomatrixorigin:mainfrom
Conversation
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 ✨No code suggestions found for the PR. |
Merge Queue Status🚫 The pull request has left the queue (rule: This pull request spent 13 minutes 7 seconds in the queue, with no time running CI. ReasonThe pull request #23657 has been manually updated HintIf you want to requeue this pull request, you can post a |
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #23658
What this PR does / why we need it:
Remove @bvt:issue tags for fixed issues:
PR Type
Tests
Description
Remove @bvt:issue skip tags from resolved test cases
Covers dtype tests (decimal, numeric, int, text_blob, year)
Covers function tests (func_anyvalue)
Issues fixed: [Bug]: Implicit conversion failed from VARCHAR to INT #3276, [Bug]: Implicit conversion failed from DOUBLE to DECIMAL #3280, [Bug]: Data truncation failed for decimal #3364, [Enhancement]: Decimal64 and Decimal128 in C #4241, [Bug]: Data errors cause bvt failure #7589, [Bug]: The division of decimal #8513, Support the year type #23408
Diagram Walkthrough
File Walkthrough
decimal.test
Remove BVT skip tags from decimal teststest/distributed/cases/dtype/decimal.test
overflow/precision tests
and update operations
operations
boundaries
numeric.sql
Remove BVT skip tags from numeric teststest/distributed/cases/dtype/numeric.sql
overflow/precision tests
and update operations
operations
boundaries
int.test
Remove BVT skip tags from int teststest/distributed/cases/dtype/int.test
comparison tests
boundaries
text_blob.sql
Remove BVT skip tags from text_blob teststest/distributed/cases/dtype/text_blob.sql
year.sql
Remove BVT skip tags from year teststest/distributed/cases/dtype/year.sql
constraint violation test
func_anyvalue.test
Remove BVT skip tags from func_anyvalue teststest/distributed/cases/function/func_anyvalue.test