[ 
http://mifosforge.jira.com/browse/MIFOS-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63391#action_63391
 ] 

Adam Monsen edited comment on MIFOS-4073 at 1/7/11 10:05 PM:
-------------------------------------------------------------

Failed on my machine, but I'll give it a go on birch.

{noformat}

Tests run: 2062, Failures: 0, Errors: 1, Skipped: 116

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Mifos - Parent .................................... SUCCESS [0.878s]
[INFO] Mifos - Common .................................... SUCCESS [28.339s]
[INFO] Mifos - Test Framework ............................ SUCCESS [14.313s]
[INFO] Mifos - Service Interfaces ........................ SUCCESS [30.128s]
[INFO] Mifos - User Interface ............................ SUCCESS [26.854s]
[INFO] Mifos - Accounting Integration .................... SUCCESS [3.465s]
[INFO] Mifos - Questionnaire ............................. SUCCESS [30.634s]
[INFO] Mifos - Cashflow .................................. SUCCESS [15.663s]
[INFO] Mifos - Application Domain ........................ SUCCESS [10.949s]
[INFO] Mifos - Application ............................... FAILURE [4:25.922s]
[INFO] Mifos - Acceptance Tests .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:07.743s
[INFO] Finished at: Fri Jan 07 19:59:43 PST 2011
[INFO] Final Memory: 74M/464M
[INFO] ------------------------------------------------------------------------
{noformat}

Here are the tests that failed:
{noformat}
grep FAIL application/target/surefire-reports/integration/no_db_commits/*
/var/local/adamm-plain/git/mifos-head/application/target/surefire-reports/integration/no_db_commits/org.mifos.framework.components.batchjobs.persistence.LoanArrearsAndPortfolioAtRiskIntegrationTest-output.txt:2011-01-07/19:56:39.267/PST
 WARN, org.mifos.framework.components.batchjobs.BatchJobListener, ?, ?, ?, 
Batch job LoanArrearsAndPortfolioAtRiskTaskJob FAILED on 
2011-01-07T19:56:39.266-08:00: [null] 
application/target/surefire-reports/integration/no_db_commits/org.mifos.framework.components.batchjobs.persistence.LoanArrearsAndPortfolioAtRiskIntegrationTest.txt:Tests
 run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 20.184 sec <<< 
FAILURE!
{noformat} 

I had to modify the patch so it would apply to master. No idea why it got so 
large.

      was (Author: meonkeys):
    Failed on my machine, but I'll give it a go on birch.

{noformat}

Tests run: 2062, Failures: 0, Errors: 1, Skipped: 116

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Mifos - Parent .................................... SUCCESS [0.878s]
[INFO] Mifos - Common .................................... SUCCESS [28.339s]
[INFO] Mifos - Test Framework ............................ SUCCESS [14.313s]
[INFO] Mifos - Service Interfaces ........................ SUCCESS [30.128s]
[INFO] Mifos - User Interface ............................ SUCCESS [26.854s]
[INFO] Mifos - Accounting Integration .................... SUCCESS [3.465s]
[INFO] Mifos - Questionnaire ............................. SUCCESS [30.634s]
[INFO] Mifos - Cashflow .................................. SUCCESS [15.663s]
[INFO] Mifos - Application Domain ........................ SUCCESS [10.949s]
[INFO] Mifos - Application ............................... FAILURE [4:25.922s]
[INFO] Mifos - Acceptance Tests .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:07.743s
[INFO] Finished at: Fri Jan 07 19:59:43 PST 2011
[INFO] Final Memory: 74M/464M
[INFO] ------------------------------------------------------------------------
{noformat}

Here are the tests that failed:
{noformat}
grep FAIL application/target/surefire-reports/integration/no_db_commits/*
/var/local/adamm-plain/git/mifos-head/application/target/surefire-reports/integration/no_db_commits/org.mifos.framework.components.batchjobs.persistence.LoanArrearsAndPortfolioAtRiskIntegrationTest-output.txt:2011-01-07/19:56:39.267/PST
 WARN, org.mifos.framework.components.batchjobs.BatchJobListener, ?, ?, ?, 
Batch job LoanArrearsAndPortfolioAtRiskTaskJob FAILED on 
2011-01-07T19:56:39.266-08:00: [null] 
application/target/surefire-reports/integration/no_db_commits/org.mifos.framework.components.batchjobs.persistence.LoanArrearsAndPortfolioAtRiskIntegrationTest.txt:Tests
 run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 20.184 sec <<< 
FAILURE!
{noformat} 
  
> src\main\sql as normal resource
> -------------------------------
>
>                 Key: MIFOS-4073
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4073
>             Project: mifos
>          Issue Type: Task
>            Reporter: Michael Vorburger
>            Assignee: Adam Monsen
>         Attachments: 
> 0001-MIFOS-4073-src-main-sql-as-normal-resource-EDITED.patch.gz, 
> 0001-MIFOS-4073-src-main-sql-as-normal-resource.patch, mylyn-context.zip
>
>   Original Estimate: 0 minutes
>          Time Spent: 53 minutes
>  Remaining Estimate: 0 minutes
>
> While working on MIFOS-3925, I stumbled upon application\src\main\sql:
> IMHO, and from a Maven/build point of view, there is no strong reason to 
> treat a few *.sql scripts as anything other than some resource files - their 
> "special status" (src\main\sql) does not seem justified.
> I propose to avoid application\src\main\sql and special handling, and instead 
> simply manage that in application\src\main\resources\sql (as you want them in 
> WEB-INF/classes/sql). What would have to be done, may not be comprehensive:
> * mv application\src\main\sql application\src\main\resources (resources/sql)
> * Adapt application\src\main\assembly
> * In application/pom.xml, remove resources/resourece/directory 
> ${sql.resources.src.directory} stuff
> * Can now remove the special application/src/main source folder on Eclipse 
> build path
> * GREP for "sql" everywhere, to be sure no sql script handling was forgotten?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to