java-apns icon indicating copy to clipboard operation
java-apns copied to clipboard

Failed tests in compilation

Open tapule opened this issue 9 years ago • 1 comments

Hi,

I'm triying to compile java-apns with "mvn clean install" under ubuntu server but I get this error:

Failed tests: 
  ApnsSimulatorLongRunningTest.multipleTokensBad_issue145:48->ApnsSimulatorTestBase.assertNumberReceived:190->ApnsSimulatorTestBase.assertIdle:196 
Expected: <0>
     but: was <1>

Tests in error: 
  ApnsConnectionTest.sendOneSimple:99 »  test timed out after 2000 milliseconds

Tests run: 111, Failures: 1, Errors: 1, Skipped: 3

Please can you help me?

Greetings.

tapule avatar Mar 30 '16 15:03 tapule

My results look pretty similar: (running Maven 3.0.5 in a CentOS 6.4 vagrant image)

Failed tests: firstTokenBad_issue145(com.notnoop.apns.integration.ApnsSimulatorTest):

Tests in error: sendOneSimple(com.notnoop.apns.integration.ApnsConnectionTest): test timed out after 2000 milliseconds

Tests run: 111, Failures: 1, Errors: 1, Skipped: 3

n8leon avatar May 24 '16 23:05 n8leon