You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project springside-utils: There are test failures.
#578
Open
txfox2015 opened this issue
Oct 5, 2017
· 0 comments
Caused by: java.lang.Exception: my exception
at org.springside.modules.utils.base.ExceptionUtilTest.getStackTraceAsString(ExceptionUtilTest.java:83)
... 29 more
master 代码执行 quick-start.sh 失败:
Caused by: java.lang.Exception: my exception
at org.springside.modules.utils.base.ExceptionUtilTest.getStackTraceAsString(ExceptionUtilTest.java:83)
... 29 more
Results :
Failed tests: localhost(org.springside.modules.utils.net.NetUtilTest): (..)
Tests run: 164, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Springside :: Module :: Utils ...................... FAILURE [ 6.967 s]
[INFO] Springside :: Module :: Core ....................... SKIPPED
[INFO] Springside :: Module :: Metrics .................... SKIPPED
[INFO] Springside :: Module ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.168 s
[INFO] Finished at: 2017-10-06T01:23:42+08:00
[INFO] Final Memory: 12M/212M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project springside-utils: There are test failures.
The text was updated successfully, but these errors were encountered: