Communications link failure,maven测试报错
执行maven的test做测试,发现报错:
T E S T S
-------------------------------------------------------
Running com.yejq.test.TestUser
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.476 sec <<< FAILURE!
Results :
Tests in error:
com.yejq.test.TestUser: Communications link failure
再次执行maven测试就没有这样的报错了。