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

Test suite lags for minutes on faye integration tests #151

Open
ajb opened this issue Dec 2, 2014 · 4 comments
Open

Test suite lags for minutes on faye integration tests #151

ajb opened this issue Dec 2, 2014 · 4 comments
Labels
Milestone

Comments

@ajb
Copy link
Collaborator

ajb commented Dec 2, 2014

@chrismccord any idea what might be going on here? I thought it was stalling completely, but it looks like there are 3 examples that take minutes each.

@ajb
Copy link
Collaborator Author

ajb commented Dec 2, 2014

Seeing the lag after this is logged from faye:

D, [2014-12-02T18:12:45.291577 #56928] DEBUG -- : [Faye::RackAdapter] Received message via HTTP POST: "{\"channel\":\"/batch_publish\",\"data\":[],\"ext\":{\"auth_token\":\"secret\"}}"
I, [2014-12-02T18:12:45.291939 #56928]  INFO -- : [Faye::Server] Processing messages: [{"channel":"/batch_publish","data":[],"ext":{"auth_token":"secret"}}] (local: false)
D, [2014-12-02T18:12:45.292015 #56928] DEBUG -- : [Faye::Server] Passing through incoming extensions: {"channel":"/batch_publish","data":[],"ext":{"auth_token":"secret"}}

@ajb
Copy link
Collaborator Author

ajb commented Dec 2, 2014

Each delay is exactly 30 seconds long, which tells me that we're probably hitting a timeout somewhere...

@ajb
Copy link
Collaborator Author

ajb commented Dec 2, 2014

indeed, we are running into a thin timeout (default is 30 seconds). We can reduce this value, but it might be useful to know why it's happening, first.

@chrismccord
Copy link
Owner

Weird. I'm not see why we'd be seeing this. It will be a while before I can troubleshoot locally, but help would be appreciated in the meantime :)

@ajb ajb added the bug label Feb 6, 2016
@ajb ajb mentioned this issue Feb 12, 2016
1 task
@ajb ajb modified the milestone: 2.0 Feb 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants