nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.16k stars 228 forks source link

Allow the `PoolPersisted` integration test to run on Windows. #4371

Closed eval-exec closed 7 months ago

eval-exec commented 8 months ago

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 no stop_gracefully implementation for the Node used in the integration test.

What's Changed:

Related changes

Check List

Tests

Side effects

Release note

None: Exclude this PR from the release note.
zhangsoledad commented 7 months ago

@eval-exec conflicting

eval-exec commented 7 months ago

@eval-exec conflicting

Confilicts resolved. I think this PR is ready to merge