Advertisement
Guest User

Untitled

a guest
May 24th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. Results :
  2.  
  3. Tests in error:
  4. step(com.normation.rudder.migration.TestDbMigration_2_3): SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  5. Event Logs should::be all found(com.normation.rudder.migration.TestDbMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  6. Event Logs should::be correctly migrated(com.normation.rudder.migration.TestDbMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  7. step(com.normation.rudder.migration.TestManageMigration_2_3): SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  8. Migration of event logs from fileformat 2 to 3 should::not be launched if no migration line exists in the DataBase(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  9. Migration of event logs from fileformat 2 to 3 should::not be launched if fileFormat is already 3(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  10. Migration of event logs from fileformat 2 to 3 should::not be launched if fileFormat is higher than 3(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  11. Migration of event logs from fileformat 2 to 3 should::not be launched if fileformat is negative(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  12. Migration of event logs from fileformat 2 to 3 should::not be launched if fileformat is 0(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  13. Migration of event logs from fileformat 2 to 3 should::not be launched if fileformat is 1(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  14. Migration of event logs from fileformat 2 to 3 should::be launched if fileformat is 2, event if marked finished(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  15. Migration of event logs from fileformat 2 to 3 should::be launched if fileformat is 2(com.normation.rudder.migration.TestManageMigration_2_3): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  16. step(com.normation.rudder.migration.TestDbMigration_2_3b): SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  17. Event Logs should::be all found(com.normation.rudder.migration.TestDbMigration_2_3b): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  18. Event Logs should::be correctly migrated(com.normation.rudder.migration.TestDbMigration_2_3b): Cannot create PoolableConnectionFactory (Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
  19.  
  20. Tests run: 278, Failures: 0, Errors: 15, Skipped: 0
  21.  
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Reactor Summary:
  24. [INFO]
  25. [INFO] rudder-parent ..................................... SUCCESS [ 8.714 s]
  26. [INFO] rudder-core ....................................... FAILURE [07:55 min]
  27. [INFO] rudder-web ........................................ SKIPPED
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] BUILD FAILURE
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Total time: 08:05 min
  32. [INFO] Finished at: 2014-05-24T18:38:50+01:00
  33. [INFO] Final Memory: 14M/35M
  34. [INFO] ------------------------------------------------------------------------
  35. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project rudder-core: There are test failures.
  36. [ERROR]
  37. [ERROR] Please refer to /root/rudder-sources-2.10.0/rudder/rudder-core/target/surefire-reports for the individual test results.
  38. [ERROR] -> [Help 1]
  39. [ERROR]
  40. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  41. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  42. [ERROR]
  43. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  44. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  45. [ERROR]
  46. [ERROR] After correcting the problems, you can resume the build with the command
  47. [ERROR] mvn <goals> -rf :rudder-core
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement