Openbravo Issue Tracking System - QA
View Issue Details
0008634QAAutomation - Smoke Testpublic2009-04-20 06:512009-04-26 18:16
arunkumar 
arunkumar 
immediatemajoralways
closedfixed 
5
 
 
No
0008634: 2.40 Oracle Smoke Test fails due to A_07_ImportFileLoader
While executing the automation smoke suite for 2.40 Oracle, it fails on A_07_ImportFileLoader due to the expected message error.
While executing A_07_ImportFileLoader the test runs four times. But the expected message is different the got one.


selenium.start:
    [junit] Running com.openbravo.test.integration.smoke.masterdata.A_07_ImportFileLoader
    [junit] Tests run: 4, Failures: 4, Errors: 0, Time elapsed: 145.233 sec
    [junit] Output:
    [junit] Expected: is "Process completed successfully"
    [junit] got: "Records inserted in the temporary table: 9"
    [junit] )
    [junit] Expected: is "Process completed successfully"
    [junit] got: "Records inserted in the temporary table: 9"
    [junit] )
    [junit] Expected: is "Process completed successfully"
    [junit] got: "Records inserted in the temporary table: 5"
    [junit] )
    [junit] Expected: is "Process completed successfully"
    [junit] got: "Records inserted in the temporary table: 1356"
    [junit] )
    [junit]
Records inserted in the temporary table is taken into account for verification. It should verify only against Process completed successfully message.
No tags attached.
has duplicate defect 0008635 closed plujan 2.40 Postgres smoke test fails due to A_07_ImportFileLoader 
Issue History
2009-04-20 06:51arunkumarNew Issue
2009-04-20 06:51arunkumarAssigned To => elopio
2009-04-20 10:15arunkumarAssigned Toelopio => plujan
2009-04-20 11:26arunkumarStatusnew => scheduled
2009-04-20 11:26arunkumarfix_in_branch => pi
2009-04-20 11:28arunkumarStatusscheduled => resolved
2009-04-20 11:28arunkumarResolutionopen => fixed
2009-04-20 11:28arunkumarNote Added: 0015420
2009-04-20 11:54arunkumarStatusresolved => new
2009-04-20 11:54arunkumarResolutionfixed => open
2009-04-20 11:54arunkumarStatusnew => scheduled
2009-04-20 11:55arunkumarStatusscheduled => resolved
2009-04-20 11:55arunkumarResolutionopen => fixed
2009-04-20 11:55arunkumarNote Added: 0015427
2009-04-20 13:40plujanAssigned Toplujan => arunkumar
2009-04-20 13:40plujanStatusresolved => new
2009-04-20 13:40plujanResolutionfixed => open
2009-04-20 13:40plujanNote Added: 0015437
2009-04-20 13:40plujanPrioritynormal => immediate
2009-04-20 13:40plujanStatusnew => scheduled
2009-04-20 13:41plujanRelationship addedhas duplicate 0008635
2009-04-21 06:26arunkumarStatusscheduled => resolved
2009-04-21 06:26arunkumarResolutionopen => fixed
2009-04-21 06:26arunkumarNote Added: 0015460
2009-04-26 18:16plujanStatusresolved => closed

Notes
(0015420)
arunkumar   
2009-04-20 11:28   
This issue does not need anything to be changed in the automation scripts. This is related to the Openbravo ERP issue id : https://issues.openbravo.com/view.php?id=7470. [^]

"Success" message appears now. It should be replaced by "Process completed successfully".
(0015427)
arunkumar   
2009-04-20 11:55   
This issue has nothing to change with the automation scripts. This depends on the Openbravo ERP issue https://issues.openbravo.com/view.php?id=8642 [^]
(0015437)
plujan   
2009-04-20 13:40   
It is also a problem with the automated scripts since they are looking in the second line instead the first.
(0015460)
arunkumar   
2009-04-21 06:26   
I have done this push http://code.openbravo.com/tools/automation/2.40/rev/8680e907bc5e [^] to the repository. After doing this the script is looking into the first line in stead of second line.