Skip to content

Conversation

swissspidy
Copy link
Member

Reverts #98

Alternative to #100

@swissspidy swissspidy requested a review from a team as a code owner August 6, 2024 13:32
@schlessera
Copy link
Member

@swissspidy This will not only remove the disabling of the WP cron, but also the splitting up of the checks that were broken before because a recent version of Core added block style caching.

# We set `WP_DEVELOPMENT_MODE` to stop WordPress from automatically creating
# additional transients which cause some steps to fail when testing.
And I run `wp config set WP_DEVELOPMENT_MODE all`
And I run `wp config set DISABLE_WP_CRON true --raw`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is okay to go.

Comment on lines +408 to -418
name,value,expiration
foo,bar,false
"""
And STDOUT should contain:
"""
foo2,bar2,95649119999
"""
And STDOUT should contain:
"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to stay.

Comment on lines +461 to -476
name,value,expiration
foo,bar,false
"""
And STDOUT should contain:
"""
foo2,bar2,95649119999
"""
And STDOUT should contain:
"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to stay.

@schlessera
Copy link
Member

I went ahead and merged #100 instead, a full revert is not possible due to the contents of the single commit.

@schlessera schlessera closed this Aug 7, 2024
@swissspidy swissspidy deleted the revert-98-fix/make-transient-test-more-robust branch August 7, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants