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
Copy file name to clipboardExpand all lines: features/export.feature
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -788,6 +788,7 @@ Feature: Export content.
788
788
<wp:tag>
789
789
"""
790
790
791
+
@require-mysql
791
792
Scenario: Export without splitting the dump
792
793
Given a WP install
793
794
# Make export file > 15MB so will split by default. Need to split into 4 * 4MB to stay below 10% of default redo log size of 48MB, otherwise get MySQL error.
@@ -1227,6 +1228,7 @@ Feature: Export content.
1227
1228
0
1228
1229
"""
1229
1230
1231
+
@require-mysql
1230
1232
Scenario: Throw exception when orphaned terms are found
1231
1233
Given a WP install
1232
1234
And I run `wp term create category orphan --parent=1`
0 commit comments