Skip to content

Commit

Permalink
fix ThreadNameTest test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyz-hd committed Jan 28, 2021
1 parent 5c7cf64 commit 691e02c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ThreadNameTest {
private ThreadNameVerifyHandler clientHandler;

private static String serverRegex = "DubboServerHandler\\-localhost:(\\d+)\\-thread\\-(\\d+)";
private static String clientRegex = "DubboClientHandler\\-localhost:(\\d+)\\-thread\\-(\\d+)";
private static String clientRegex = "DubboClientHandler\\-thread\\-(\\d+)";

@BeforeEach
public void before() throws Exception {
Expand Down

0 comments on commit 691e02c

Please sign in to comment.