Actions
Task #452
closedadd column-based import to automated testing
Start date:
07/30/2012
Due date:
% Done:
100%
Estimated time:
Activity type:
Description
- Use row-based accepted test outputs (*.ref) as accepted outputs, to ensure row-based and column-based import produce the same result
- These outputs currently differ for
make inputs/SALVIAS-CSV/test/import.organisms.out by_col=1
in the inserted row count- However, the database contents differ by much more, so other tests are likely also affected
- Note that all XML functions would need to be translated to SQL functions to help the two algorithms return the same result
- XAL and CTFS would also need staging tables, so that they are handled by column-based import with the same accepted test outputs as row-based import
- These outputs currently differ for
Updated by Aaron Marcuse-Kubitza about 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
make test by_col=1
Actions