-
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
testutils/lint: TestLint failed #86838
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.
Milestone
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
Aug 25, 2022
testutils/lint.TestLint failed with artifacts on master @ 9a7ec4bc51bf5e3f1b469de318c0878470d681fb:
Parameters: |
craig bot
pushed a commit
that referenced
this issue
Aug 25, 2022
86815: insights: report high contention time r=matthewtodd a=matthewtodd This change aims to align with the logic for selecting transactions with "high contention time"[^1] in the transaction insights UI, but in practice, it's a best effort: Because of the sampling nature of tracing and because a transaction with "high" contention may be composed of many statements, each with only a little contention, there's not a guarantee that a highly contented transaction will be composed of highly contended statements. But, on balance, the best effort is still valuable, and we will call out actionable statements with high contention. [^1]: Note that the protobuf enum name change is safe here as we haven't yet deployed this code. Release justification: Category 2: Bug fixes and low-risk updates to new functionality. Release note: None 86846: storage: additional `TestMVCCHistories` cases for scan/get r=jbowens a=erikgrinaker Touches #86655. Release justification: non-production code changes Release note: None 86862: acceptance: fix spurious docker test failure `unexpected extra event &{0 die} (after [])` r=rickystewart,renatolabs a=knz Needed for #86049. The root cause of the issue is that the docker container for the DB nodes were crashing, because the test framework **was incorrectly deleting the data/log directory before shutting down the nodes**. However, this root cause was mostly hidden because of another mistake: the assertion that checks the health of the nodes was not doing its job properly in most cases. So it believed the nodes were healthy when in fact they were not. This PR fixes both problems. Informs #58955. Informs #58951. Informs #58218. Release justification: non-production code changes 86865: ttl: remove unused const expiredRowsPerRange r=knz a=ecwall fixes #86838 Release justification: Linter fix. Release note: None Co-authored-by: Matthew Todd <[email protected]> Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Evan Wall <[email protected]>
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.
testutils/lint.TestLint failed with artifacts on master @ ec73c69d203f9018d308e7798b382f289d470092:
Parameters:
GOFLAGS=-json
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-18961
The text was updated successfully, but these errors were encountered: