YongGoose commented on PR #7315: URL: https://github.com/apache/incubator-seata/pull/7315#issuecomment-2831636660
The following test is currently failing. ```java 16:55:56.097 INFO --- [ main] [cluster.raft.RaftServerManager] [ lambda$destroy$1] [172.18.0.1:8091:9215008585223241777] : closed seata server raft cluster, group: default 16:55:56.098 INFO --- [ main] [a.server.session.SessionHolder] [ init] [172.18.0.1:8091:9215008585223241777] : use session store mode: file 16:55:56.099 INFO --- [ main] [session.AbstractSessionManager] [ lambda$null$2] [172.18.0.1:8091:9215008585223241777] : GlobalSession Does Not Exists For BranchSession [9215008585223241782/172.18.0.1:8091:9215008585223241781] 16:55:56.100 INFO --- [ main] [session.AbstractSessionManager] [ lambda$null$2] [172.18.0.1:8091:9215008585223241777] : GlobalSession Does Not Exists For BranchSession [9215008585223241780/172.18.0.1:8091:9215008585223241779] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.apache.seata.server.raft.execute.BranchSessionExecuteTest [INFO] [INFO] Results: [INFO] Error: Failures: Error: FileSessionManagerTest.changeGlobalSessionTest:476 Expected org.apache.seata.server.console.exception.ConsoleException to be thrown, but nothing was thrown. ``` -- 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...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org