twitter-archive/iago

Iago does not always shut down

julianrendell opened this issue · 1 comments

It seems that if there are any server-under-test connection timeouts (or other errors?) then Iago will never exit.

See this for an example.

I've also tried rebuilding Iago with the latest versions of Finagle, (see this commit in my fork of Iago) but that didn't help this problem. I also tried updating some of the other Twitter packages but got compilation errors.

We went to a lot of trouble to ensure that the Iago server won't exit
prematurely. That may have backfired.

By the way, Iago has a -k switch used for killing previous runs. Something
like

java -jar iago.jar -f config.scala -k

On Wed, Jan 22, 2014 at 3:31 PM, Julian Rendell notifications@github.comwrote:

It seems that if there are any server-under-test connection timeouts (or
other errors?) then Iago will never exit.

See this https://github.com/julianrendell/iago-examples#http-requestsfor an example.

I've also tried rebuilding Iago with the latest versions of Finagle, (see
thishttps://github.com/julianrendell/iago/commit/6dc948ca5c329c391f374d816158fa6ce0fb22d7commit in my fork of Iago) but that didn't help this problem. I also tried
updating some of the other Twitter packages but got compilation errors.

Reply to this email directly or view it on GitHubhttps://github.com//issues/21
.