rohankanojia

Untitled

Jan 29th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Jan 29, 2019 5:33:33 PM okhttp3.mockwebserver.MockWebServer$3 processOneRequest
  2. INFO: MockWebServer[58799] received request: DELETE /oapi/v1/namespaces/ns1/templates/tmpl2 HTTP/1.1 and responded: HTTP/1.1 200 OK
  3. Jan 29, 2019 5:33:33 PM okhttp3.internal.platform.Platform log
  4. INFO: <-- 200 OK https://localhost:58799/oapi/v1/namespaces/ns1/templates/tmpl2 (1ms)
  5. Jan 29, 2019 5:33:33 PM okhttp3.internal.platform.Platform log
  6. INFO: Content-Length: 78
  7. Jan 29, 2019 5:33:33 PM okhttp3.internal.platform.Platform log
  8. INFO:
  9. Jan 29, 2019 5:33:33 PM okhttp3.internal.platform.Platform log
  10. INFO: {"apiVersion":"v1","kind":"Template","labels":{},"objects":[],"parameters":[]}
  11. Jan 29, 2019 5:33:33 PM okhttp3.internal.platform.Platform log
  12. INFO: <-- END HTTP (78-byte body)
  13. Jan 29, 2019 5:33:33 PM okhttp3.mockwebserver.MockWebServer$2 acceptConnections
  14. INFO: MockWebServer[58799] done accepting connections: Socket closed
  15. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.471 s - in io.fabric8.openshift.client.server.mock.TemplateTest
  16. [INFO]
  17. [INFO] Results:
  18. [INFO]
  19. [ERROR] Failures:
  20. [ERROR] PodTest.testWatch:310
  21. [ERROR] WatchTest.testDeletedAndOutdated:89
  22. [ERROR] WatchTest.testOnCloseEvent:171
  23. [ERROR] BuildConfigTest.testDelete:183
  24. [ERROR] Errors:
  25. [ERROR] CronJobTest.testListWithLables:74 » KubernetesClient Failure executing: GET at...
  26. [ERROR] DeploymentTest.testListWithLabels:84 » KubernetesClient Failure executing: GET...
  27. [ERROR] IngressTest.testListWithLables:81 » KubernetesClient Failure executing: GET at...
  28. [ERROR] JobTest.testListWithLables:81 » KubernetesClient Failure executing: GET at: ht...
  29. [ERROR] PodDisruptionBudgetTest.testListWithLabels:81 » KubernetesClient Failure execu...
  30. [ERROR] PodTest.testListWithLables:109 » KubernetesClient Failure executing: GET at: h...
  31. [ERROR] PriorityClassTest.testListWithLables:66 » KubernetesClient Failure executing: ...
  32. [INFO]
  33. [ERROR] Tests run: 204, Failures: 4, Errors: 7, Skipped: 4
  34. [INFO]
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] BUILD FAILURE
  37. [INFO] ------------------------------------------------------------------------
  38. [INFO] Total time: 15:54 min
  39. [INFO] Finished at: 2019-01-29T17:33:34+05:30
  40. [INFO] ------------------------------------------------------------------------
  41. [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.
  42. [ERROR]
  43. [ERROR] Please refer to /home/Rohaan/go/src/github.com/fabric8io/kubernetes-client/kubernetes-tests/target/surefire-reports for the individual test results.
  44. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  45. [ERROR] -> [Help 1]
  46. [ERROR]
  47. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  48. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  49. [ERROR]
  50. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  51. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  52. ~/go/src/github.com/fabric8io/kubernetes-client/kubernetes-tests : $
Add Comment
Please, Sign In to add comment