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

Replace faulty load balancer with queue Fixes #1673 #1674

Closed
wants to merge 1 commit into from
Closed

Replace faulty load balancer with queue Fixes #1673 #1674

wants to merge 1 commit into from

Conversation

alexkogon
Copy link

@@ -58,77 +53,4 @@ public void removeIfPresent() {
registry.stop();
}
}

@Test
public void testProxySortingByIdle() throws Exception {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing tests and not adding one is not beneficial here. Please add a test, otherwise I'm not sure the premise of your bug #1673 is correct.

Also, since this test existed and was passing, not sure what was wrong with this chunk of code.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm, well there was a test which in fact didn't test what it was supposed to because it didn't work (much respect to my friend dima). so in fact the test was worse than having no test as it made you think it worked but it didn't, as you can see from the issue!

@alexkogon
Copy link
Author

honestly i would be happy to optimize the code and maybe even add a test if it didn't take nearly an hour just to build the software; apparently whatever tool there is does not do incremental builds, or i can't figure out how to use it. making a simple change on this project is byzantine...

@lukeis
Copy link
Member

lukeis commented Feb 22, 2016

It appears that this code is working correctly and this change shouldn't be warranted, going to close this until further proof is shown there is something at fault here (see comments on #1673 )

@lukeis lukeis closed this Feb 22, 2016
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

Successfully merging this pull request may close these issues.

2 participants