Opened 5 years ago

Closed 5 years ago

#1964 closed enhancement (fixed)

Support collected files removal during validation/import

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: critical Milestone: 9.8
Component: wcst_import Version: 9.7
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

wcst_import goes through these stages roughly:

  1. collect files matching the paths wildcards
  2. validate files
  3. import files

If during steps 2 or 3 some of the collected files is removed, this should be handled properly: ignore the file and remove from further processing. Currently wcst_import will throw and error and stop the import midway.

Example error:

Collected files: [...]...
Validation error: File on path ... is not accessible

Same happened during the import as well but I lost this error.

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Type: defectenhancement
Note: See TracTickets for help on using tickets.