Skip to content

Commit

Permalink
move position of fields
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Mar 7, 2025
1 parent ff0b916 commit f1ae3aa
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ public class TestDisableNameservicesExample {
public static final String ASYNC_MODE = "ASYNC";
public static final String SYNC_MODE = "SYNC";

static StateStoreDFSCluster cluster;
static RouterContext routerContext;
static RouterClient routerAdminClient;
static ClientProtocol routerProtocol;

@Nested
@ExtendWith(RouterServerHelper.class)
class TestWithAsyncRouterRpc {
Expand Down Expand Up @@ -122,11 +127,6 @@ public void testWithoutDisablingSync() throws IOException {
}
}

static StateStoreDFSCluster cluster;
static RouterContext routerContext;
static RouterClient routerAdminClient;
static ClientProtocol routerProtocol;

public static void setUp(String rpcMode) throws Exception {
// Build and start a federated cluster.
cluster = new StateStoreDFSCluster(false, 2);
Expand Down

0 comments on commit f1ae3aa

Please sign in to comment.