View Revisions: Issue #3748

Summary 0003748: Batch was not complete
Revision 2018-10-12 18:23 by elong
Steps To Reproduce Using demo, stop the store's pull job. Change an item at corp. View the batch CSV from Outgoing Batches. Find the batch csv file in tmp/corp-000/outgoing/123.csv and edit it. Modify the file to corrupt it. Run the store's pull job manually.

Corruption scenarios:
1. Choose a line to remove until the end of the file
2. Start removing in the middle of a line, like an insert, update, or delete
Revision 2018-10-06 16:20 by dadancop
Steps To Reproduce