Skip to content
Success

Changes

Summary

  1. chore(tidb,pd,CSE): enable bazel_pessimistictest and bazel_txntest in (commit: f768b76) (details)
Commit f768b762eecd26c2386630c791f768e4dbe149f4 by noreply
chore(tidb,pd,CSE): enable bazel_pessimistictest and bazel_txntest in pull_integration_realcluster_test_next_gen matrix (#3934)

Enables `bazel_pessimistictest` and `bazel_txntest` test groups in the
CI matrix for Next-Gen kernel testing, as requested after replay testing
validation.

### Changes

- **pingcap/tidb** - Added test groups to
`pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`
- **tikv/pd** - Added test groups to
`pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`
- **tidbcloud/cloud-storage-engine** - Added test groups to
`pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy`

```groovy
// Before (commented out)
// 'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_pessimistictest',
// 'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_txntest',

// After (enabled)
'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_pessimistictest',
'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_txntest',
```

<!-- START COPILOT CODING AGENT SUFFIX -->



<details>

<summary>Original prompt</summary>

>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>[Next-Gen] enable `bazel_pessimistictest` and
`bazel_txntest` in matrix of job
`pull_integration_realcluster_test_next_gen`</issue_title>
> <issue_description>cover for repositories:
>
> - `pingcap/tidb`
> - `tiki/pd`
> - `tidbcloud/cloud-storage-engine`
> </issue_description>
>
> <agent_instructions>Create pull request to finish this
task</agent_instructions>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> <comment_new><author>@wuhuizuo</author><body>
> @yibin87 Please help to testing for these two groups with replaying
before we create the pull request.</body></comment_new>
> </comments>
>


</details>

- Fixes PingCAP-QE/ci#3932

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com>
Co-authored-by: wuhuizuo <wuhuizuo@126.com>
(commit: f768b76)
The file was modifiedpipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy (diff)