-
Notifications
You must be signed in to change notification settings - Fork 200
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
#111 FIX: VerboseIterable and VerboseIterator are not tested #218
Conversation
@yegor256 this is my first pull request, I see the CI kicking in, but there is apparently a non deterministic test on I can't reproduce it locally, but since I din't change code, just added unit test is not normal that my build has errors :144 HTTP response body content is not valid: first: , second: |
@M4Solutions Thanks for your pull request, let me find someone who can review it |
@pinaf it's yours, please review |
"Accept-Charset: utf-8", | ||
"Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==", | ||
"Cache-Control: no-cache", "From: user@example.com"); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@M4Solutions Add a javadoc comment here with the form VerboseIterable can ...
. I suggest:
/**
* VerboseIterable can return correct size.
*/
@M4Solutions 20 comments and 1 question above. |
@rultor try to merge |
@yegor256 Oops, I failed. You can see the full log here (spent 8min)
|
@pinaf Should I close this pull request now that the problem in master has been skipped? |
@pinaf I just corrected my unaddressed comments. |
@marcuss see above |
@rultor merge |
@marcuss thanks. also make sure that the first post explains what issue this is for and what your solution was. here is some important info on QA http://www.teamed.io/qa.html |
@elenavolokhova review this ticket please, for compliance with our quality rules |
@rultor deploy |
@elenavolokhova alright. |
@elenavolokhova yes, I got it, will be more attentive in the future, thanks! |
@davvd Quality is acceptable here. |
@elenavolokhova thanks for the review, we'll try better next time |
@pinaf just added 10 mins to @elenavolokhova (for QA), payment ID is |
@yegor256 This pull request fixes bug #111 that identified the missing unit tests in VerboseIterable and VerboseIterator, for fixing this, the VerboseIterableTest and VerboseIteratorTest classes were created.