-
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
TestDockerCLI/test_demo_partitioning.tcl failed #96797
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
skipped-test
T-kv
KV Team
Comments
tbg
added
C-test-failure
Broken test (automatically or manually discovered).
branch-master
Failures and bugs on the master branch.
T-kv
KV Team
labels
Feb 8, 2023
Another one #94825 (comment) |
herkolategan
added a commit
to herkolategan/cockroach
that referenced
this issue
Feb 13, 2023
Refs: cockroachdb#96797 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None
herkolategan
added a commit
to herkolategan/cockroach
that referenced
this issue
Feb 13, 2023
Renamed `test_demo_partitioning.tcl` to `test_demo_partitioning.tcl.disabled` which will cause TestDockerCLI to skip the test file. Refs: cockroachdb#96797 Reason: flaky test Epic: None Release note: None
craig bot
pushed a commit
that referenced
this issue
Feb 13, 2023
96995: changefeedccl: Fix initial scan checkpointing r=miretskiy a=miretskiy An over than 2 year old change (#71848) that added support for checkpointing during backfill after schema change, inadvertently broke initial scan checkpointing functionality Exacerbating the problem, the existing test `TestChangefeedBackfillCheckpoint` continued to work fine. The reason why it was passing was because the test was looking for a checkpoint whose timestamp matched backfill timestamp. The bug involved incorrect initialize/use of 0 timestamp. It just so happens, that after initial scan completes, the rangefeed starts, and the very first thing it does is to generate a 0 timestamp checkpoint. So, the test was observing this event, and continued to work. This PR does not have a dedicated test because the existing tests work fine -- provided we ignore 0 timestamp checkpoint, which is what this PR does in addition to addressing the root cause of the bug. Informs #96959 Release note (enterprise change): Fix a bug in changefeeds, where long running initial scans will fail to generate checkpoint. Failure to generate checkpoint is particularly bad if the changefeed restarts for whatever reason. Without checkpoints, the changefeed will restart from the beginning, and in the worst case, when exporting substantially sized tables, changefeed initial scan may have hard time completing. 97037: acceptance: skip TestDockerCLI test_demo_partitioning.tcl only r=tbg a=herkolategan Renamed `test_demo_partitioning.tcl` to `test_demo_partitioning.tcl.disabled` which will cause TestDockerCLI to skip the test file. Refs: #96797 Reason: flaky test Epic: None Release note: None Co-authored-by: Yevgeniy Miretskiy <yevgeniy@cockroachlabs.com> Co-authored-by: Herko Lategan <herko@cockroachlabs.com>
We have marked this test failure issue as stale because it has been |
Still skipped |
craig bot
pushed a commit
that referenced
this issue
Jul 8, 2023
106463: interactive_tests: preserve demo logs in tests r=knz a=rafiss Now we pass in the --log-dir option so that logs are saved when the test fails. Otherwise, the demo command does not log. This also unskips two tests that should be working now. informs #96450 informs #102257 informs #100319 informs #106462 informs #106461 informs #96797 informs #96239 Release note: None Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
Ran it locally with no failure.
|
aadityasondhi
added a commit
to aadityasondhi/cockroach
that referenced
this issue
Jul 31, 2023
Fixes cockroachdb#96797. Release note: None
I am having trouble reproducing this even using gce worker:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
skipped-test
T-kv
KV Team
This error shouldn't bubble up to the client, I don't think.
https://teamcity.cockroachdb.com/viewLog.html?buildId=8633421&tab=buildResultsDiv&buildTypeId=Cockroach_Ci_Tests_Acceptance
from unrelated PR #96785.
Jira issue: CRDB-24338
The text was updated successfully, but these errors were encountered: