pantheon-systems / pantheon-wordpress-upstream-tests

Tests behavior of WordPress Core upstreams for Pantheon. Also within test suites of contrib plugins
MIT License
15 stars 6 forks source link

Intermittent failures for posting comments and publishing a new post #57

Closed danielbachhuber closed 5 years ago

danielbachhuber commented 5 years ago

I've noticed that some of the builds fail intermittently for various plugins.

For instance, here's a failed WP SAML Auth build from yesterday:

image image

Today, the WP SAML Auth build passed just fine.

These steps are regularly failing in https://github.com/pantheon-systems/wp-native-php-sessions/pull/111 though, which prevents me from merging the pull request.

It'd be great to sort these out and fix them.

Related #55

danielbachhuber commented 5 years ago

As it turns out, the installation process is including index.php in the URLs:

image

Calling terminus wp $SITE_ENV -- rewrite structure '/%year%/%monthnum%/%day%/%postname%/' fixes this up.

https://github.com/pantheon-systems/wp-saml-auth/pull/148