chibenwa commented on PR #1647:
URL: https://github.com/apache/james-project/pull/1647#issuecomment-1639133719

   org.apache.james.webadmin.routes.VacationRoutesTest.postVacationUpdatesAll
   
   Minor date formating changes
   
   ```
   expected: Optional[2021-09-20T10:00Z[UTC]]
    but was: Optional[2021-09-20T10:00Z]
   ```
   
   Is there a way to configure jackson to keep the timezone?
   
   org.apache.james.backends.opensearch.OpenSearchIndexerTest.updateMessages
   
   ```
   org.awaitility.core.ConditionTimeoutException: 
   Assertion condition defined as a lambda expression in 
org.apache.james.backends.opensearch.OpenSearchIndexerTest 
   expected: 1L
    but was: 0L within 10 seconds.
        at 
org.apache.james.backends.opensearch.OpenSearchIndexerTest.awaitForOpenSearch(OpenSearchIndexerTest.java:252)
        at 
org.apache.james.backends.opensearch.OpenSearchIndexerTest.updateMessages(OpenSearchIndexerTest.java:109)
   Caused by: org.opentest4j.AssertionFailedError: 
   
   expected: 1L
    but was: 0L
        at 
org.apache.james.backends.opensearch.OpenSearchIndexerTest.lambda$awaitForOpenSearch$9(OpenSearchIndexerTest.java:257)
   ```
   
   Related?
   
   
org.apache.james.jmap.draft.crypto.SecurityKeyLoaderTest.loadShouldReturnAsymmetricKeysWhenRawPublicKey
   
   ```
   The provided [org.bouncycastle.asn1.x509.SubjectPublicKeyInfo] pem type is 
not (yet) supported
   ```
   
   Some bouncy castle magic required here.


-- 
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: [email protected]

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