You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #199 a miss on actual dump execs came to light. Write one test that creates a dump.sql file that should reflect both stages, that is the table creation only and the table creation and data part (two different mysql commands of which appends to the dumpfile of the first one).
With a blank install on Travis this test should run fast enough. Test could be done for the created file's size with a certain weight.
The text was updated successfully, but these errors were encountered:
ktomk
added a commit
to ktomk/n98-magerun2
that referenced
this issue
May 23, 2016
In #199 a miss on actual dump execs came to light. Write one test that creates a
dump.sql
file that should reflect both stages, that is the table creation only and the table creation and data part (two different mysql commands of which appends to the dumpfile of the first one).With a blank install on Travis this test should run fast enough. Test could be done for the created file's size with a certain weight.
The text was updated successfully, but these errors were encountered: