You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/11/09 04:40:38 UTC

[GitHub] [james-project] vttranlina opened a new pull request #738: JAMES-3600 Fix check Content-Length when ProvisioningTest

vttranlina opened a new pull request #738:
URL: https://github.com/apache/james-project/pull/738


   The test case `ProvisioningTest.provisionMailboxesShouldNotDuplicateMailboxByName` some times pass, some times fail.
   Because the Content-Length is not a `2735` for all repeat tests. 
   
   Example: 
   - If the id in response is 9 => length =1
   - If the id in response is 10 => length =2
   
   
   I checked other JUnit tests that have validated content length in https://github.com/apache/james-project/pull/494.
   But I don't think the risk from them. So, I just only fix this JUnit test
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on pull request #738: JAMES-3600 Fix check Content-Length when ProvisioningTest

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #738:
URL: https://github.com/apache/james-project/pull/738#issuecomment-963825472


   Good catch!


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #738: JAMES-3600 Fix check Content-Length when ProvisioningTest

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #738:
URL: https://github.com/apache/james-project/pull/738


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org