Skip to content
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

TestDropLastVisibleColumn and TestDropLastVisibleColumns don't stable #24787

Closed
zimulala opened this issue May 20, 2021 · 1 comment · Fixed by #24790
Closed

TestDropLastVisibleColumn and TestDropLastVisibleColumns don't stable #24787

zimulala opened this issue May 20, 2021 · 1 comment · Fixed by #24790
Assignees
Labels
component/test severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@zimulala
Copy link
Contributor

Bug Report

https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_unit_test/detail/tidb_ghpr_unit_test/3352/pipeline/112

[2021-05-20T07:01:43.294Z] ----------------------------------------------------------------------
[2021-05-20T07:01:43.294Z] FAIL: db_integration_test.go:2617: testIntegrationSuite5.TestDropLastVisibleColumn
[2021-05-20T07:01:43.294Z]
[2021-05-20T07:01:43.294Z] db_integration_test.go:2620:
[2021-05-20T07:01:43.294Z]     tk.MustExec("create table t_drop_last_column(x int, key((1+1)))")
[2021-05-20T07:01:43.294Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:217:
[2021-05-20T07:01:43.294Z]     tk.c.Assert(err, check.IsNil, check.Commentf("sql:%s, %v, error stack %v", sql, args, errors.ErrorStack(err)))
[2021-05-20T07:01:43.294Z] ... value *errors.withStack = [ddl:8200]Unsupported creating expression index without allow-expression-index in config ("[ddl:8200]Unsupported creating expression index without allow-expression-index in config")
[2021-05-20T07:01:43.294Z] ... sql:create table t_drop_last_column(x int, key((1+1))), [], error stack [ddl:8200]Unsupported creating expression index without allow-expression-index in config
[2021-05-20T07:01:43.294Z] github.com/pingcap/errors.AddStack
[2021-05-20T07:01:43.294Z] 	/nfs/cache/mod/github.com/pingcap/[email protected]/errors.go:174
[2021-05-20T07:01:43.294Z] github.com/pingcap/errors.Trace
[2021-05-20T07:01:43.294Z] 	/nfs/cache/mod/github.com/pingcap/[email protected]/juju_adaptor.go:15
[2021-05-20T07:01:43.294Z] github.com/pingcap/tidb/ddl.buildTableInfoWithStmt
[2021-05-20T07:01:43.294Z] 	/home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/ddl/ddl_api.go:1734
[2021-05-20T07:01:43.294Z] github.com/pingcap/tidb/ddl.(*ddl).CreateTable
[2021-05-20T07:01:43.294Z] 	



[2021-05-20T07:01:43.296Z] ----------------------------------------------------------------------
[2021-05-20T07:01:43.296Z] FAIL: db_integration_test.go:2627: testIntegrationSuite5.TestDropLastVisibleColumns
[2021-05-20T07:01:43.296Z]
[2021-05-20T07:01:43.296Z] db_integration_test.go:2630:
[2021-05-20T07:01:43.296Z]     tk.MustExec("create table t_drop_last_columns(x int, y int, key((1+1)))")
[2021-05-20T07:01:43.296Z] /home/jenkins/agent/workspace/tidb_ghpr_unit_test/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:217:
[2021-05-20T07:01:43.296Z]     tk.c.Assert(err, check.IsNil, check.Commentf("sql:%s, %v, error stack %v", sql, args, errors.ErrorStack(err)))
[2021-05-20T07:01:43.296Z] ... value *errors.withStack = [ddl:8200]Unsupported creating expression index without allow-expression-index in config ("[ddl:8200]Unsupported creating expression index without allow-expression-index in config")
[2021-05-20T07:01:43.296Z] ... sql:create table t_drop_last_columns(x int, y int, key((1+1))), [], error stack [ddl:8200]Unsupported creating expression index without allow-expression-index in config
[2021-05-20T07:01:43.296Z] github.com/pingcap/errors.AddStack
@zimulala zimulala added type/bug The issue is confirmed as a bug. component/test and removed type/bug The issue is confirmed as a bug. labels May 20, 2021
@zimulala zimulala self-assigned this May 20, 2021
@ChenPeng2013 ChenPeng2013 added severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug. labels May 20, 2021
@ti-srebot
Copy link
Contributor

Please edit this comment or add a new comment to complete the following information

Not a bug

  1. Remove the 'type/bug' label
  2. Add notes to indicate why it is not a bug

Duplicate bug

  1. Add the 'type/duplicate' label
  2. Add the link to the original bug

Bug

Note: Make Sure that 'component', and 'severity' labels are added
Example for how to fill out the template: #20100

1. Root Cause Analysis (RCA) (optional)

2. Symptom (optional)

3. All Trigger Conditions (optional)

4. Workaround (optional)

5. Affected versions

6. Fixed versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants