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

Not all specs are running depending on seed #686

Open
ddieulivol opened this issue Apr 2, 2024 · 2 comments
Open

Not all specs are running depending on seed #686

ddieulivol opened this issue Apr 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ddieulivol
Copy link
Contributor

The problem

The number of specs being run locally varies per run:

 $ bundle exec rspec                       

Randomized with seed 33336
[...]
Finished in 0.76282 seconds (files took 0.36278 seconds to load)
1155 examples, 0 failures
$ bundle exec rspec

Randomized with seed 24062
[...]
Finished in 0.69801 seconds (files took 0.36089 seconds to load)
1070 examples, 0 failures
$ bundle exec rspec

Randomized with seed 60919
[...]
Finished in 10.19 seconds (files took 0.35574 seconds to load)
132 examples, 0 failures

Using the same seed for RSpec gives the same number of specs:

 $ be rspec --seed 60919

Randomized with seed 60919
[...]
Finished in 10.18 seconds (files took 0.37901 seconds to load)
132 examples, 0 failures

It could be a spec exiting early? I haven't checked.

@NARKOZ NARKOZ added the bug Something isn't working label Jun 13, 2024
@NARKOZ
Copy link
Owner

NARKOZ commented Jun 13, 2024

Indeed specs are exiting early on running spec/gitlab/cli_spec.rb

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Inactive label Sep 12, 2024
@NARKOZ NARKOZ removed the stale Inactive label Sep 12, 2024
@NARKOZ NARKOZ added the hacktoberfest Hacktoberfest event label Oct 2, 2024
@NARKOZ NARKOZ removed the hacktoberfest Hacktoberfest event label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants