Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAU - Fix flaky statements factory #2157

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

jebw
Copy link
Contributor

@jebw jebw commented Jan 28, 2025

Context

Ticket: BAU

We are getting regular failures from flaky specs when trying to deploy out to production

The origin of this is we no longer allow duplicate statements, and due to randomness in the statement period combined with a pool of only 48 possible periods, occasionally a spec which generates 2 statements will generate 2 for the same period.

Changes proposed in this pull request

  1. Iterate the periods instead within the pool of 48

@jebw jebw requested a review from a team as a code owner January 28, 2025 11:27
Copy link
Contributor

@jebw jebw added this pull request to the merge queue Jan 28, 2025
Merged via the queue into main with commit 4c251d9 Jan 28, 2025
18 checks passed
@jebw jebw deleted the bau-fix-flaky-statements-factory branch January 28, 2025 15:22
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