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

Failing Specs W/ Specific RSPEC Seeds #294

Open
vintagepenguin opened this issue Feb 5, 2016 · 0 comments
Open

Failing Specs W/ Specific RSPEC Seeds #294

vintagepenguin opened this issue Feb 5, 2016 · 0 comments

Comments

@vintagepenguin
Copy link

Most of the time all the specs will pass, which is why I don't think this was caught.

# seeds that work every time
--seed 28877
--seed 3072

# seed that fails 
--seed 55478

# seed that blows up and won't even finish running specs 
--seed 37550

These are the ones that fail every time:

rspec ./spec/lib/protobuf/rpc/connectors/zmq_spec.rb:42 # Protobuf::Rpc::Connectors::Zmq#lookup_server_uri when the service directory is running searches the service directory
rspec ./spec/lib/protobuf/rpc/connectors/zmq_spec.rb:47 # Protobuf::Rpc::Connectors::Zmq#lookup_server_uri when the service directory is running defaults to the options
rspec ./spec/lib/protobuf/rpc/connectors/zmq_spec.rb:56 # Protobuf::Rpc::Connectors::Zmq#lookup_server_uri when the service directory is not running defaults to the options

@abrandoned

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

No branches or pull requests

1 participant