-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi, I have encounter these two failed test :
OtxJavaSdkApplicationTests.testListEvents:144 All events not larger then a subset
OtxJavaSdkApplicationTests.testSearchPulses:95 Could not find pulse
and also this error Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project DirectConnect-Java-SDK
My Environment :
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00)
Maven home: C:\Users\TMF\Documents\apache-maven-3.3.9\bin..
Java version: 1.8.0_40, vendor: Oracle Corporation
Java home: C:\Program Files (x86)\Java\jdk1.8.0_40\jre
Default locale: en_MY, platform encoding: Cp1252
OS name: "windows 8.1", version: "6.3", arch: "x86", family: "dos"
2016-10-21 22:13:20.055 INFO 12040 --- [main] o.a.maven.surefire.booter.ForkedBooter : Starting ForkedBooter v2.19.1 on LAPTOP-N3KL0FO7 with PID 12040 (C:\Users\TMF.m2\repository\org\apache\maven\surefire\surefire-booter\2.19.1\surefire-booter-2.19.1.jar started by TMF in C:\Users\TMF\Documents\GitHub\AlienVault\OTX-Java-SDK)
2016-10-21 22:13:20.727 INFO 12040 --- [main] o.a.maven.surefire.booter.ForkedBooter : Started ForkedBooter in 0.858 seconds (JVM running for 1.671)
Tests run: 11, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 138.47 sec <<< FAILURE! - in com.alienvault.otx.OtxJavaSdkApplicationTests
testListEvents(com.alienvault.otx.OtxJavaSdkApplicationTests) Time elapsed: 2.147 sec <<< FAILURE!
java.lang.AssertionError: All events not larger then a subset
at com.alienvault.otx.OtxJavaSdkApplicationTests.testListEvents(OtxJavaSdkApplicationTests.java:144)
testSearchPulses(com.alienvault.otx.OtxJavaSdkApplicationTests) Time elapsed: 0.513 sec <<< FAILURE!
java.lang.AssertionError: Could not find pulse
at com.alienvault.otx.OtxJavaSdkApplicationTests.testSearchPulses(OtxJavaSdkApplicationTests.java:95)
Results :
Failed tests:
OtxJavaSdkApplicationTests.testListEvents:144 All events not larger then a subset
OtxJavaSdkApplicationTests.testSearchPulses:95 Could not find pulse
Tests run: 11, Failures: 2, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:36 min
[INFO] Finished at: 2016-10-21T22:15:38+08:00
[INFO] Final Memory: 17M/44M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project DirectConnect-Java-SDK: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Users\TMF\Documents\GitHub\AlienVault\OTX-Java-SDK\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException