-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
component/testseverity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
==================== Test output for //pkg/statistics/handle/autoanalyze/refresher:refresher_test (shard 12 of 13):
=== RUN TestCalculateIndicatorsForPartitions
=== RUN TestCalculateIndicatorsForPartitions/Test_Table_not_analyzed
refresher_test.go:783:
Error Trace: pkg/statistics/handle/autoanalyze/refresher/refresher_test.go:783
Error: Not equal:
expected: []string{"p0", "p1"}
actual : []string{"p1", "p0"}
Diff:
--- Expected
+++ Actual
@@ -1,4 +1,4 @@
([]string) (len=2) {
- (string) (len=2) "p0",
- (string) (len=2) "p1"
+ (string) (len=2) "p1",
+ (string) (len=2) "p0"
}
Test: TestCalculateIndicatorsForPartitions/Test_Table_not_analyzed
=== RUN TestCalculateIndicatorsForPartitions/Test_Table_analyzed_and_only_one_partition_meets_the_threshold
=== RUN TestCalculateIndicatorsForPartitions/No_partition_meets_the_threshold
--- FAIL: TestCalculateIndicatorsForPartitions (0.00s)
--- FAIL: TestCalculateIndicatorsForPartitions/Test_Table_not_analyzed (0.00s)
--- PASS: TestCalculateIndicatorsForPartitions/Test_Table_analyzed_and_only_one_partition_meets_the_threshold (0.00s)
--- PASS: TestCalculateIndicatorsForPartitions/No_partition_meets_the_threshold (0.00s)
FAIL
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
component/testseverity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.