-
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
kv/kvserver: TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed [old closedts] #60682
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
skipped-test
T-kv
KV Team
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
labels
Feb 17, 2021
(kv/kvserver).TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed on master@3267fc56b51ed7757858032d9cd0634ab401efaa:
MoreParameters:
See this test on roachdash |
kv/kvserver.TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed with artifacts on master @ f60daea1297e4ab84be428e045a4d985fbe29718:
Reproduce
To reproduce, try: make stressrace TESTS=TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders PKG=./pkg/kv/kvserver TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Parameters in this failure:
|
RaduBerinde
added a commit
to RaduBerinde/cockroach
that referenced
this issue
Apr 14, 2021
…seHolders Refs: cockroachdb#60682 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None
craig bot
pushed a commit
that referenced
this issue
Apr 14, 2021
63411: opt: make check constraint and partial index columns anonymous r=mgartner a=mgartner #### opt: make check constraint and partial index columns anonymous This commit updates optbuilder so that synthesized columns used for maintaining check constraints and partial indexes are anonymized in the scope resulting from their projection. This prevents these columns from being found in the scope when resolving columns while building expressions. This simplifies some code and eliminates a class of bugs that can cause "ambiguous column" errors when a user's table has column names that match the synthesized column names. Now that these synthesized columns are anonymous, there cannot be ambiguity between them and table columns. Release note: None #### opt: simplify partial index PUT/DEL column building Previously, the scopes to build synthesized partial index PUT and DEL columns were passed as input the building functions. They were always called with `mb.outScope` or `mb.fetchScope`, so there was no need to provide them as arguments. The building functions no longer accept any arguments. Release note: None 63638: gcjob: share ClearRange logic for tables and indexes r=pbardea a=ajwerner No obvious reason to keep these separate. Release note: None 63645: scripts: allow GCEWORKER_USER env to override ssh user r=RaduBerinde a=cucaroach fixes #63641 63652: kv/kvserver: skip TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders r=RaduBerinde a=RaduBerinde Refs: #60682 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Tommy Reilly <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
tbg
changed the title
kv/kvserver: TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed
kv/kvserver: TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed [old closedts]
Jun 1, 2021
andreimatei
added a commit
to andreimatei/cockroach
that referenced
this issue
Aug 19, 2021
Closes cockroachdb#61989 Closes cockroachdb#60682 Closes cockroachdb#59448
andreimatei
added a commit
to andreimatei/cockroach
that referenced
this issue
Aug 26, 2021
Closes cockroachdb#61989 Closes cockroachdb#60682 Closes cockroachdb#59448
andreimatei
added a commit
to andreimatei/cockroach
that referenced
this issue
Aug 30, 2021
Closes cockroachdb#61989 Closes cockroachdb#60682 Closes cockroachdb#59448
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).
O-robot
Originated from a bot.
skipped-test
T-kv
KV Team
(kv/kvserver).TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed on master@e7bee86121642e26a233c01913c19ef366a9235a:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
Epic: CRDB-2557
The text was updated successfully, but these errors were encountered: