This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a change to branch fix/fix_sync_bug in repository https://gitbox.apache.org/repos/asf/shenyu.git
from fcd5e815a6 Merge branch 'master' into fix/fix_sync_bug add 0933a2c450 feat: add diruptor unit test (#6079) add d3254f1c86 Merge branch 'master' into fix/fix_sync_bug No new revisions were added by this update. Summary of changes: .../disruptor/DisruptorProviderManagerTest.java | 4 +- .../disruptor/consumer/QueueConsumerTest.java | 112 +++++++++++++++++++++ .../disruptor/provider/DisruptorProviderTest.java | 109 ++++++++++++++++++++ .../thread/DisruptorThreadFactoryTest.java | 4 +- 4 files changed, 225 insertions(+), 4 deletions(-) copy shenyu-infra/shenyu-infra-nacos/src/test/java/org/apache/shenyu/infra/nacos/NacosTests.java => shenyu-disruptor/src/test/java/org/apache/shenyu/disruptor/DisruptorProviderManagerTest.java (91%) create mode 100644 shenyu-disruptor/src/test/java/org/apache/shenyu/disruptor/consumer/QueueConsumerTest.java create mode 100644 shenyu-disruptor/src/test/java/org/apache/shenyu/disruptor/provider/DisruptorProviderTest.java copy shenyu-e2e/shenyu-e2e-common/src/main/java/org/apache/shenyu/e2e/model/handle/PluginHandle.java => shenyu-disruptor/src/test/java/org/apache/shenyu/disruptor/thread/DisruptorThreadFactoryTest.java (91%)