-
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
RsFlash is not tested #47
Comments
@yegor256 thanks, I added the "bug" tag |
@yegor256 thanks for the report, I topped your acc for 15 mins, payment ID |
@mgovorischev can you please help? Keep in mind this. If you have any technical questions, don't hesitate to ask right here. Task's budget is 30 mins (see this for explanation) |
What is the format of the string that contains log level and message and is then sent to the cookie? What is the delimiter? |
@mgovorischev it's up to you to decide. now we're using a simple string without any formatting, as you see. but we should package the message and the log level somehow. maybe
in this case we won't need Base64 |
@dmzaytsev it's yours now, please proceed keeping in mind our principles. Feel free to ask any technical questions right here in the ticket 30 mins is the budget of the task. This is exactly how much will be paid when the problem is solved (no matter how much time you will actually spend). See this for more information |
@yegor256 @davvd |
@dmzaytsev you can try to use PDD (http://www.yegor256.com/2009/03/04/pdd.html). But we can't let these changes into the master, since they will break the entire "flash" functionality. It will basically stop working. |
@dmzaytsev we never mix tasks, we work with them individually, always. In this case, I would add a decrypting functionality to TsFlash and that's it. If you really want to avoid that, you should step back, remove the functionality you implemented, create a test that reproduces the connectivity between TsFlash and RsFlash, and add a |
rewriten unit tests
@dmzaytsev thanks! |
@elenavolokhova please, review this task for compliance with our quality rules |
@davvd This ticket looks good! :) |
@elenavolokhova thanks for the QA review |
@dmzaytsev just added 10 mins to @elenavolokhova (for QA), payment ID is |
RsFlash
is not tested, let's create a unit test for it. Besides that, the class doesn't use the logging level provided anyhow. It simply ignores this parameter. Instead, it has to package the message and the logging level together in a single string and send them in Base64 format to the cookie. Without that we may have issues with unprintable characters inside the message.The text was updated successfully, but these errors were encountered: