We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check all the recent commits. https://github.com/pingcap/tidb/commits/master
I'm seeing repeat errors, for example the below errors -
[2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 ---------------------------------------------------------------------- [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 FAIL: handle_test.go:917: testSerialStatsSuite.TestAnalyzeGlobalStatsWithOpts [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 handle_test.go:948: [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 s.checkForGlobalStatsWithOpts(c, tk, "test_gstats_opt", "p1", ca.topn, ca.buckets) [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 handle_test.go:912: [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 // since the hist-building algorithm doesn't stipulate the final bucket number to be equal to the expected number exactly, [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 // we have to check the results by a range here. [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 c.Assert(numBuckets, GreaterEqual, buckets-delta) [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 ... compare_one int = 0 [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 ... compare_two int = 9 .... [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 ---------------------------------------------------------------------- [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 FAIL: handle_test.go:956: testSerialStatsSuite.TestAnalyzeGlobalStatsWithOpts2 [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 handle_test.go:967: [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 s.checkForGlobalStatsWithOpts(c, tk, "test_gstats_opt2", "p1", 1, 50) [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 handle_test.go:912: [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 // since the hist-building algorithm doesn't stipulate the final bucket number to be equal to the expected number exactly, [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 // we have to check the results by a range here. [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 c.Assert(numBuckets, GreaterEqual, buckets-delta) [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 ... compare_one int = 0 [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 ... compare_two int = 15 [2021-09-18T10:03:54.205Z] 2021/09/18 18:03:52 ... ... [2021-09-18T10:03:54.209Z] 2021/09/18 18:03:52 OOPS: 113 passed, 1 skipped, 2 FAILED [2021-09-18T10:03:54.209Z] 2021/09/18 18:03:52 --- FAIL: TestT (55.64s) [2021-09-18T10:03:54.209Z] 2021/09/18 18:03:52 FAIL [2021-09-18T10:03:54.209Z] 2021/09/18 18:03:52 coverage: 25.5% of statements in ./... [2021-09-18T10:03:54.209Z] 2021/09/18 18:03:52 FAIL github.com/pingcap/tidb/statistics/handle 56.155s [2021-09-18T10:03:54.209Z] 2021/09/18 18:03:52 FAIL [2021-09-18T10:03:54.209Z] 2021/09/18 18:03:52 ERROR:exit status 1
in https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/activity pipelines, like - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/568/pipeline , https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/567/pipeline and many more recent pipelines, even some very old ones - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/530/pipeline . But the last pipeline as of this writing is passing - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/569/pipeline . Maybe a flaky test? But I couldn't find it in this list #25899 . I'll check it out in my local
And there's more failures in few other pipelines - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_integration_br_test/activity , https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_common_test/activity , https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_integration_common_test/activity
The text was updated successfully, but these errors were encountered:
encounter again in CI https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/1374/pipeline
[2021-11-28T14:46:31.869Z] [2021-11-28T14:46:31.869Z] ---------------------------------------------------------------------- [2021-11-28T14:46:31.869Z] FAIL: handle_test.go:921: testSerialStatsSuite.TestAnalyzeGlobalStatsWithOpts [2021-11-28T14:46:31.869Z] [2021-11-28T14:46:31.869Z] handle_test.go:952: [2021-11-28T14:46:31.869Z] s.checkForGlobalStatsWithOpts(c, tk, "test_gstats_opt", "p1", ca.topn, ca.buckets) [2021-11-28T14:46:31.869Z] handle_test.go:912: [2021-11-28T14:46:31.869Z] c.Assert(len(tk.MustQuery(fmt.Sprintf("show stats_topn where table_name='%v' and partition_name='%v' and is_index=%v", t, p, isIdx)).Rows()), Equals, topn) [2021-11-28T14:46:31.869Z] ... obtained int = 0 [2021-11-28T14:46:31.869Z] ... expected int = 1 [2021-11-28T14:46:31.869Z]
related #27328 #24010
Sorry, something went wrong.
encounter in tidb-release 5.2 in ci https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/1384/pipeline
Close since it's duplicated with #27328
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label.
qw4990
No branches or pull requests
Check all the recent commits. https://github.com/pingcap/tidb/commits/master
I'm seeing repeat errors, for example the below errors -
in https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/activity pipelines, like - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/568/pipeline , https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/567/pipeline and many more recent pipelines, even some very old ones - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/530/pipeline . But the last pipeline as of this writing is passing - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_coverage/detail/tidb_ghpr_coverage/569/pipeline . Maybe a flaky test? But I couldn't find it in this list #25899 . I'll check it out in my local
And there's more failures in few other pipelines - https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_integration_br_test/activity , https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_common_test/activity , https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_integration_common_test/activity
The text was updated successfully, but these errors were encountered: