-
Notifications
You must be signed in to change notification settings - Fork 203
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
BkReuseTest.java:46-49: Implement missing BkReuse.accept method to... #418
Comments
@yegor256 attached this issue to milestone "1.0" (let me know if this is wrong) |
@prondzyn the task is yours, please go ahead |
@davvd please find someone else. Thanks. |
@HDouss it's yours now, please proceed keeping in mind our principles. Feel free to ask any technical questions right here in the ticket The budget of this task is 30 mins. This is exactly how much time will be compensated, when the task is completed. Read about our Definition of Done |
@davvd : I am a little confused about the test methods. I don't see (or I don't understand) the relation between the socket and the (mocked) container. I was expecting the unit test plays client role, and BkReuse plays server role. I may be wrong but the container seems playing server role, and made to reply with an answer I expected to be the client request. |
@davvd : I think last commit |
@davvd I don't know if it is a requirement that |
@HDouss check this out: http://www.yegor256.com/2015/02/16/it-is-not-a-school.html |
@davvd I ask more time as I am waiting for an answer on #417 and an answer on :
|
@HDouss the ticket is with you for 15 days already. If it is not finished in the next 48 hours, it will be re-assigned to someone else, see No Obligations principle, this article should help if you're stuck... as a reminder, don't forget to remove the |
@davvd please note my last comment. I asked for more time, I think a redesign is required and I am waiting for replies. |
@davvd please revoke my rating and answer my redesign question. |
@HDouss please, check these two articles: http://www.yegor256.com/2015/02/16/it-is-not-a-school.html and http://www.yegor256.com/2015/01/15/how-to-cut-corners.html Basically, if something is not clear it's either your problem and you should solve it on your own, or it's a problem of the project and you should report it. Nobody will help you here. |
@yegor256 The issue is closed |
@ypshenychka please, let us know what do you think about this ticket, according to our QA rules |
@davvd This issue is not resolved yet. The puzzle description have just moved from |
@yegor256 Could you please help here ? |
@HDouss it looks like the puzzle is gone and a new one showed up. you can check |
@yegor256 It is gone because BkReuseTest class was removed, but the issue is still here. |
@HDouss so, this issue will be fixed in a new ticket. we work with micro-tasks, remember that. we can't solve all together in one ticket. if the puzzle is gone, the problem is gone. period. |
@yegor256 This puzzle is not gone. he has just "moved" (and somehow reformulated) from BkReuseTest to BkBasicTest. |
@HDouss that's the thing - if it's "reformulated", it's a different puzzle. our puzzle detecting software can't understand whether it's the same problem or a different one. it only checks the text. |
@yegor256 Ok. Let's forget about it. |
@HDouss So will there be a related fix in scope of this ticket? |
@ypshenychka No, I don't think it has any sens. |
@HDouss got it. Thanks. |
@davvd Quality is bad here. |
@ypshenychka thank you for paying attention |
@HDouss 10 mins was added to the account of @ypshenychka (for QA review), in transaction 75134863 |
Puzzle
306-0f8af5fd
insrc/test/java/org/takes/http/BkReuseTest.java:46-49
has to be resolved: Implement missing BkReuse.accept method to support HTTP persistent connections and to pass below three tests. BkReuse.accept should handles more than one HTTP requests in one connection and return correct HTTP status when Content-Length is not specified.... The puzzle was created by Piotr Pradzynski on 22-Oct-2015.If you have any technical questions, don't ask me, submit new tickets instead
The text was updated successfully, but these errors were encountered: