-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unstable test testIntegrationSuite4.TestTruncatePartitionAndDropTable #27889
Comments
another instance https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_check_2/detail/tidb_ghpr_check_2/32489/pipeline |
another occurrence
|
[2021-09-12T14:38:06.071Z] FAIL
[2021-09-12T14:38:06.071Z] + cat test.log
[2021-09-12T14:38:06.071Z] + grep -Ev '^\[[[:digit:]]{4}(/[[:digit:]]{2}){2}'
[2021-09-12T14:38:06.071Z] + grep -A 30 '\-------'
[2021-09-12T14:38:06.071Z] + grep -A 29 FAIL
[2021-09-12T14:38:06.071Z] FAIL: db_partition_test.go:2174: testIntegrationSuite4.TestTruncatePartitionAndDropTable
[2021-09-12T14:38:06.071Z]
[2021-09-12T14:38:06.071Z] db_partition_test.go:2236:
[2021-09-12T14:38:06.071Z] c.Assert(hasOldPartitionData, IsFalse)
[2021-09-12T14:38:06.071Z] ... obtained bool = true
|
@mjonss @tiancaiamao PTAL ;-) |
Please check whether the issue should be labeled with 'affects-x.y' or 'backport-x.y.z', |
This test is still unstable I think. Check [2021-09-18T10:26:59.935Z] FAIL: db_partition_test.go:2181: testIntegrationSuite5.TestTruncatePartitionAndDropTable
[2021-09-18T10:26:59.935Z]
[2021-09-18T10:26:59.935Z] db_partition_test.go:2245:
[2021-09-18T10:26:59.935Z] c.Assert(hasOldPartitionData, IsFalse, Commentf("take time %v", time.Since(startTime)))
[2021-09-18T10:26:59.935Z] ... obtained bool = true
[2021-09-18T10:26:59.935Z] ... take time 16.694405079s [2021-09-18T07:18:40.274Z] FAIL: db_partition_test.go:2181: testIntegrationSuite5.TestTruncatePartitionAndDropTable
[2021-09-18T07:18:40.274Z]
[2021-09-18T07:18:40.274Z] db_partition_test.go:2245:
[2021-09-18T07:18:40.274Z] c.Assert(hasOldPartitionData, IsFalse, Commentf("take time %v", time.Since(startTime)))
[2021-09-18T07:18:40.274Z] ... obtained bool = true
[2021-09-18T07:18:40.274Z] ... take time 15.211611077s |
Reopened. Thanks for your report @karuppiah7890 ! Please take a look @tiancaiamao |
Another occurrence https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_check_2/detail/tidb_ghpr_check_2/34961/pipeline
|
@karuppiah7890 line 2245 is the same error, and that's weird. This time from the log, I can see the key range is deleted
@unconsolable line 2282 is another one, although they are the same function. The reason might be different, I find this kind of log, it needs furthur investigation.
|
another case
|
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_check_2/detail/tidb_ghpr_check_2/32078/pipeline/62
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: