rohankanojia

Tests failing even after mockwebserver upgrade

Jan 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Jan 22, 2019 5:44:57 PM okhttp3.mockwebserver.MockWebServer$2 acceptConnections
  2. INFO: MockWebServer[51945] done accepting connections: Socket closed
  3. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.61 s - in io.fabric8.openshift.client.server.mock.TemplateTest
  4. [INFO]
  5. [INFO] Results:
  6. [INFO]
  7. [ERROR] Failures:
  8. [ERROR] PodTest.testWatch:300
  9. [ERROR] WatchTest.testDeletedAndOutdated:89
  10. [ERROR] WatchTest.testOnCloseEvent:171
  11. [ERROR] WatchTest.testReconnectsWithLastResourceVersion:219
  12. [ERROR] BuildConfigTest.testDelete:183
  13. [ERROR] Errors:
  14. [ERROR] CronJobTest.testListWithLables:74 » KubernetesClient Failure executing: GET at...
  15. [ERROR] DeploymentTest.testListWithLabels:84 » KubernetesClient Failure executing: GET...
  16. [ERROR] IngressTest.testListWithLables:81 » KubernetesClient Failure executing: GET at...
  17. [ERROR] JobTest.testListWithLables:81 » KubernetesClient Failure executing: GET at: ht...
  18. [ERROR] PodDisruptionBudgetTest.testListWithLabels:81 » KubernetesClient Failure execu...
  19. [ERROR] PodTest.testListWithLables:107 » KubernetesClient Failure executing: GET at: h...
  20. [ERROR] PriorityClassTest.testListWithLables:66 » KubernetesClient Failure executing: ...
  21. [INFO]
  22. [ERROR] Tests run: 204, Failures: 5, Errors: 7, Skipped: 4
  23. [INFO]
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] BUILD FAILURE
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Total time: 16:05 min
  28. [INFO] Finished at: 2019-01-22T17:44:58+05:30
  29. [INFO] ------------------------------------------------------------------------
  30. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project kubernetes-test: There are test failures.
  31. [ERROR]
  32. [ERROR] Please refer to /home/Rohaan/go/src/github.com/fabric8io/kubernetes-client/kubernetes-tests/target/surefire-reports for the individual test results.
  33. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  34. [ERROR] -> [Help 1]
  35. [ERROR]
  36. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  37. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  38. [ERROR]
  39. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  40. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Add Comment
Please, Sign In to add comment