-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: CSV Importer
-
Sprint:nxGang Sprint 9.1.4, nxGang Sprint 9.1.5
- Tests are not consistent and are passing but actually should be failing since the import is in error.
- https://github.com/nuxeo/nuxeo-csv/blob/master/nuxeo-csv-core/src/main/java/org/nuxeo/ecm/csv/core/operation/CSVImportOperation.java is messy, it has a method for importing and another one for getting the status.
There should be dedicated operation for each (+ a missing one for getting the import result)
The status actually does not give any information about progress.