Skip to content

roachtest: skip acceptance/version-upgrade because flaky#44013

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
andreimatei:roachtest.skip-version-upgrade
Jan 15, 2020
Merged

roachtest: skip acceptance/version-upgrade because flaky#44013
craig[bot] merged 1 commit intocockroachdb:masterfrom
andreimatei:roachtest.skip-version-upgrade

Conversation

@andreimatei
Copy link
Copy Markdown
Contributor

Very flaky, apparently because of some problem with a recent migration.
Touches #43957, #44005

Release note: None

@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@solongordon solongordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll work on unskipping this ASAP since I know it's an important test.

Very flaky, apparently because of some problem with a recent migration.
Touches cockroachdb#43957, cockroachdb#44005

Release note: None
@andreimatei andreimatei force-pushed the roachtest.skip-version-upgrade branch from 658ca4a to d6743ec Compare January 15, 2020 17:04
Copy link
Copy Markdown
Contributor Author

@andreimatei andreimatei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

craig bot pushed a commit that referenced this pull request Jan 15, 2020
43720: coldata: fix behavior of Vec.Append in some cases when NULLs are present r=yuzefovich a=yuzefovich

We would always Get and then Set a value while Append'ing without paying
attention to whether the value is actually NULL. This can lead to
problems in case of flat bytes if the necessary invariant is
unmaintained. Now this is fixed by explicitly enforcing the invariant.
Additionally, this commit ensures that the destination slice has the
desired capacity before appending one value at a time (in case of
a present selection vector).

I tried approach with paying attention to whether the value is NULL
before appending it and saw a significant performance hit, so I think
this approach is the least evil.

Fixes: #42774.

Release note: None

43933: backupccl: ensure restore on success is run once r=pbardea a=pbardea

It seems that jobs today do not ensure that the OnSuccess callback is
called exactly once. This PR moves the cleanup stages of RESTORE,
formerly located in the OnSuccess callback to be the final steps of
Resume. This should help ensure that these stages are run once and only
once.

Release note (bug fix): Ensure that RESTORE cleanup is run exactly once.

44013: roachtest: skip acceptance/version-upgrade because flaky r=andreimatei a=andreimatei

Very flaky, apparently because of some problem with a recent migration.
Touches #43957, #44005

Release note: None

Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
Co-authored-by: Paul Bardea <pbardea@gmail.com>
Co-authored-by: Andrei Matei <andrei@cockroachlabs.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jan 15, 2020

Build succeeded

@craig craig bot merged commit d6743ec into cockroachdb:master Jan 15, 2020
@andreimatei andreimatei deleted the roachtest.skip-version-upgrade branch January 29, 2020 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants