Skip to content

Commit

Permalink
Stats: Fix flaky test (#40062)
Browse files Browse the repository at this point in the history
* fix flaky tests

* fix flaky tests

* changelog

* use assertLessThanOrEqual

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11693775230

Upstream-Ref: Automattic/jetpack@10ed5c5
  • Loading branch information
kangzj authored and matticbot committed Nov 5, 2024
1 parent 198effd commit d157232
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 89 deletions.
60 changes: 30 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"automattic/jetpack-connection": "^5.1.7-alpha",
"automattic/jetpack-masterbar": "^0.9.9-alpha",
"automattic/jetpack-redirect": "^2.0.5",
"automattic/jetpack-stats-admin": "^0.22.5",
"automattic/jetpack-stats-admin": "^0.22.6-alpha",
"automattic/jetpack-status": "^4.0.3",
"automattic/scheduled-updates": "^0.13.6-alpha",
"automattic/jetpack-compat": "^3.0.2",
Expand Down
7 changes: 7 additions & 0 deletions vendor/automattic/jetpack-stats-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.22.6-alpha - unreleased

This is an alpha version! The changes listed here are not final.

### Fixed
- Fixed flaky tests

## 0.22.5 - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-stats-admin/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Main {
/**
* Stats version.
*/
const VERSION = '0.22.5';
const VERSION = '0.22.6-alpha';

/**
* Singleton Main instance.
Expand Down
Loading

0 comments on commit d157232

Please sign in to comment.