Skip to content

kv/kvnemesis: TestKVNemesisSingleNode_ReproposalChaos failed #111513

@cockroach-teamcity

Description

@cockroach-teamcity

kv/kvnemesis.TestKVNemesisSingleNode_ReproposalChaos failed with artifacts on master @ f5b917d7985c4b2a5d56802b6911081ccf9db5ad:

=== RUN   TestKVNemesisSingleNode_ReproposalChaos
    test_log_scope.go:167: test logs captured to: /artifacts/tmp/_tmp/4aeb9c412c16a003ed8ddc43788d2bba/logTestKVNemesisSingleNode_ReproposalChaos864369517
    test_log_scope.go:81: use -show-logs to present logs inline
    kvnemesis_test.go:283: seed: 8683471085671915596
    kvnemesis_test.go:197: kvnemesis logging to /artifacts/tmp/_tmp/4aeb9c412c16a003ed8ddc43788d2bba/kvnemesis114283708
    kvnemesis.go:168: error applying x.Txn(ctx, func(ctx context.Context, txn *kv.Txn) error {
          txn.SetIsoLevel(isolation.Snapshot)
          txn.GetForUpdateSkipLocked(ctx, tk(7259645562847194217)) // SKIP LOCKED request should not find another waiting request from the same transaction
          txn.ReverseScanForShareSkipLockedGuaranteedDurability(ctx, tk(1271592119363265373), tk(16583388159962716211), 0) // omitted
          txn.ReverseScanForShareSkipLockedGuaranteedDurability(ctx, tk(1536400223639627544), tk(7617666499560321424), 0) // omitted
          return errors.New("rollback")
        }) // SKIP LOCKED request should not find another waiting request from the same transaction: SKIP LOCKED request should not find another waiting request from the same transaction
    kvnemesis.go:168: error applying x.GetForUpdateSkipLocked(ctx, tk(7259645562847194217)) // SKIP LOCKED request should not find another waiting request from the same transaction: SKIP LOCKED request should not find another waiting request from the same transaction
    kvnemesis.go:203: failures(verbose): /artifacts/tmp/_tmp/4aeb9c412c16a003ed8ddc43788d2bba/kvnemesis114283708/failures
        repro steps: /artifacts/tmp/_tmp/4aeb9c412c16a003ed8ddc43788d2bba/kvnemesis114283708/repro.go
        rangefeed KVs: /artifacts/tmp/_tmp/4aeb9c412c16a003ed8ddc43788d2bba/kvnemesis114283708/kvs-rangefeed.txt
        scan KVs: /artifacts/tmp/_tmp/4aeb9c412c16a003ed8ddc43788d2bba/kvnemesis114283708/kvs-scan.txt
    kvnemesis_test.go:310: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/kv/kvnemesis/pkg/kv/kvnemesis/kvnemesis_test.go:310
        	            				github.com/cockroachdb/cockroach/pkg/kv/kvnemesis/pkg/kv/kvnemesis/kvnemesis_test.go:247
        	Error:      	Should be zero, but was 2
        	Test:       	TestKVNemesisSingleNode_ReproposalChaos
        	Messages:   	kvnemesis detected failures
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/4aeb9c412c16a003ed8ddc43788d2bba/logTestKVNemesisSingleNode_ReproposalChaos864369517
--- FAIL: TestKVNemesisSingleNode_ReproposalChaos (6.17s)
Help

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

/cc @cockroachdb/kv

This test on roachdash | Improve this report!

Jira issue: CRDB-31942

Metadata

Metadata

Assignees

Labels

A-testingTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).O-robotOriginated from a bot.T-kvKV Teambranch-masterFailures and bugs on the master branch.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions