sandynz opened a new issue, #17461:
URL: https://github.com/apache/shardingsphere/issues/17461

   ## Bug Report
   
   
https://github.com/apache/shardingsphere/runs/6341978025?check_suite_focus=true
   
   ```
   Error:  Failures: 
   Error:    
ClusterContextManagerCoordinatorTest.assertTriggerShowProcessList:374 
   Argument(s) are different! Wanted:
   clusterPersistRepository.persist(
       "/execution_nodes/foo_process_id/proxy_10.1.0.207@3307",
       "contexts:
   - startTimeMillis: 0
   "
   );
   -> at 
org.apache.shardingsphere.mode.manager.cluster.coordinator.ClusterContextManagerCoordinatorTest.assertTriggerShowProcessList(ClusterContextManagerCoordinatorTest.java:374)
   Actual invocations have different arguments:
   clusterPersistRepository.persist(
       "/execution_nodes/foo_process_id/proxy_10.1.0.207@3307",
       "contexts:
   - startTimeMillis: 0
   "
   );
   -> at 
org.apache.shardingsphere.mode.manager.cluster.coordinator.ClusterContextManagerCoordinator.triggerShowProcessList(ClusterContextManagerCoordinator.java:306)
   clusterPersistRepository.delete(
       
"/nodes/compute_nodes/process_trigger/proxy/10.1.0.207@3307/foo_process_id"
   );
   -> at 
org.apache.shardingsphere.mode.manager.cluster.coordinator.ClusterContextManagerCoordinator.triggerShowProcessList(ClusterContextManagerCoordinator.java:310)
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
notifications-unsubscr...@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to