Problem Summary:
In the current integration test, PoolPersisted is only permitted to be executed on non-Windows platforms, as there is no stop_gracefully implementation for the Node used in the integration test.
What's Changed:
Related changes
Implement graceful termination for the integration test on the Windows platform.
What problem does this PR solve?
Problem Summary: In the current integration test,
PoolPersisted
is only permitted to be executed on non-Windows platforms, as there is nostop_gracefully
implementation for the Node used in the integration test.What's Changed:
Related changes
PoolPersisted
to be executed on Windows.Check List
Tests
Side effects
Release note