-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rttanalysis: don't count leasing the database desc
A bunch of rtt-analysis tests were counting a request for leasing the database descriptor. This is not interesting. This patch makes the test framework lease it first through a "USE" statement. The number of KV requests required for leasing is currently mis-counted. We count 1, but in reality it's 4. A different patch will correct the miscounting that, at which point that would be too significant for the tests. Release note: None Epic: None
- Loading branch information
1 parent
f860413
commit 4d81129
Showing
3 changed files
with
64 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
pkg/ccl/benchccl/rttanalysisccl/testdata/benchmark_expectations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
exp,benchmark | ||
11,AlterPrimaryRegion/alter_empty_database_alter_primary_region | ||
14,AlterPrimaryRegion/alter_empty_database_set_initial_primary_region | ||
15,AlterPrimaryRegion/alter_empty_database_set_initial_primary_region | ||
11,AlterPrimaryRegion/alter_populated_database_alter_primary_region | ||
15,AlterPrimaryRegion/alter_populated_database_set_initial_primary_region | ||
11,AlterRegions/alter_empty_database_add_region | ||
13,AlterRegions/alter_empty_database_drop_region | ||
11,AlterRegions/alter_populated_database_add_region | ||
13,AlterRegions/alter_populated_database_drop_region | ||
16,AlterPrimaryRegion/alter_populated_database_set_initial_primary_region | ||
10,AlterRegions/alter_empty_database_add_region | ||
12,AlterRegions/alter_empty_database_drop_region | ||
10,AlterRegions/alter_populated_database_add_region | ||
12,AlterRegions/alter_populated_database_drop_region | ||
11,AlterSurvivalGoals/alter_empty_database_from_region_to_zone | ||
11,AlterSurvivalGoals/alter_empty_database_from_zone_to_region | ||
21,AlterSurvivalGoals/alter_populated_database_from_region_to_zone | ||
21,AlterSurvivalGoals/alter_populated_database_from_zone_to_region | ||
14,AlterTableLocality/alter_from_global_to_rbr | ||
13,AlterTableLocality/alter_from_global_to_rbr | ||
12,AlterTableLocality/alter_from_global_to_regional_by_table | ||
10,AlterTableLocality/alter_from_rbr_to_global | ||
10,AlterTableLocality/alter_from_rbr_to_regional_by_table | ||
9,AlterTableLocality/alter_from_rbr_to_global | ||
9,AlterTableLocality/alter_from_rbr_to_regional_by_table | ||
12,AlterTableLocality/alter_from_regional_by_table_to_global | ||
14,AlterTableLocality/alter_from_regional_by_table_to_rbr | ||
13,AlterTableLocality/alter_from_regional_by_table_to_rbr |