tidb icon indicating copy to clipboard operation
tidb copied to clipboard

unstable TestAddIndexIngestMemoryUsage

Open lance6716 opened this issue 2 years ago • 0 comments

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

https://github.com/pingcap/tidb/pull/45471

ci.log

2. What did you expect to see? (Required)

3. What did you see instead (Required)

    integration_test.go:66: 
        	Error Trace:	tests/realtikvtest/addindextest/integration_test.go:66
        	Error:      	Not equal: 
        	            	expected: 0
        	            	actual  : 176
        	Test:       	TestAddIndexIngestMemoryUsage

And I found two create one backend for an DDL job while one close one backend for DDL job

4. What is your TiDB version? (Required)

lance6716 avatar Jul 20 '23 07:07 lance6716