chibenwa commented on pull request #345: URL: https://github.com/apache/james-project/pull/345#issuecomment-810885761
> @Arsnael thanks for clarifying, I had seen the @disabled test but since the PR also added searchingASingleUTF8CriterionShouldComplete which is not disabled I was confused. @jeantil I did not just took a failing test on the JIRA that I disabled. I tried to understand the root cause. I first thought it was a charset handling, the second test proves it is not the case. I then tought it was a charset cary over issue within the search command parser. But the real root cause is that our Netty stack is not able to handle a command with several literals and here it gets really complicated with a buggy framing. Ouch. I did not win this battle yet. Contributing a disabled test allows other contributors to have a look. (That was the approach we followed for the MimeMessage COW?) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
