nervosnetwork / ckb

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

[WIP] Debuging Github CI #4603

Closed chenyukang closed 3 weeks ago

chenyukang commented 3 weeks ago

What problem does this PR solve?

Spec SendLargeCyclesTxToRelay may be failing in MacOS CI, but it's not reproducible on local dev machine.

There is a low chance for such a scenario, when a worker is wake up, the current status is not Resume, if we return directly the job is left in the queue.

What is changed and how it works?

Renotify verify worker when status is in Suspend.

What's Changed:

Related changes

Check List

Tests

Side effects

Release note

None: Exclude this PR from the release note.