pjfanning commented on PR #5491:
URL: https://github.com/apache/openwhisk/pull/5491#issuecomment-2365277262
Broken test:
```
org.apache.openwhisk.common.etcd.EtcdLeaderShipUnitTests > Etcd LeaderShip
client should be failed to elect leader with provided lease STANDARD_ERROR
Sep 21, 2024 6:10:15 PM
io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue
SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=7, target=etcd} was not
shutdown properly!!! ~*~*~*
Make sure to call shutdown()/shutdownNow() and wait until
awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
at
io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.<init>(ManagedChannelOrphanWrapper.java:93)
at
io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:53)
at
io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:44)
at
io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:517)
at com.ibm.etcd.client.EtcdClient.<init>(EtcdClient.java:284)
at com.ibm.etcd.client.EtcdClient$Builder.build(EtcdClient.java:215)
at
org.apache.openwhisk.common.etcd.EtcdLeaderShipUnitTests$MockEtcdLeadershipApi.<init>(EtcdLeaderShipUnitTests.scala:68)
at
org.apache.openwhisk.common.etcd.EtcdLeaderShipUnitTests$$anon$2.<init>(EtcdLeaderShipUnitTests.scala:134)
at
org.apache.openwhisk.common.etcd.EtcdLeaderShipUnitTests.$anonfun$new$2(EtcdLeaderShipUnitTests.scala:134)
```
--
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]