-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: generated blocks in the connected state #1671
test: generated blocks in the connected state #1671
Conversation
a476541
to
8b433e5
Compare
8b433e5
to
1498d48
Compare
bors r=u2,keroro520,quake |
1664: chore: update get_block_template rpc doc r=quake,u2,keroro520,yangby-cryptape a=shaojunda replace difficulty with compact_target 1669: chore(test): Allow CI debug logs r=u2,zhangsoledad a=keroro520 The number of logs is acceptable after #1474. 1671: test: disconnect check by all part r=u2,keroro520,quake a=driftluo Disconnect check by all part 1673: docs: Update PoW mining algorithm description r=u2,quake a=ashchan Now that this has been decided the doc should reflect that before the next round of mining test. 1680: fix: get_block_transactions_process r=u2,quake a=zhangsoledad 1689: chore: issuance comment r=u2,quake a=zhangsoledad comments were lost on rebase 1690: ci: Make sure cargo-audit up-to-date r=quake,u2 a=zhangsoledad rustsec/rustsec#143 https://internals.rust-lang.org/t/idea-cargo-install-update/11072 rust-lang/cargo#6797 1691: chore: speed up maturity test r=u2,quake a=zhangsoledad Co-authored-by: shaojunda <shaojunda@gmail.com> Co-authored-by: keroro520 <keroroxx520@gmail.com> Co-authored-by: driftluo <driftluo@foxmail.com> Co-authored-by: James Chen <james@ashchan.com> Co-authored-by: zhangsoledad <787953403@qq.com>
Build failed (retrying...)
|
1664: chore: update get_block_template rpc doc r=quake,u2,keroro520,yangby-cryptape a=shaojunda replace difficulty with compact_target 1669: chore(test): Allow CI debug logs r=u2,zhangsoledad a=keroro520 The number of logs is acceptable after #1474. 1671: test: disconnect check by all part r=u2,keroro520,quake a=driftluo Disconnect check by all part 1673: docs: Update PoW mining algorithm description r=u2,quake a=ashchan Now that this has been decided the doc should reflect that before the next round of mining test. Co-authored-by: shaojunda <shaojunda@gmail.com> Co-authored-by: keroro520 <keroroxx520@gmail.com> Co-authored-by: driftluo <driftluo@foxmail.com> Co-authored-by: James Chen <james@ashchan.com>
Build failed (retrying...)
|
1671: test: disconnect check by all part r=u2,keroro520,quake a=driftluo Disconnect check by all part 1673: docs: Update PoW mining algorithm description r=u2,quake a=ashchan Now that this has been decided the doc should reflect that before the next round of mining test. 1683: fix: Remove descendants of committed txs from pending pool r=quake,u2 a=keroro520 * fix(tx-pool): Remove descendants of committed txs from pending-pool * test(tx_pool): Add case of handling propose Co-authored-by: driftluo <driftluo@foxmail.com> Co-authored-by: James Chen <james@ashchan.com> Co-authored-by: keroro520 <keroroxx520@gmail.com>
Merge conflict (retrying...) |
Build failed
|
bors r=u2,keroro520,quake |
1671: test: disconnect check by all part r=u2,keroro520,quake a=driftluo Disconnect check by all part 1698: fix: WebAssembly build for core packages r=driftluo,zhangsoledad,u2 a=xxuejie Co-authored-by: driftluo <driftluo@foxmail.com> Co-authored-by: Xuejie Xiao <xxuejie@gmail.com>
Build failed (retrying...)
|
Build failed
|
bors r- |
1498d48
to
c1a3185
Compare
c1a3185
to
1e6edaf
Compare
There is a neglected problem here, causing random errors in the test. Whitelist will auto connect by network, if miss this information in the test, there will be various strange problems. |
bors r=u2,keroro520,quake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ckb-failed on spec whitelist_on_session_limit
https://travis-ci.org/keroro520/ckb/jobs/596414021
I guess that the above failure is caused by the same reason as this PR. Please check again.
bors r- |
The cause of the problem is not consistent, it is an asynchronous timing problem, I will fix it.... However, due to the automatic connection, this test must be deleted because the object to be tested here cannot be tested. |
…s and auto-connect with whiteli
bors r+ |
Build succeeded
|
generated blocks in the connected state