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/kvserver/concurrency: TestLockTableConcurrentRequests failed #123196

Closed
cockroach-teamcity opened this issue Apr 29, 2024 · 1 comment · Fixed by #123203
Closed

kv/kvserver/concurrency: TestLockTableConcurrentRequests failed #123196

cockroach-teamcity opened this issue Apr 29, 2024 · 1 comment · Fixed by #123203
Assignees
Labels
A-testing Testing tools and infrastructure branch-master Failures on the master branch. 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. P-3 Issues/test failures with no fix SLA T-kv KV Team
Projects
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 29, 2024

kv/kvserver/concurrency.TestLockTableConcurrentRequests failed on master @ 2b5baff23f9b53da26f0fc1a763ca43384b464b0:

Fatal error:

panic: test timed out after 53m17s
running tests:
	TestLockTableConcurrentRequests (53m17s)
	TestLockTableConcurrentRequests/concurrency_4 (46m52s)

Stack:

goroutine 20643 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x265
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x45
Log preceding fatal error

=== RUN   TestLockTableConcurrentRequests
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestLockTableConcurrentRequests427444142
    test_log_scope.go:81: use -show-logs to present logs inline
    lock_table_test.go:1626: numRequests: 10000; numActiveTxns: 4; probability(txn-al reqs): 0.75; probability(new txns): 0.10; probability(duplicate access): 0.50
    lock_table_test.go:1751: txns creted: 691
=== RUN   TestLockTableConcurrentRequests/concurrency_1
items: 10691, aborted: 0, concurrency violations: 9792, lock table: num=0

=== RUN   TestLockTableConcurrentRequests/concurrency_4

Parameters:

  • attempt=1
  • race=true
  • run=1
  • shard=6
Help

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

/cc @cockroachdb/kv

This test on roachdash | Improve this report!

Jira issue: CRDB-38242

@cockroach-teamcity cockroach-teamcity added branch-master Failures on the master branch. 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 Apr 29, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Apr 29, 2024
@cockroach-teamcity cockroach-teamcity added this to roachtest/unit test backlog in KV Apr 29, 2024
arulajmani added a commit to arulajmani/cockroach that referenced this issue Apr 29, 2024
@arulajmani arulajmani added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-testing Testing tools and infrastructure P-3 Issues/test failures with no fix SLA and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Apr 29, 2024
@arulajmani arulajmani self-assigned this Apr 29, 2024
@cockroach-teamcity
Copy link
Member Author

kv/kvserver/concurrency.TestLockTableConcurrentRequests failed on master @ 6e23d32dd0d36181f5c886c9a0eda9c756005bd6:

Fatal error:

panic: test timed out after 53m17s
running tests:
	TestLockTableConcurrentRequests (53m17s)
	TestLockTableConcurrentRequests/concurrency_128 (7m13s)

Stack:

goroutine 55802 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x265
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x45
Log preceding fatal error

=== RUN   TestLockTableConcurrentRequests
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestLockTableConcurrentRequests1417921024
    test_log_scope.go:81: use -show-logs to present logs inline
    lock_table_test.go:1626: numRequests: 10000; numActiveTxns: 32; probability(txn-al reqs): 0.90; probability(new txns): 0.75; probability(duplicate access): 0.50
    lock_table_test.go:1751: txns creted: 6741
=== RUN   TestLockTableConcurrentRequests/concurrency_128

Parameters:

  • attempt=1
  • race=true
  • run=3
  • shard=6
Help

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

Same failure on other branches

This test on roachdash | Improve this report!

craig bot pushed a commit that referenced this issue May 6, 2024
123203: concurrency: deflake TestLockTableConcurrentRequests r=arulajmani a=arulajmani

Closes #123196.
Closes #123280.
Closes #123550.

Epic: none

Release note: None

Co-authored-by: Arul Ajmani <arulajmani@gmail.com>
@craig craig bot closed this as completed in 6a30d7a May 6, 2024
blathers-crl bot pushed a commit that referenced this issue May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Testing tools and infrastructure branch-master Failures on the master branch. 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. P-3 Issues/test failures with no fix SLA T-kv KV Team
Projects
KV
roachtest/unit test backlog
Development

Successfully merging a pull request may close this issue.

2 participants