-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
Possible regression(s) added in #182 / #181 / #179 as I see some test failures.
db-command
Failure: https://github.com/wp-cli/db-command/actions/runs/13666781256/job/38218892103#step:11:58
Output:
$ wp db columns not_wp
+---------------+------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------------+------+------+-----+---------+-------+
| date | date | NO | PRI | | |
| awesome_stuff | text | YES | | | |
+---------------+------+------+-----+---------+-------+
$ wp db columns not_wp | cat
Field Type Null Key Default Extra
date date NO PRI
awesome_stuff text YES
find-command
Failure: https://github.com/wp-cli/find-command/actions/runs/13666779769/job/38218964304#step:11:31
search-replace-command
Failure: https://github.com/wp-cli/search-replace-command/actions/runs/13666792912/job/38219000957#step:11:65
entity-command
Failures: https://github.com/wp-cli/entity-command/actions/runs/13666762683/job/38218928926#step:11:143
Here some tests probably need updating because of the line breaks. But others look like regressions from here.
Metadata
Metadata
Assignees
Labels
No labels