[Data Liberation] Anomaly Testing #2019
Labels
[Aspect] Data Liberation
[Type] Tracking
Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
SQLite has a relatively strict anomaly testing that we should ensure is covered in the Data Liberation plugin.
Out-Of-Memory Testing
ini_set('memory_limit', '_a_small_one_M');
to simulate an OOM in one of theWP_Stream_Importer::next_step()
and see if the system can recover.I/O Error Testing
copy()
and other FS functions or useWP_Filesystem_Direct
as a base for the plugin and create a testing class that generates errors at random.Crash Testing
non_existent_function();
in the middle of an import and try to restart it from that point.Compound failure tests
The text was updated successfully, but these errors were encountered: