Updated Release Testing Instructions WooCommerce 6.5 (markdown)

Moon 2022-04-14 13:06:35 -07:00
parent 214e05a22a
commit d661a6fb47
1 changed files with 47 additions and 1 deletions

@ -123,4 +123,50 @@ Testing instructions for WooCommerce 6.5
- Return to **WooCommerce ▸ Settings ▸ Products ▸ Approved Download Directories** (or refresh if already open in another tab) and all rules should have been wiped.
- Via the Tools page, now try running **Synchronize approved download directories**. After some time has elapsed, the Approved Download Directory list will again be populated according to the downloadable product paths in your product catalog.
- This work happens via scheduled actions: so there could be a considerable delay.
- If necessary, run the relevant actions manually: to do this, visit **Tools ▸ Scheduled Actions** and look for an action named `woocommerce_download_dir_sync` then run it. Usually, once this completes, a new action of the same name will be generated, so you will need to repeat this step until no further `woocommerce_download_dir_sync` actions are created.
- If necessary, run the relevant actions manually: to do this, visit **Tools ▸ Scheduled Actions** and look for an action named `woocommerce_download_dir_sync` then run it. Usually, once this completes, a new action of the same name will be generated, so you will need to repeat this step until no further `woocommerce_download_dir_sync` actions are created.
### Merge WCA install logic to the core ([#32513](https://github.com/woocommerce/woocommerce/pull/32513))
We have merged WooCommerce Admin install logic to WooCommerce. There are no visual changes involved, but it would be nice to run a few tests to make sure everything stays the same.
**Testing tables**
1. Start with a fresh WordPress
2. Install WooCommerce as usual
3. Go to `WooCommerce -> Status` and scroll down to the `Database` table.
4. Make sure the following tables exist.
wc_order_stats
wc_order_product_lookup
wc_order_tax_lookup
wc_order_coupon_lookup
wc_admin_notes
wc_admin_note_actions
wc_customer_lookup
wc_category_lookup
**Deactivation & Activation**
1. Install WooCommerce as usual
2. Go to `Plugins -> Installed Plugins`
3. Deactivate `WooCommerce` and confirm no errors.
4. Activate `WooCommerce` again and confirm no errors.
5. Deactivate `WooCommerce` and then click `delete`.
*Cron events*
1. Install WooCommerce as usual
2. Install [WP Crontrol](https://wordpress.org/plugins/wp-crontrol/)
3. Go to `Tools -> Cron Events`
4. Search for `wc_admin_daily` and make sure it exists.
**Upgrading from lower versions**
We've been including WooCommerce Admin in WooCommerce since WooCommerce 4.0. We should confirm no errors occur when upgrading from the following situation
- Upgrade from WooComemrce 4.0 to WooCommerce 6.5
- Upgrade from WooComemrce 4.4.0 to WooCommerce 6.5
- Upgrade from WooComemrce 4.5.0 to WooCommerce 6.5
- Upgrade from WooComemrce 5.0.0 to WooCommerce 6.5
- Upgrade from WooComemrce 5.6.0 to WooCommerce 6.5
- Upgrade from WooComemrce 6.0.0 to WooCommerce 6.5
- Upgrade from WooComemrce 6.3..0 to WooCommerce 6.5