Skip to content

dashboard: use "stress test" instead of "pressure test" - #23399

Merged
ti-chi-bot[bot] merged 1 commit into
pingcap:release-8.5from
yahonda:en-pressure-test-to-stress-test
Aug 10, 2026
Merged

dashboard: use "stress test" instead of "pressure test"#23399
ti-chi-bot[bot] merged 1 commit into
pingcap:release-8.5from
yahonda:en-pressure-test-to-stress-test

Conversation

@yahonda

@yahonda yahonda commented Jul 31, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

"Pressure test" is not idiomatic English for software performance testing — in software contexts the standard term is stress test (or load test); "pressure test" primarily belongs to mechanical/physical engineering (pressure vessels, pipes). Here it reads as a literal rendering of the Chinese 压力测试, which means "stress test".

This PR renames the 5 go-ycsb pressure test occurrences to stress test, matching the "stress test" wording already used elsewhere in the docs:

  • dashboard/dashboard-diagnostics-usage.md (4)
  • information-schema/information-schema-metrics-summary.md (1)

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v8.5 (TiDB 8.5 versions)
  • v8.4 (TiDB 8.4 versions)
  • v8.3 (TiDB 8.3 versions)
  • v8.2 (TiDB 8.2 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)

What is the related PR or file link(s)?

  • Other reference link(s): companion to the Japanese i18n-ja-release-8.5 cleanup (the ja side was renamed 圧力テスト → 負荷テスト).

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

Summary by CodeRabbit

  • Documentation
    • Updated diagnostic usage examples to consistently refer to go-ycsb “stress tests” instead of “pressure tests.”
    • Revised the information schema metrics summary to use the same terminology.

@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 31, 2026
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The documentation now uses “stress test” instead of “pressure test” in dashboard diagnostic examples and an information schema workload description.

Changes

Stress test terminology updates

Layer / File(s) Summary
Update diagnostic workload terminology
dashboard/dashboard-diagnostics-usage.md, information-schema/information-schema-metrics-summary.md
Updated five workload descriptions from “pressure test” to “stress test”.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The description explains the terminology change, lists affected files, identifies applicable versions, and includes reference and AI involvement details.
Title check ✅ Passed The title clearly and concisely describes the main terminology change from pressure test to stress test.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yahonda
yahonda force-pushed the en-pressure-test-to-stress-test branch from f8fdc75 to 1705795 Compare August 3, 2026 00:16
"Pressure test" is not idiomatic English for software performance testing
(it reads as a literal rendering of the Chinese 压力测试). The go-ycsb
performance runs described here are stress tests; the docs already use
"stress test" elsewhere. Rename the 5 "pressure test" occurrences to
"stress test" in dashboard-diagnostics-usage.md and
information-schema-metrics-summary.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@yahonda
yahonda force-pushed the en-pressure-test-to-stress-test branch from 1705795 to a531046 Compare August 10, 2026 00:56
@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Aug 10, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2026-08-10 03:50:10.543954871 +0000 UTC m=+3018396.580049947: ☑️ agreed by lilin90.

@lilin90 lilin90 self-assigned this Aug 10, 2026
@lilin90 lilin90 added the translation/no-need No need to translate this PR. label Aug 10, 2026
@ti-chi-bot ti-chi-bot Bot removed the missing-translation-status This PR does not have translation status info. label Aug 10, 2026
@lilin90 lilin90 added ONCALL Relates to documentation oncall. type/enhancement The issue or PR belongs to an enhancement. needs-cherry-pick-master Should cherry pick this PR to master branch. lgtm labels Aug 10, 2026
@lilin90

lilin90 commented Aug 10, 2026

Copy link
Copy Markdown
Member

/approve

@ti-chi-bot

ti-chi-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lilin90

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added the approved label Aug 10, 2026
@ti-chi-bot
ti-chi-bot Bot merged commit 8c98b83 into pingcap:release-8.5 Aug 10, 2026
12 checks passed
@ti-chi-bot

Copy link
Copy Markdown
Member

In response to a cherrypick label: new pull request created to branch master: #23478.

@yahonda
yahonda deleted the en-pressure-test-to-stress-test branch August 10, 2026 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm needs-1-more-lgtm Indicates a PR needs 1 more LGTM. needs-cherry-pick-master Should cherry pick this PR to master branch. ONCALL Relates to documentation oncall. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. translation/no-need No need to translate this PR. type/enhancement The issue or PR belongs to an enhancement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants