-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: update unstable unit test case list (#33147)
ref #32303
- Loading branch information
1 parent
e130e52
commit adc2888
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
ddl TestModifyColumn | ||
ddl TestModifyColumnTypeWhenInterception | ||
util/cpuprofile TestGetCPUProfile | ||
executor TestDefaultValForAnalyze | ||
executor TestPBMemoryLeak | ||
executor TestInvalidReadCacheTable | ||
executor TestCancelMppTasks | ||
executor testSuite.TestTimestampDefaultValueTimeZone | ||
executor TestIndexJoin31494 | ||
executor TestInvalidReadCacheTable | ||
executor TestPartitionTable | ||
executor TestRangePartitionBoundariesLtM | ||
server TestTopSQLCPUProfile | ||
server TestErrorNoRollback | ||
server TestUint64 | ||
planner/core TestIssue27544 | ||
planner/core TestIssue20139 | ||
planner/core TestAggPushToCopForCachedTable | ||
planner/core TestIssue23887 | ||
planner/core TestOrderedResultModeOnJoin | ||
planner/core TestCompareSubquery | ||
planner/core TestEstimation | ||
planner/core TestPlanStringer | ||
planner/core TestMultiColInExpression | ||
planner/core TestIssue16407 | ||
planner/core TestPrepareCacheNow | ||
planner/core TestDAGPlanBuilderSplitAvg | ||
planner/core TestIndexMerge | ||
planner/core TestUnmatchedTableInHint | ||
planner/core TestPartitionWithVariedDataSources | ||
planner/core TestCopPaging | ||
planner/core TestPlanCachePointGetAndTableDual | ||
planner/core TestSimplifyOuterJoinWithCast | ||
executor/seqtest TestShow |