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

client_spec.rb - fix random failures #1201

Merged
merged 2 commits into from
Mar 2, 2020
Merged

Conversation

MSP-Greg
Copy link
Contributor

@MSP-Greg MSP-Greg commented Feb 25, 2020

The following seed values cause failures:

24944
34934
60788
62248

Using Octokit.client (instead of Octokit::Client.new) may cause issues in random testing.

EDIT:

Above seed values were taken from CI failures shown in my fork while working on PR #1196.

Locally, using ruby 2.8.0dev (2020-02-25T08:47:17Z master a504535dd4) [x64-mingw32], I repro'd the same failures.

The following seed values cause failures:

24944
34934
60788
62248

Using Octokit.client (instead of Octokit::Client.new) may cause issues in random testing.
@tarebyte tarebyte merged commit 2c5d0d6 into octokit:4-stable Mar 2, 2020
@MSP-Greg MSP-Greg deleted the client-spec branch March 2, 2020 17:59
@tarebyte tarebyte mentioned this pull request Mar 17, 2020
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