From a9619fe51e6f44cf62d54f37c26cd7401c64fa1c Mon Sep 17 00:00:00 2001 From: jianbin Date: Fri, 3 Jan 2025 09:35:31 +0800 Subject: [PATCH] test: fix the issue of interference between test results when running NacosMockTest in parallel --- changes/en-us/2.x.md | 3 ++- changes/zh-cn/2.x.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 1ff5b892226..1e957dd4a1a 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -23,7 +23,7 @@ Add changes here for all PR submitted to the 2.x branch. ### test: -- [[#PR_NO](https://github.com/apache/incubator-seata/pull/PR_NO)] test XXX +- [[#7092](https://github.com/apache/incubator-seata/pull/7092)] fix the issue of NacosMockTest failing to run ### refactor: @@ -37,5 +37,6 @@ Thanks to these contributors for their code commits. Please report an unintended - [lyl2008dsg](https://github.com/lyl2008dsg) - [remind](https://github.com/remind) - [PeppaO](https://github.com/PeppaO) +- [funky-eyes](https://github.com/funky-eyes) Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. \ No newline at end of file diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index f38d504d3fa..343f4a59fe5 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -22,7 +22,7 @@ ### test: -- [[#PR_NO](https://github.com/apache/incubator-seata/pull/PR_NO)] 测试XXX +- [[#7092](https://github.com/apache/incubator-seata/pull/7092)] 修复NacosMockTest测试方法并行导致测试结果被干扰失败的问题 ### refactor: @@ -36,5 +36,6 @@ - [lyl2008dsg](https://github.com/lyl2008dsg) - [remind](https://github.com/remind) - [PeppaO](https://github.com/PeppaO) +- [funky-eyes](https://github.com/funky-eyes) 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 \ No newline at end of file