Include an explicit seed value in the RSpec command#174
Merged
Conversation
This makes the `rspec` command easy to copy and paste locally for debugging flaky tests that depend on execution order.
Contributor
Author
|
cc @marboledacci @bschrag620 anything else I can do to get this reviewed/merged? |
bschrag620
reviewed
May 14, 2026
Contributor
bschrag620
left a comment
There was a problem hiding this comment.
Seems reasonable to me. ➕ , though I don't have approve permissions on the repo.
Contributor
Author
|
@bschrag620 thanks for the soft-approval, I though you were a member, I guess I'll wait for @marboledacci 🙏 |
anthony-j-castro
approved these changes
May 14, 2026
90b3360
into
CircleCI-Public:master
1 of 2 checks passed
|
@elia thanks for your contribution. We're running into some errors in our workflow that's blocking publishing a new version. Going to take a look at fixing those so there will be a delay before this change will be available. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes the
rspeccommand easy to copy and paste locally for debugging flaky tests that depend on execution order.See https://linuxsimply.com/bash-scripting-tutorial/operator/arithmetic-operators/random-number/#:~:text=1.%20Using%20“RANDOM”%20Environment%20Variable for the builtin bash
$RANDOMvariable.