Advertisement
bobdrad

Untitled

Nov 20th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] Building oVirt Engine Web Root 3.3.0-SNAPSHOT
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO]
  5. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ root-war ---
  6. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  7. [INFO] Copying 0 resource
  8. [INFO] Copying 1 resource
  9. [INFO]
  10. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ root-war ---
  11. [INFO] Compiling 9 source files to /home/rad/workspace/ovirt-engine/backend/manager/modules/root/target/classes
  12. [INFO]
  13. [INFO] --- maven-checkstyle-plugin:2.9.1:check (default) @ root-war ---
  14. [INFO] Starting audit...
  15. Audit done.
  16.  
  17. [INFO]
  18. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ root-war ---
  19. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  20. [INFO] Copying 3 resources
  21. [INFO]
  22. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ root-war ---
  23. [INFO] Compiling 3 source files to /home/rad/workspace/ovirt-engine/backend/manager/modules/root/target/test-classes
  24. [INFO]
  25. [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ root-war ---
  26. [INFO] Surefire report directory: /home/rad/workspace/ovirt-engine/backend/manager/modules/root/target/surefire-reports
  27.  
  28. -------------------------------------------------------
  29. T E S T S
  30. -------------------------------------------------------
  31. Running org.ovirt.engine.core.WelcomeServletTest
  32. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec
  33. Running org.ovirt.engine.core.DocsServletTest
  34. Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec
  35. Running org.ovirt.engine.core.FileServletTest
  36. log4j:WARN No appenders could be found for logger (org.ovirt.engine.core.utils.LocalConfig).
  37. log4j:WARN Please initialize the log4j system properly.
  38. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  39. Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec <<< FAILURE!
  40.  
  41. Results :
  42.  
  43. Failed tests:
  44. testDoGet1(org.ovirt.engine.core.FileServletTest):
  45. servletOutputStream.write(<any>, 0, <any>);
  46. Wanted 1 time:
  47. -> at org.ovirt.engine.core.FileServletTest.testDoGet1(FileServletTest.java:97)
  48. But was 3 times. Undesired invocation:
  49. -> at org.ovirt.engine.core.utils.servlet.ServletUtils.writeFileToStream(ServletUtils.java:129)
  50.  
  51.  
  52. Tests run: 10, Failures: 1, Errors: 0, Skipped: 1
  53.  
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Reactor Summary:
  56. [INFO]
  57. [INFO] ovirt-root ........................................ SUCCESS [0.330s]
  58. [INFO] oVirt Build Tools root ............................ SUCCESS [0.008s]
  59. [INFO] oVirt checkstyle .................................. SUCCESS [1.104s]
  60. [INFO] oVirt JBoss Modules Maven Plugin .................. SUCCESS [2.859s]
  61. [INFO] oVirt Checkstyle Checks ........................... SUCCESS [0.776s]
  62. [INFO] oVirt Modules - backend ........................... SUCCESS [0.004s]
  63. [INFO] oVirt Manager ..................................... SUCCESS [0.004s]
  64. [INFO] oVirt Engine dependencies ......................... SUCCESS [2.166s]
  65. [INFO] oVirt Modules - manager ........................... SUCCESS [0.409s]
  66. [INFO] CSharp Compatibility .............................. SUCCESS [2.302s]
  67. [INFO] Common Code ....................................... SUCCESS [11.198s]
  68. [INFO] Common utilities .................................. SUCCESS [15.414s]
  69. [INFO] Data Access Layer ................................. SUCCESS [9.178s]
  70. [INFO] engine scheduler bean ............................. SUCCESS [2.789s]
  71. [INFO] Vds broker ........................................ SUCCESS [7.387s]
  72. [INFO] Search Backend .................................... SUCCESS [2.851s]
  73. [INFO] Backend Logic @Service bean ....................... SUCCESS [25.319s]
  74. [INFO] oVirt RESTful API Backend Integration ............. SUCCESS [9.519s]
  75. [INFO] oVirt RESTful API interface ....................... SUCCESS [0.057s]
  76. [INFO] oVirt Engine API Definition ....................... SUCCESS [17.117s]
  77. [INFO] oVirt Engine API Commom Parent POM ................ SUCCESS [0.056s]
  78. [INFO] oVirt Engine API Common JAX-RS .................... SUCCESS [7.967s]
  79. [INFO] oVirt RESTful API Backend Integration Type Mappers SUCCESS [1:01.487s]
  80. [INFO] oVirt RESTful API Backend Integration JAX-RS Resources SUCCESS [30.743s]
  81. [INFO] oVirt RESTful API Backend Integration Webapp ...... SUCCESS [2.418s]
  82. [INFO] oVirt Engine Web Root ............................. FAILURE [1.932s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement