[cleanup][broker] Deduplicate test certificates to simplify management #16815
Annotations
2 errors
Run unit test group 'OTHER'
Process completed with exit code 1.
|
Publish Test Report:
managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerTest.java#L4188
CompletableFuture cannot be returned by getPassword()
getPassword() should return byte[]
***
If you're unsure why you're getting above error read on.
Due to the nature of the syntax above problem might occur because:
1. This exception *might* occur in wrongly written multi-threaded tests.
Please refer to Mockito FAQ on limitations of concurrency testing.
2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies -
- with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.
|
The logs for this run have expired and are no longer available.
Loading