This is an automated email from the ASF dual-hosted git repository.

aiceflower pushed a commit to branch release-0.9.4
in repository https://gitbox.apache.org/repos/asf/linkis.git

commit 1c2318318fd3ddc3e12f15c16ec81fd6b07fbfa5
Author: chaogefeng <[email protected]>
AuthorDate: Wed Jun 3 18:18:15 2020 +0800

    To add support for CS Listener
    close #374
---
 .../wedatasphere/linkis/cs/listener/test/TestListenerManager.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/contextservice/cs-listener/src/test/java/com/webank/wedatasphere/linkis/cs/listener/test/TestListenerManager.java
 
b/contextservice/cs-listener/src/test/java/com/webank/wedatasphere/linkis/cs/listener/test/TestListenerManager.java
index 08af5cd207..3835c672d8 100644
--- 
a/contextservice/cs-listener/src/test/java/com/webank/wedatasphere/linkis/cs/listener/test/TestListenerManager.java
+++ 
b/contextservice/cs-listener/src/test/java/com/webank/wedatasphere/linkis/cs/listener/test/TestListenerManager.java
@@ -79,7 +79,7 @@ public class TestListenerManager {
         testContextKeyValue.setContextValue(testContextValue);
         defaultContextKeyEvent.setContextKeyValue(testContextKeyValue);
         contextAsyncListenerBus.doPostEvent(contextKeyCallbackEngine, 
defaultContextKeyEvent);
-        ArrayList<ContextKeyValueBean> clientSource2ListenerCallback = 
contextKeyCallbackEngine.getListenerCallback("");
+        ArrayList<ContextKeyValueBean> clientSource2ListenerCallback = 
contextKeyCallbackEngine.getListenerCallback("127.0.0.1:8888");
         
System.out.println("----------------------------------------------------------------------");
         for (ContextKeyValueBean contextKeyValueBean : 
clientSource2ListenerCallback) {
             System.out.println("返回的bean里面对应的contexID: " + 
contextKeyValueBean.getCsID().getContextId());


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to