Ewen Cheslack-Postava

Results 90 comments of Ewen Cheslack-Postava

I'm also wondering if possibly you got into a bad state for the topic such that the consumer cannot make progress. If you increase the log level, you should see...

@idarlington Ok, so it looks like it's definitely making requests. We might want a larger snippet though because the TRACE and DEBUG output is so verbose -- most of that...

@idarlington I'm not seeing any duplicates in that log? In fact it looks like requests are working as expected. I've grepped out a bit to help show what the connector...

@thomasdziedzic @zzbennett Definitely seems like a good idea -- I think this will be a matter of exposing a few more configs that are specific to AWS and then wiring...

In case it's helpful to anyone, this variant doesn't use `vagrant ssh`, which can break if this is called while another vagrant process has the VM locked (which seems to...

Both of these are reasonable. This has come up a couple of times recently and the better solution is to just move services over to using `pid` files. I think...

Maybe also document what all the fields in `RemoteAccount` mean because having `hostname`, `ssh_hostname`, and `externally_routable_ip` will be very confusing for new users.

More specifically, the issue isn't really with anything in main -- those method can do whatever makes the code there clear and simple since that code is completely isolated to...

I think `kill_java_processes` and the like should at best be refactored to utilities as they are highly specific to the apps under test (for example, these do not work with...

This is just holdover from the way junit tends to name these methods because they are intended to reflect the camel case of the verb forms (set up -> setUp...