-
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
ccl/changefeedccl: package timed out under stress #32444
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/ecbef846abb2855afca8532097c42864d688f51d Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1017185&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/b49107e6da02b19c1ad99bed1acfb4ff8a262936 Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1017935&tab=buildLog
|
@vivekmenezes I expect this to be similar to #32433, though I haven't taken a look. |
Similar failure in TestChangefeedTruncateRenameDrop/sinkless in CI. |
…rator" This reverts commit 765df40. Unfortunately, cockroachdb#32421 has turned > make test TESTS=TestChangefeedSchemaChangeNoBackfill PKG=github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl TESTTIMEOUT=30s TESTFLAGS=-v and various other tests into failing propositions (they take forever). This slows down the CDC pipeline and the symptoms affect various other CDC tests so that skipping the test isn't an attractive option. Besides, this was clearly not intended, so there's probably something wrong with the code being reverted here. We should investigate and submit a fix. Closes cockroachdb#32461. Fixes cockroachdb#32433. Fixes cockroachdb#32444. Release note: None
32465: Revert "engineccl: ignore intents beneath start in MVCCIncrementalIterator" r=benesch a=tbg This reverts commit 765df40. Unfortunately, #32421 has turned > make test TESTS=TestChangefeedSchemaChangeNoBackfill PKG=github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl TESTTIMEOUT=30s TESTFLAGS=-v and various other tests into failing propositions (they take forever). This slows down the CDC pipeline and the symptoms affect various other CDC tests so that skipping the test isn't an attractive option. Besides, this was clearly not intended, so there's probably something wrong with the code being reverted here. We should investigate and submit a fix. Closes #32461. Fixes #32433. Fixes #32444. Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
@mrtracy so he's aware |
SHA: https://github.com/cockroachdb/cockroach/commits/ecbef846abb2855afca8532097c42864d688f51d
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1016922&tab=buildLog
The text was updated successfully, but these errors were encountered: