Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.0
-
Component/s: None
-
Labels:None
-
Environment:
Project: SMB-DL
Build : core-smb-data-loader-ui-1.3.1(p166)
Server : SMB-DL-QA (192.168.70.67)
Application link : http://192.168.70.67:8080/core-smb-data-loader-ui-1.3.1/
Description
When a error file is validated twice then the error gets multiplied.
Step 1: Click Local File tab, click browse and upload a x.csv file.[Upload a file which contains rows that doesn't match in production]
Step 2: Click Load button.
Step 3: Select Staging Area say Test and Move file from local to selected staging Area.
Step 4: Menu Staging Area->validate Staging Area.
Step 5: Switch to Validation tab, Shows the file validated and number of error on file.
Step 6: Menu Staging Area->validate Staging Area.
Step 7: The same file is validated but show multiple errors which are same.
Step 8: Repeat Steps 6 & 7
For Ex : If there is one error in the file then at first validation it shows 1 at second it shows 2 for third its shows 9 and so on...
Actual Result
Show same error multiple times.
Expected Result
Should not show same error multiple times.