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: use qps splitting for splits/load tests #97542

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

kvoli
Copy link
Collaborator

@kvoli kvoli commented Feb 23, 2023

This commit updates the clusters used in splits/load roachtests to use
QPS load based splitting, rather than CPU, which was enabled by default
in #97424.

These tests were failing as they assumed QPS load based splitting when
calculating the number of final ranges to assert against.

These tests should be run against all load based split objectives, this
is tracked in #97540.

Resolves: #97494
Resolves: #97455
Informs: #97540

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kvoli kvoli changed the title kvserver: fix deadlock on rebalance obj change roachtest: use qps splitting for splits/load tests Feb 23, 2023
@kvoli kvoli self-assigned this Feb 23, 2023
@kvoli kvoli force-pushed the 230222.roachtest-split-flake branch 2 times, most recently from 5b0006c to e386458 Compare February 23, 2023 01:19
@kvoli kvoli requested a review from shralex February 23, 2023 01:21
@kvoli kvoli marked this pull request as ready for review February 23, 2023 01:21
@kvoli kvoli requested a review from a team as a code owner February 23, 2023 01:21
@kvoli kvoli requested review from herkolategan, srosenberg and andrewbaptist and removed request for a team February 23, 2023 01:21
@kvoli
Copy link
Collaborator Author

kvoli commented Feb 23, 2023

bors r=shralex

@craig
Copy link
Contributor

craig bot commented Feb 23, 2023

🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set.

This commit updates the clusters used in `splits/load` roachtests to use
QPS load based splitting, rather than CPU, which was enabled by default
in cockroachdb#97424.

These tests were failing as they assumed QPS load based splitting when
calculating the number of final ranges to assert against.

These tests should be run against all load based split objectives, this
is tracked in cockroachdb#97540.

Resolves: cockroachdb#97494
Resolves: cockroachdb#97455
Informs:  cockroachdb#97540

Release note: None
@kvoli kvoli force-pushed the 230222.roachtest-split-flake branch from e386458 to 0df5ea5 Compare February 23, 2023 14:08
Copy link
Collaborator

@andrewbaptist andrewbaptist left a comment

Choose a reason for hiding this comment

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

LGTM

@kvoli
Copy link
Collaborator Author

kvoli commented Feb 23, 2023

bors r=shralex

@craig
Copy link
Contributor

craig bot commented Feb 23, 2023

Build failed:

@kvoli
Copy link
Collaborator Author

kvoli commented Feb 23, 2023

bors r=shralex

@craig
Copy link
Contributor

craig bot commented Feb 23, 2023

Build succeeded:

@craig craig bot merged commit 2efb369 into cockroachdb:master Feb 23, 2023
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.

roachtest: splits/load/uniform/nodes=3 failed roachtest: splits/load/spanning/nodes=3 failed
4 participants