Bump wp-cli/wp-cli-tests from 3.2.1 to 3.2.5#7530
Bump wp-cli/wp-cli-tests from 3.2.1 to 3.2.5#7530dependabot[bot] wants to merge 2 commits intodevelopfrom
Conversation
|
@dependabot rebase |
163057c to
17bff8c
Compare
|
@thelovekesh Would you look into the feature test failures? |
|
Seems like this line here causing the issue: Somehow it's unable to determine the host and port. When I edited it to: while ! mysql --user="${USER}" "${PASSWORD_STRING}" ${HOST_STRING} --execute="SHOW DATABASES;" | grep 'information_schema' >/dev/null;it works as expected, @westonruter Should I file an issue? |
|
@thelovekesh I suppose so. Is this a regression? Perhaps due to wp-cli/wp-cli-tests#169? |
98fa5f2 to
99507d5
Compare
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
Bumps [wp-cli/wp-cli-tests](https://github.com/wp-cli/wp-cli-tests) from 3.2.1 to 3.2.5. - [Release notes](https://github.com/wp-cli/wp-cli-tests/releases) - [Commits](wp-cli/wp-cli-tests@v3.2.1...v3.2.5) --- updated-dependencies: - dependency-name: wp-cli/wp-cli-tests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
3f47dcb to
1f54bbb
Compare
|
@westonruter Correctly setting up Scenario: List option with invalid user capability # tests/features/option-list-command.feature:6
When I try the WP-CLI command `amp option list` # AmpProject\AmpWP\Tests\Behat\FeatureContext::when_i_run_the_wp_cli_command()
Then STDERR should be: # AmpProject\AmpWP\Tests\Behat\FeatureContext::then_stdout_stderr_should_contain()
"""
Error: Sorry, you are not allowed to manage options for the AMP plugin for WordPress.
Try using --user=<id|login|email> to set the user context or set it in wp-cli.yml.
"""
Warning: Attempt to read property "stderr" on null in vendor/wp-cli/wp-cli-tests/src/Context/ThenStepDefinitions.php line 36
And STDOUT should be empty # AmpProject\AmpWP\Tests\Behat\FeatureContext::then_stdout_stderr_should_be_empty()
And the return code should be 1 # AmpProject\AmpWP\Tests\Behat\FeatureContext::then_the_return_code_should_be()Somehow |
|
@dependabot recreate |
|
Superseded by #7547. |
Bumps wp-cli/wp-cli-tests from 3.2.1 to 3.2.5.
Release notes
Sourced from wp-cli/wp-cli-tests's releases.
Commits
ea27e6eUsingTEST_DBwhere it should beTEST_USER(#169)2e31d19Use POSIX-compatible counter incrementing (#168)a8513f9Update install-package-tests to wait until MySQL is ready to accept connectio...740af0dAvoid error when usingcomposer behat -- --help(#166)c606e43Fix PHP 8.2 deprecation warnings (#165)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)