-
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
pkg/ccl/logictestccl/tests/multiregion-9node-3region-3azs-no-los/multiregion-9node-3region-3azs-no-los_test: TestCCLLogic_regional_by_row_hash_sharded_index failed #87479
Comments
This is the job that failed. |
If I'm counting correctly, statement 11 is |
I'll be the repro man on this one. |
This ends up being actually the same root cause as #87575. We try to reset the cluster setting, but we don't see the side-effect because of range deletion tombstones and catch up scans. |
87808: norm: do not fold floor division with unit denominator r=msirek a=msirek Fixes #87605 The floor division operator `//` is like division but drops the fractional portion of the result. Normalization rule FoldDivOne rewrites `(column // 1)` as `(column)` which is incorrect if the data in `column` has fractional digits, as those digits should be dropped. The solution is to only fold `(column // 1)` when `column` is one of the integer types. Release note (bug fix): This patch fixes incorrect results from the floor division operator, `//`, when the numerator is non-constant and the denominator is the constant 1. 88082: *: audit operation names in new schema changer r=Xiang-Gu a=Xiang-Gu This PR made non-functional changes related to new schema changer ops: 1. Rename all status changing operation on Index and Column to comform to the pattern: `Make[StatusA][Index/Column][StatusB]` 2. Rename a few constant/field/function names to be consistent with the principle of "being explicit": 2.1. Rename operation name `XxxGcXxx` to `XxxGCXxx`; 2.2. Rename field name in operations `DescID` to `DescriptorID`; 2.3. Rename descpb.DELETE_AND_WRITE_ONLY to descpb.WRITE_ONLY; 2.4. Rename sql.RunningStatusDeleteAndWriteOnly to sql.RunningStatusWriteOnly 3. Seveal comments enhencement 4. Rename `DELETE_AND_WRITE_ONLY` to `WRITE_ONLY` in some files under docs/. Fixes #84583 Release note: None 88459: kv: fix spelling of "interceptor" in file name r=nvanbenschoten a=nvanbenschoten All other file names and code objects have the correct spelling. Release justification: None. Release note: None. 88468: kvserver/batcheval: ignore UseRangeTombstonesForPointDeletes knob sometimes r=ajwerner a=ajwerner We want to ignore the point deletion knob for cases where we're deleting data from system tables watched by rangefeeds. Not doing so can lead to missed updates. This is particularly critical for cluster settings. Fixes #87575 Fixes #87479 Fixes #88202 Release note: None 88475: workload/schemachange/mixed-version: avoid index visibility r=fqazi a=fqazi Fixes: #87768 Previously, we were generating statements with invisible indexes in mixed version environments, which could lead to statements generated not supported on older versions. To address this, this patch will prevent the generation of create table/ create index statements with invisible indexes. Release note: None 88476: multitenant: add TestTenants() helper to TestServer r=ajstorm a=msbutler This patch adds a helper method for accessing information about the tenant(s) that were probabilistically created with the TestServer. Release note: None 88478: cli/sql: increase maxHistEntries r=ajwerner a=knz As discussed this morning. In light of PR #88272, we don't need the limit to be as low as 1000. This commit increases it back to 10000, which is the common default in unix shells and the screen/tmux utilities. Co-authored-by: Mark Sirek <[email protected]> Co-authored-by: Xiang Gu <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]> Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: Michael Butler <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]>
pkg/ccl/logictestccl/tests/multiregion-9node-3region-3azs-no-los/multiregion-9node-3region-3azs-no-los_test.TestCCLLogic_regional_by_row_hash_sharded_index failed with artifacts on master @ 2372698da1dfacb90f60c6a63f2c1298d1db16b8:
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-19362
The text was updated successfully, but these errors were encountered: