Skip to content
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/kvnemesis: TestKVNemesisMultiNode failed #115088

Closed
cockroach-teamcity opened this issue Nov 27, 2023 · 1 comment
Closed

kv/kvnemesis: TestKVNemesisMultiNode failed #115088

cockroach-teamcity opened this issue Nov 27, 2023 · 1 comment
Assignees
Labels
branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-kv KV Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 27, 2023

kv/kvnemesis.TestKVNemesisMultiNode failed with artifacts on release-23.2 @ 79e4c2762d8d55037d336aa9af1cb04878246469:

=== RUN   TestKVNemesisMultiNode
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/1f42cf5be2fc021646bf9b2daf5eaef3/logTestKVNemesisMultiNode213179976
    test_log_scope.go:81: use -show-logs to present logs inline
    kvnemesis_test.go:283: seed: 7140800789643765968
    kvnemesis_test.go:197: kvnemesis logging to /artifacts/tmp/_tmp/1f42cf5be2fc021646bf9b2daf5eaef3/kvnemesis712148900
    kvnemesis.go:177: range 80 (/Table/100/"4922b796a2db2055") RANGE_CONSISTENT_STATS_INCORRECT:
        stats: {ContainsEstimates:0 LastUpdateNanos:1701088925960577277 LockAge:0 GCBytesAge:45740 LiveBytes:106 LiveCount:2 KeyBytes:660 KeyCount:12 ValBytes:520 ValCount:34 IntentBytes:0 IntentCount:0 LockBytes:0 LockCount:0 RangeKeyCount:2 RangeKeyBytes:111 RangeValCount:3 RangeValBytes:30 SysBytes:5485 SysCount:28 AbortSpanBytes:1706}
        delta (stats-computed): {ContainsEstimates:0 LastUpdateNanos:1701088925960577277 LockAge:0 GCBytesAge:0 LiveBytes:0 LiveCount:0 KeyBytes:0 KeyCount:0 ValBytes:0 ValCount:0 IntentBytes:0 IntentCount:0 LockBytes:0 LockCount:0 RangeKeyCount:0 RangeKeyBytes:0 RangeValCount:0 RangeValBytes:0 SysBytes:-10 SysCount:0 AbortSpanBytes:0}
    kvnemesis.go:212: failures(verbose): /artifacts/tmp/_tmp/1f42cf5be2fc021646bf9b2daf5eaef3/kvnemesis712148900/failures
        repro steps: /artifacts/tmp/_tmp/1f42cf5be2fc021646bf9b2daf5eaef3/kvnemesis712148900/repro.go
        rangefeed KVs: /artifacts/tmp/_tmp/1f42cf5be2fc021646bf9b2daf5eaef3/kvnemesis712148900/kvs-rangefeed.txt
        scan KVs: /artifacts/tmp/_tmp/1f42cf5be2fc021646bf9b2daf5eaef3/kvnemesis712148900/kvs-scan.txt
    kvnemesis_test.go:311: [0] proposed: 3807
    kvnemesis_test.go:313: [0] reproposed unchanged: 61
    kvnemesis_test.go:315: [0] reproposed with new LAI: 9
    kvnemesis_test.go:311: [1] proposed: 1249
    kvnemesis_test.go:313: [1] reproposed unchanged: 21
    kvnemesis_test.go:315: [1] reproposed with new LAI: 19
    kvnemesis_test.go:311: [2] proposed: 626
    kvnemesis_test.go:313: [2] reproposed unchanged: 28
    kvnemesis_test.go:315: [2] reproposed with new LAI: 2
    kvnemesis_test.go:311: [3] proposed: 1377
    kvnemesis_test.go:313: [3] reproposed unchanged: 20
    kvnemesis_test.go:315: [3] reproposed with new LAI: 0
    kvnemesis_test.go:320: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/kv/kvnemesis/pkg/kv/kvnemesis/kvnemesis_test.go:320
        	            				github.com/cockroachdb/cockroach/pkg/kv/kvnemesis/pkg/kv/kvnemesis/kvnemesis_test.go:261
        	Error:      	Should be zero, but was 1
        	Test:       	TestKVNemesisMultiNode
        	Messages:   	kvnemesis detected failures
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/1f42cf5be2fc021646bf9b2daf5eaef3/logTestKVNemesisMultiNode213179976
--- FAIL: TestKVNemesisMultiNode (118.24s)

Parameters: TAGS=bazel,gss,deadlock , stress=true

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

/cc @cockroachdb/kv

This test on roachdash | Improve this report!

Jira issue: CRDB-33878

@cockroach-teamcity cockroach-teamcity added branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-kv KV Team labels Nov 27, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Nov 27, 2023
@erikgrinaker
Copy link
Contributor

This is a known issue that we've chosen not to fix, because it's harmless and rare, and the fix is non-trivial. See #93896.

@erikgrinaker erikgrinaker added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. X-duplicate Closed as a duplicate of another issue. and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Nov 27, 2023
@exalate-issue-sync exalate-issue-sync bot added release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. and removed C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. X-duplicate Closed as a duplicate of another issue. labels Nov 27, 2023
@kvoli kvoli added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Nov 27, 2023
@github-project-automation github-project-automation bot moved this to Closed in KV Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-kv KV Team
Projects
No open projects
Archived in project
Development

No branches or pull requests

3 participants