This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new a1212701bd Fix typos in test method names of
FailSafeClusterInvokerTest (#15578)
a1212701bd is described below
commit a1212701bdee54363585a57b8b745b226b307048
Author: CAICAII <[email protected]>
AuthorDate: Fri Jul 25 09:47:05 2025 +0800
Fix typos in test method names of FailSafeClusterInvokerTest (#15578)
---
.../apache/dubbo/rpc/cluster/support/FailSafeClusterInvokerTest.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/support/FailSafeClusterInvokerTest.java
b/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/support/FailSafeClusterInvokerTest.java
index b1fe930960..54f4f84a1f 100644
---
a/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/support/FailSafeClusterInvokerTest.java
+++
b/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/support/FailSafeClusterInvokerTest.java
@@ -82,7 +82,7 @@ class FailSafeClusterInvokerTest {
// TODO assert error log
@Test
- void testInvokeExceptoin() {
+ void testInvokeException() {
resetInvokerToException();
FailsafeClusterInvoker<DemoService> invoker = new
FailsafeClusterInvoker<DemoService>(dic);
invoker.invoke(invocation);
@@ -90,8 +90,7 @@ class FailSafeClusterInvokerTest {
}
@Test
- void testInvokeNoExceptoin() {
-
+ void testInvokeNoException() {
resetInvokerToNoException();
FailsafeClusterInvoker<DemoService> invoker = new
FailsafeClusterInvoker<DemoService>(dic);