Skip to content

unstable test TestOrderByAndLimit #45496

@hawkingrei

Description

@hawkingrei

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)

     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:[] 

https://tiprow.hawkingrei.com/view/gs/pingcapprow/pr-logs/pull/pingcap_tidb/45493/tiprow_fast_test/1682257303933292544

4. What is your TiDB version? (Required)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions