You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
result.go:49:
Error Trace: testkit/result.go:49
executor/partition_table_test.go:602
Error: Not equal:
expected: "[1025 1127]\n"
actual : "[534 1127]\n"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-[1025 1127]
+[534 1127]
Test: TestOrderByAndLimit
Messages: sql:select /*+ LIMIT_TO_COP() */ * from tlist use index(idx_b) where b > 1126 and b < greatest(1127+1, 1127) order by b limit 1, args:[]
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)
https://tiprow.hawkingrei.com/view/gs/pingcapprow/pr-logs/pull/pingcap_tidb/45493/tiprow_fast_test/1682257303933292544
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: