Test Team Update for 10 Jan 2022

Notables

This week, the team began focusing on defining 2022 Q1 goals.

Test Ticket Queue

(change: N) represents changes from last week = this week – last week

Current totals (change: since 1 Nov 2021):

  • Needs reproduce issue: 1524 (change: +36)
  • Patches needing testing: 202 (change: -13)
  • Unit tests for patches:
    • Need unit tests: 123 (change: -3)
    • Have unit tests & need review: 139 (change: 0)
  • Tagged as needs testing info: 13 (change: +9)

New/changes In last 7 days:

  • Needs reproduce issue: 3 (change: +4)
  • Patches needing testing: 6 (change: +5)
  • Unit tests for patches:
    • Need unit tests: 0 (change: 0)
    • Have unit tests & need review: 7 (change: +6)
  • Tagged as needs testing info: 0 (change: 0)

Closed in last 7 days:

  • Could not reproduce issue: 4 (change: +1)
  • Patches needing testing: 2 (change: +2)
  • Unit tests for patches:
    • Need unit tests: 0 (change: 0)
    • Have unit tests & need review: 20 (change: +20)
  • Tagged as needs testing info: 0 (change: 0)

Highlights

#test

Mobile Team Update – January 11th 2022

WordPress iOSiOS The operating system used on iPhones and iPads. and Android version 19.0 is available for testing. Sign up here to join the betaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. program on iOS or follow this link on your Android device, tap on “Become a beta tester”.

Highlights for the last two weeks:

  • BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Editor: Multiple improvements to our translation pipeline, which are resulting in many more translations appearing for our users.

#mobile

Themes team update January 11, 2022

Theme directory stats

Currently,

  • 0 new tickets are waiting for review.
    • 0 tickets are older than 4 weeks
    • 0 tickets are older than 2 weeks
    • 0 tickets are older than 1 week
    • 0 tickets are older than 3 days
  • 38 tickets are assigned.
    • 1 tickets are older than 4 weeks
    • 1 tickets are older than 2 weeks
    • 9 tickets are older than 1 week
    • 26 tickets are older than 3 days
  • 0 are approved but are waiting to be made live.

In the past 7 days,

  • 357 tickets were opened
  • 351 tickets were closed:
    • 342 tickets were made live.
      • 23 new Themes were made live.
      • 319 Theme updates were made live.
      • 0 more were approved but are waiting to be made live.
    • 9 tickets were not-approved.
    • 0 tickets were closed-newer-version-uploaded.

Number of reviewers: 4


HelpScout Stats

In the past 7 days,

Email Conversations 9Messages Received 10
Replies Sent 7Emails Created 0
Resolved 6Resolved on First Reply 100%

#themes, #weekly-updates

Plugin Review Team Status: 10 January 2022

PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party Status Change Stats

  • Plugins requested : 153
  • Plugins rejected : 11
  • Plugins closed : 75
  • Plugins approved : 48

Plugin Queue Stats (current)

  • Plugins in the queue (new and pending)* : 715
  • → (older than 7 days ago)** : 615
  • → (2022-01-03 – 2022-01-10) : 75
  • → (new; not processed or replied to yet)* : 1
  • → (pending; replied to)* : 714

Helpscout Stats

  • Total Conversations: 380
  • New Conversations: 262
  • Customers: 296
  • Conversations per Day: 47
  • Busiest Day: Thursday
  • Email Conversations: 262
  • Messages Received: 347
  • Replies Sent: 490
  • Emails Created: 178
  • Resolved: 176
  • Resolved on First Reply: 30%

#plugins

Support Team / January 2022

The most recent weekly support meeting was held on Thursday, January 6, 17:00 UTC[/time] in #forums on SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.Read the transcript at your own pace. The full meeting summary is on the Support “make” site.

Community headlines and updates

As WordPress 5.9 is approaching, it’s time to review the “Master List” post (formerly known as the OMGWTFBBQ post). Other topics included whether to eliminate custom titles from forum profiles and needing to ramp up our knowledge to support FSE themes (and updating our boilerplate responses).

Yoast is hosting an online contributor dayContributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/ https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/. on Feb 4 and is looking for one or more volunteers to virutally sit at a virtual table, in a virtual room on Zoom.

Journal Entry | Log4j Vulnerability

When the Log4Shell vulnerability was announced, the Openverse team immediately looked at their services to determine if any were affected. While most of the stack developed is written in Python, Openverse relies on a number of open sourceOpen Source Open Source denotes software for which the original source code is made freely available and may be redistributed and modified. Open Source **must be** delivered via a licensing model, see GPL. applications across several languages. Specifically, the search engine relies on an ElasticSearch cluster, which was determined to be the only vulnerable service. The team waited for an in-process “data refresh,” to complete before deployingDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. the necessary security patch to the ElasticSearch cluster.

The patching process required careful planning as ElasticSearch makes Openverse’s 600+ million openly licensed images searchable. Redeploying the cluster would require reindexing the data for several hours, and the team wanted to avoid users experiencing any downtime during the patching process. With six production ElasticSearch nodes (three master [sic] and three data), the team restarted the nodes one by one with the patch for Log4Shell. Additional information on the patch can be found here.

To perform this per-node restart with no downtime, it was important that ElasticSearch did not consider the restarting node as “unavailable” and attempt to redistribute the index across the other five remaining nodes. This was done by setting the “delayed allocation timeout” to 20 minutes. The script written performed the following:

  • Extend the timeout for the entire cluster
  • For each node:
    • Restart the ElasticSearch container with the additional Log4Shell patch JVM argument
    • Wait until the node was reintegrated with the cluster and the entire cluster was considered “healthy”
  • Reduce the timeout to its original value

This script was tested several times on a staging ElasticSearch cluster prior to being implemented on our production cluster. The entire restart process took approximately six minutes and did not interfere with the active use of Openverse. No user action was needed or needs to be taken.

Props to @aetherunbound, @zackkrida, and @ronnybadilla for their work patching the Log4Shell vulnerability and composing this journal entry.

Training Team / LearnWP January 2022

The Training team tracks work in progress in monthly sprints. In our January 2022 sprint, we have listed all things that need to be updated or created for WordPress 5.9. This includes:

  • Lesson Plans
  • Workshops
  • Courses

We are exploring how to better coordinate tracking what to create and update in conjunction with Docs and Marketing teams as well.

Themes team update January 04, 2022

Theme directory stats

Currently,

  • 0 new tickets are waiting for review.
    • 0 tickets are older than 4 weeks
    • 0 tickets are older than 2 weeks
    • 0 tickets are older than 1 week
    • 0 tickets are older than 3 days
  • 26 tickets are assigned.
    • 1 tickets are older than 4 weeks
    • 1 tickets are older than 2 weeks
    • 4 tickets are older than 1 week
    • 8 tickets are older than 3 days
  • 0 are approved but are waiting to be made live.

In the past 7 days,

  • 263 tickets were opened
  • 266 tickets were closed:
    • 256 tickets were made live.
      • 28 new Themes were made live.
      • 228 Theme updates were made live.
      • 0 more were approved but are waiting to be made live.
    • 10 tickets were not-approved.
    • 0 tickets were closed-newer-version-uploaded.

Number of reviewers: 6


HelpScout Stats

In the past 7 days,

Email Conversations 8Messages Received 9
Replies Sent 5Emails Created 0
Resolved 5Resolved on First Reply 100%

#themes, #weekly-updates

Plugin Review Team Status: 3 January 2022

PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party Status Change Stats

  • Plugins requested : 107
  • Plugins rejected : 4
  • Plugins closed : 19
  • Plugins approved : 35

Plugin Queue Stats (current)

  • Plugins in the queue (new and pending)* : 679
  • → (older than 7 days ago)** : 609
  • → (2021-12-27 – 2022-01-03) : 52
  • → (new; not processed or replied to yet)* : 15
  • → (pending; replied to)* : 664

Helpscout Stats

  • Total Conversations: 296
  • New Conversations: 181
  • Customers: 230
  • Conversations per Day: 37
  • Busiest Day: Tuesday
  • Email Conversations: 181
  • Messages Received: 345
  • Replies Sent: 437
  • Emails Created: 109
  • Resolved: 193
  • Resolved on First Reply: 28%

#plugins

Plugin Review Team Status: 27 December 2021

PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party Status Change Stats

  • Plugins requested : 107
  • Plugins rejected : 4
  • Plugins closed : 28
  • Plugins approved : 47

Plugin Queue Stats (current)

  • Plugins in the queue (new and pending)* : 750
  • → (older than 7 days ago)** : 692
  • → (2021-12-20 – 2021-12-27) : 41
  • → (new; not processed or replied to yet)* : 17
  • → (pending; replied to)* : 733

Helpscout Stats

  • Total Conversations: 285
  • New Conversations: 163
  • Customers: 220
  • Conversations per Day: 35
  • Busiest Day: Monday
  • Email Conversations: 163
  • Messages Received: 365
  • Replies Sent: 431
  • Emails Created: 95
  • Resolved: 178
  • Resolved on First Reply: 28%

#plugins