<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>18883</buildableDurationMillis><buildableTimeMillis>18883</buildableTimeMillis><buildingDurationMillis>89927</buildingDurationMillis><executingTimeMillis>89927</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7190</waitingDurationMillis><waitingTimeMillis>7190</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1193</buildNumber><marked><SHA1>f768b762eecd26c2386630c791f768e4dbe149f4</SHA1><branch><SHA1>f768b762eecd26c2386630c791f768e4dbe149f4</SHA1><name>origin/main</name></branch></marked><revision><SHA1>f768b762eecd26c2386630c791f768e4dbe149f4</SHA1><branch><SHA1>f768b762eecd26c2386630c791f768e4dbe149f4</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>f768b762eecd26c2386630c791f768e4dbe149f4</SHA1><branch><SHA1>f768b762eecd26c2386630c791f768e4dbe149f4</SHA1><name>origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/PingCAP-QE/ci.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1193</displayName><duration>89927</duration><estimatedDuration>83303</estimatedDuration><fullDisplayName>seed #1193</fullDisplayName><id>1193</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1193</number><queueId>2562121</queueId><result>SUCCESS</result><timestamp>1764654424839</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/1193/</url><builtOn>default-xvbvt</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy</affectedPath><commitId>f768b762eecd26c2386630c791f768e4dbe149f4</commitId><timestamp>1764654394000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>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',
```

&lt;!-- START COPILOT CODING AGENT SUFFIX --&gt;



&lt;details&gt;

&lt;summary&gt;Original prompt&lt;/summary&gt;

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


&lt;/details&gt;

- Fixes PingCAP-QE/ci#3932

&lt;!-- START COPILOT CODING AGENT TIPS --&gt;
---

💡 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] &lt;198982749+Copilot@users.noreply.github.com&gt;
Co-authored-by: wuhuizuo &lt;2574558+wuhuizuo@users.noreply.github.com&gt;
Co-authored-by: wuhuizuo &lt;wuhuizuo@126.com&gt;
</comment><date>2025-12-02 05:46:34 +0000</date><id>f768b762eecd26c2386630c791f768e4dbe149f4</id><msg>chore(tidb,pd,CSE): enable bazel_pessimistictest and bazel_txntest in</msg><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>