Skip to content

Commit 4a40243

Browse files
committed
Require MySQL where direct query is used
1 parent 7e43616 commit 4a40243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/export.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ Feature: Export content.
788788
<wp:tag>
789789
"""
790790

791+
@require-mysql
791792
Scenario: Export without splitting the dump
792793
Given a WP install
793794
# 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.
12271228
0
12281229
"""
12291230

1231+
@require-mysql
12301232
Scenario: Throw exception when orphaned terms are found
12311233
Given a WP install
12321234
And I run `wp term create category orphan --parent=1`

0 commit comments

Comments
 (0)