Skip to content

Commit

Permalink
Require MySQL where direct query is used
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Aug 6, 2024
1 parent 7e43616 commit 4a40243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ Feature: Export content.
<wp:tag>
"""

@require-mysql
Scenario: Export without splitting the dump
Given a WP install
# 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.
Expand Down Expand Up @@ -1227,6 +1228,7 @@ Feature: Export content.
0
"""

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

0 comments on commit 4a40243

Please sign in to comment.