Sun*_*adi 13 java spring gradle activiti spring-boot
我在执行gradle clean test命令时遇到问题.我的应用程序使用activiti进行工作流程.Git的网址:https://github.com/sanelib/eBOSS/tree/merge-before-dev 科:"合并前方的开发"是具有Activiti的worflow过程更多的测试.但是它只执行了来自"核心"模块的12个集成测试中的6个.如果我使用@Ignore进行任何随机的6次测试,那么它就会成功休息6.我已经调试了一些控制台,并发现它在启动activiti进程时挂起.
此源还在/ scripts文件夹中包含了数据库模式.如果您错过了在您的环境中进行测试所需的任何文件,请告诉我.
任何人都能看到这个并给我解决方案吗?
我也得到了结果:23 tests completed, 14 failed :core:test FAILED
我随机选择了你的一项测试,但它也单独失败了。看来不是并发问题。
根本原因似乎是这样的:
2016-02-05 20:56:16.556 WARN 16072 --- [ main] o.h.e.jdbc.internal.JdbcServicesImpl : HHH000342: Could not obtain connection to query metadata : Cannot create PoolableConnectionFactory (Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
Run Code Online (Sandbox Code Playgroud)
所以看来确实是连接问题。
| 归档时间: |
|
| 查看次数: |
573 次 |
| 最近记录: |