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

roachtest: output error and bump vmodule on lease preferences test #107900

Merged

Conversation

kvoli
Copy link
Collaborator

@kvoli kvoli commented Jul 31, 2023

The lease-preferences roachtest did not log the state of preference conformance on timeout. This commit updates the error check, hit on timeout, to show the result.

Also bump the vmodule settings to show lease acquisitions and lease preference errors.

Epic: none
Informs: #107862

Release note: None

The `lease-preferences` roachtest did not log the state of preference
conformance on timeout. This commit updates the error check, hit on
timeout, to show the result.

Also bump the vmodule settings to show lease acquisitions and lease
preference errors.

Epic: none
Informs: cockroachdb#107862

Release note: None
@kvoli kvoli self-assigned this Jul 31, 2023
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kvoli kvoli marked this pull request as ready for review July 31, 2023 19:37
@kvoli kvoli requested a review from a team as a code owner July 31, 2023 19:37
@kvoli kvoli requested review from herkolategan, srosenberg and erikgrinaker and removed request for a team July 31, 2023 19:37
@@ -188,7 +188,8 @@ func runLeasePreferences(
// dc=2: n3 n4
// ...
// dc=N: n2N-1 n2N
fmt.Sprintf("--locality=region=fake-region,zone=fake-zone,dc=%d", (node-1)/2+1))
fmt.Sprintf("--locality=region=fake-region,zone=fake-zone,dc=%d", (node-1)/2+1),
"--vmodule=replica_proposal=2,replicate_queue=3,replicate=3")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check that this won't be too noisy?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've looked at the logs few times with this change, whilst debugging the failure linked.

It's fine for cockroach.log logging, since there's no workload running. Turning it on after the initial splits/scatter would be better, but I'd rather have it all.

@kvoli
Copy link
Collaborator Author

kvoli commented Aug 1, 2023

TYFTR

bors r=erikgrinaker

@craig
Copy link
Contributor

craig bot commented Aug 1, 2023

Build succeeded:

@craig craig bot merged commit e9add29 into cockroachdb:master Aug 1, 2023
@kvoli
Copy link
Collaborator Author

kvoli commented Aug 9, 2023

blathers backport 23.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants