Skip to content

realtikvtest: make import-into/add-index tests works on nextgen#62112

Merged
ti-chi-bot[bot] merged 3 commits into
pingcap:masterfrom
D3Hunter:nextgen-importinto-test
Jul 1, 2025
Merged

realtikvtest: make import-into/add-index tests works on nextgen#62112
ti-chi-bot[bot] merged 3 commits into
pingcap:masterfrom
D3Hunter:nextgen-importinto-test

Conversation

@D3Hunter

@D3Hunter D3Hunter commented Jul 1, 2025

Copy link
Copy Markdown
Contributor

What problem does this PR solve?

Issue Number: ref #61702

Problem Summary:

What changed and how does it work?

		// in nextgen kernel, SYSTEM keyspace must be bootstrapped first, if we
		// don't specify a keyspace which normally is not specified, we use SYSTEM
		// keyspace as default to make sure test cases can run correctly.

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No need to test
    • I checked and no code files have been changed.

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None

@ti-chi-bot ti-chi-bot Bot added release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 1, 2025
@tiprow

tiprow Bot commented Jul 1, 2025

Copy link
Copy Markdown

Hi @D3Hunter. Thanks for your PR.

PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@codecov

codecov Bot commented Jul 1, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 73.3028%. Comparing base (94bfb3d) to head (d74358d).
Report is 12 commits behind head on master.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #62112        +/-   ##
================================================
+ Coverage   72.9233%   73.3028%   +0.3795%     
================================================
  Files          1739       1740         +1     
  Lines        482858     484284      +1426     
================================================
+ Hits         352116     354994      +2878     
+ Misses       109170     107691      -1479     
- Partials      21572      21599        +27     
Flag Coverage Δ
integration 42.4029% <0.0000%> (?)
unit 72.1659% <0.0000%> (-0.0129%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
dumpling 52.7804% <ø> (ø)
parser ∅ <ø> (∅)
br 46.3281% <ø> (-0.0026%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@D3Hunter

D3Hunter commented Jul 1, 2025

Copy link
Copy Markdown
Contributor Author

/retest

@tiprow

tiprow Bot commented Jul 1, 2025

Copy link
Copy Markdown

@D3Hunter: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

Details

In response to this:

/retest

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Comment thread pkg/disttask/framework/handle/handle.go Outdated
// on nextgen, DXF works as a service and runs only on node with scope 'dxf_service',
// so all tasks must be submitted to that scope.
nextgenSEMTargetScope = "dxf_service"
NextgenSEMTargetScope = "dxf_service"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

seems NextGen (G is capitalized)

@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Jul 1, 2025
@ti-chi-bot

ti-chi-bot Bot commented Jul 1, 2025

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: GMHDBJD, lance6716

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 approved lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Jul 1, 2025
@ti-chi-bot

ti-chi-bot Bot commented Jul 1, 2025

Copy link
Copy Markdown

[LGTM Timeline notifier]

Timeline:

  • 2025-07-01 07:20:17.058185029 +0000 UTC m=+1379469.781364006: ☑️ agreed by lance6716.
  • 2025-07-01 10:25:17.462799202 +0000 UTC m=+1390570.185978178: ☑️ agreed by GMHDBJD.

@hawkingrei

Copy link
Copy Markdown
Contributor

/retest

@ti-chi-bot ti-chi-bot Bot merged commit 6e13f82 into pingcap:master Jul 1, 2025
23 of 24 checks passed
@D3Hunter D3Hunter deleted the nextgen-importinto-test branch July 2, 2025 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants