chibenwa commented on pull request #478:
URL: https://github.com/apache/james-project/pull/478#issuecomment-856594253


   Without this fix:
   
   ```
   
================================================================================
   2021-06-08 07:20:54                                         260s elapsed
   ---- Requests 
------------------------------------------------------------------
   > Global                                                   (OK=107714 KO=233 
  )
   > prepare / obtainContinuationToken                        (OK=10166  KO=43  
  )
   > prepare / obtainAccessToken                              (OK=8152   KO=187 
  )
   > prepare / getMailboxes                                   (OK=8152   KO=0   
  )
   > prepare / listMessages                                   (OK=8152   KO=0   
  )
   > SelectMailbox / listMessages                             (OK=22905  KO=0   
  )
   > updateFlags / markAsRead                                 (OK=3194   KO=0   
  )
   > SelectMailbox / getMessages                              (OK=22902  KO=3   
  )
   > updateFlags / markAsAnswered                             (OK=903    KO=0   
  )
   > OpenMessage / getMessages                                (OK=13636  KO=0   
  )
   > InboxHomeLoading / getMailboxes                          (OK=2261   KO=0   
  )
   > updateFlags / markAsFlagged                              (OK=463    KO=0   
  )
   > InboxHomeLoading / listMessages                          (OK=2261   KO=0   
  )
   > InboxHomeLoading / getMessages                           (OK=2260   KO=0   
  )
   > sendMessage / sendMessages                               (OK=2307   KO=0   
  )
   ---- Errors 
--------------------------------------------------------------------
   > status.find.is(201), but actually found 401                       187 
(63.61%)
   > j.n.s.SSLException: handshake timed out                            43 
(14.63%)
   > obtainAccessToken: Failed to build request: No attribute named     43 
(14.63%)
    'continuationToken' is defined 
   > getMailboxes: Failed to build request: No attribute named 'acc     18 ( 
6.12%)
   essTokenHeader' is defined 
   > jsonPath($[?(@[0] == 'error')]).find.notExists preparation cra      2 ( 
0.68%)
   shed: Jodd failed to parse into a valid AST: j.j.JsonException...
   > jsonPath($[?(@[0] == 'error')]).find.notExists preparation cra      1 ( 
0.34%)
   shed: Jodd failed to parse into a valid AST: j.j.JsonException...
   
   ---- JmapSendMessages 
----------------------------------------------------------
   [--------------------------------------------------------------------------] 
 0%
             waiting: 0      / active: 10000  / done: 0     
   
================================================================================
   ```
   
   Notice the 401 upon high authentication rate...
   
   After the change of library no longer 401 are seen.


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

Reply via email to