Skip to content

Commit

Permalink
fix ThreadNameTest test failures
Browse files Browse the repository at this point in the history
(cherry picked from commit 691e02c)
  • Loading branch information
zhangyz-hd committed Jan 28, 2021
1 parent 5f9b43b commit 7c8dfcd
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 7c8dfcd

Please sign in to comment.