2019-06-06 17:57:10
lcj
|
1、测试用例、测试计划和调度管理都配置OK,在调度任务执行后,无法找到测试用例 2、调度任务执行情况,总用例数显示为0
|
Seagull
|
应该是因为没有正常调起客户端导致的,请检查客户端的状态是不是正常的
|
lcj
|
客户端启动日志如下,没发现有 异常情况,在系统管理-客户端配置中,状态也是正常的! 1、客户端启动日志截图 ################################################################## ## #### / / _ _ ___| | ___ _ / __\ __ __ _ _ __ ___ ___ ## ## / / | | | |/ __| |/ / | | |/ _\| '__/ _` | '_ ` _ \ / _ \ ## ## / /__| |_| | (__| <| |_| / / | | | (_| | | | | | | __/ ## ## \____/\__,_|\___|_|\_\\__, \/ |_| \__,_|_| |_| |_|\___| ## ## |___/ ## ## ## ## +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ ## ## |V|2|.|7|.|2| |B|e|t|a| ## ## +-+-+-+-+ +-+-+-+-+ +-+-+-+-+-+-+ ## ################################################################## 2019-06-10 15:04:49:732:org.springframework.boot.StartupInfoLogger.logStarting(StartupInfoLogger.java:50) - INFO: Starting RunService on gawh122 with PID 39502 (/home/rzx/LuckyFrameClient started by root in /home/rzx/LuckyFrameClient) 2019-06-10 15:04:49:735:org.springframework.boot.SpringApplication.logStartupProfileInfo(SpringApplication.java:659) - INFO: No active profile set, falling back to default profiles: default Jun 10, 2019 3:04:50 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Jun 10, 2019 3:04:50 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.31 Jun 10, 2019 3:04:50 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] Jun 10, 2019 3:04:50 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring embedded WebApplicationContext 2019-06-10 15:04:51:691:org.springframework.boot.StartupInfoLogger.logStarted(StartupInfoLogger.java:59) - INFO: Started RunService in 2.213 seconds (JVM running for 2.52) 2019-06-10 15:04:51:694:springboot.RunService.main(RunService.java:29) - INFO: 启动客户端监听,请稍后......监听IP:x.x.x.x 2019-06-10 15:04:51:694:springboot.HttpImpl.checkhostnet(HttpImpl.java:384) - INFO: 检查客户端配置中,请稍后...... 2019-06-10 15:04:51:698:springboot.HttpImpl.checkhostnet(HttpImpl.java:394) - INFO: 客户端访问数据库配置:x.x.x.x:3306 检测通过...... 2019-06-10 15:04:51:699:springboot.HttpImpl.checkhostnet(HttpImpl.java:396) - INFO: 客户端访问Web端配置:x.x.x.x:28080 检测通过...... 2、系统管理-客户端配置截图:
|
1/1