-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
github.com/cockroachdb/cockroach/pkg/ccl/importccl: TestImportCSVStmt/schema-in-query-transform-only failed under stress #26036
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/0530ad4931dfcfa89307652a6eaf95eb82a3d521 Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=683149&tab=buildLog |
1 similar comment
SHA: https://github.com/cockroachdb/cockroach/commits/0530ad4931dfcfa89307652a6eaf95eb82a3d521 Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=683149&tab=buildLog |
SHA: https://github.com/cockroachdb/cockroach/commits/915a266778aab15c98fc7e18639583fbe6532399 Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=684091&tab=buildLog |
1 similar comment
SHA: https://github.com/cockroachdb/cockroach/commits/915a266778aab15c98fc7e18639583fbe6532399 Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=684091&tab=buildLog |
See cockroachdb#26036. This has flaked on my PR three times in a row. Release note: None
This fails pretty frequently. @nvanbenschoten is skipping this in #26179. |
26171: sql, opt: move explain tests, add corresponding tests in execbuilder r=RaduBerinde a=RaduBerinde #### sql: consolidate explain tests Consolidating explain, explain_plan, and explain_types into a single file. Release note: None #### sql: move explain tests to planner and execbuilder tests Release note: None #### opt: fix up explain test This commit shows the diffs between the current planner and the optimizer. Testcases with `NOEXPAND` and `NONORMALIZE` were removed (these options don't do anything when the optimizer is used). Release note: None. 26172: opt, sql: move explain_distsql tests r=RaduBerinde a=RaduBerinde Moving `explain_distsql` test to `planner_test` and renaming to `distsql_auto_mode`. Adding corresponding test in execbuilder. Release note: None 26174: sql, opt: split distsql_agg and enable for optimizer r=RaduBerinde a=RaduBerinde #### sql: split distsql_agg test Moving EXPLAINs to a planning_test. Release note: None #### opt: copy distsql_agg test to execbuilder Release note: None #### opt: distsql_agg test fixup This commit shows the diffs for distsql_agg planning tests. The distsql plan differences are mostly due to normalization of expressions: `a+b+c` is interpreted as `(a+b)+c` which is then normalized to `c+(a+b)` (we prefer single variable on the lhs). Release note: None 26179: importccl: skip flaky TestImportCSVStmt r=nvanbenschoten a=nvanbenschoten See #26036. This has flaked on my PR three times in a row. Release note: None Co-authored-by: Radu Berinde <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/9c197a359cf35d495425365cd22c3169e8cc0335
Parameters:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=677154&tab=buildLog
The text was updated successfully, but these errors were encountered: