Stefan Lance
Stefan Lance
The integration tests have a Pants target as of https://github.com/twitter/finagle/commit/0f96f6ca3b6d0ad7dba4233af43b80a9abe19ce3 but they don't yet run in Travis.
Hi @shakhovv. Thanks for the ticket. I'm able to reproduce this exception locally with the test you've provided. What's curious is that I don't see the exception in the pubsub...
I see this with `Redis 3.2.12` as well as `Redis 4.0.10`.
Hi @hussain21j. I took another look at this recently and the reason the pubsub integration tests work is that the servers they spin up don't require authentication. I think the...
I have a proof of concept for a patch. We can authenticate before we send the subscribe command in SubscribeDispatcher.apply and handle the case of receiving a StatusReply (authentication successful)...
The problem with the above approach is that it requires storing and passing around the password between the client and the subscribe dispatcher. Here are some other ideas: 1. Allow...
Maybe see https://github.com/ryanb/ruby-warrior/issues/64?
Here's what the output currently looks like:   Aside from adding other desired colors, the next step is probably to ensure that this works on OSX and Windows. I'm...