Please update the test to include: * hitting the case where `if delta < 0 =>` (I think in the case where permits are exhausted, and then there is also a reduction in maxPermits?) * concurrently executing tryAquire/forceAquire/release while setMaxPermits is in flight (I think that you will still end up with inaccurate permits, e.g. if release is invoked while setMaxPermits is incomplete)
[ Full content available at: https://github.com/apache/incubator-openwhisk/pull/3656 ] This message was relayed via gitbox.apache.org for [email protected]
