Skip to content

Commit

Permalink
[type:fix] e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 21, 2023
1 parent 4671c04 commit ae66e54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

package org.apache.shenyu.bootstrap;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

Expand Down
1 change: 0 additions & 1 deletion shenyu-e2e/shenyu-e2e-case/k8s/sync/shenyu-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ data:
org.springframework.web.reactive: info
reactor.ipc.netty: info
reactor.netty: info
com.alipay.sofa.rpc.ext: debug
application-admin-sync-websocket.yml: |
shenyu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public void init(final SofaRegisterConfig sofaRegisterConfig) {
registryConfig.setProtocol(sofaRegisterConfig.getProtocol());
registryConfig.setId(shenyuProxy);
registryConfig.setRegister(false);
registryConfig.setSubscribe(true);
registryConfig.setAddress(sofaRegisterConfig.getRegister());
}
if (StringUtils.isNotBlank(sofaRegisterConfig.getThreadpool())) {
Expand Down

0 comments on commit ae66e54

Please sign in to comment.