Skip to content
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

Merged
merged 2 commits into from
Oct 11, 2019

Conversation

driftluo
Copy link
Collaborator

@driftluo driftluo commented Sep 30, 2019

generated blocks in the connected state

@driftluo driftluo requested a review from a team September 30, 2019 08:13
@driftluo driftluo changed the title test: diconnect check by all part test: disconnect check by all part Sep 30, 2019
test/src/specs/sync/ibd_process.rs Outdated Show resolved Hide resolved
@quake
Copy link
Member

quake commented Oct 10, 2019

bors r=u2,keroro520,quake

@nervos-bot nervos-bot bot added the s:ready-to-merge Status: Waiting to be merged. label Oct 10, 2019
bors bot added a commit that referenced this pull request Oct 10, 2019
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 <[email protected]>
Co-authored-by: keroro520 <[email protected]>
Co-authored-by: driftluo <[email protected]>
Co-authored-by: James Chen <[email protected]>
Co-authored-by: zhangsoledad <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 10, 2019

Build failed (retrying...)

  • continuous-integration/travis-ci/push

bors bot added a commit that referenced this pull request Oct 10, 2019
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 <[email protected]>
Co-authored-by: keroro520 <[email protected]>
Co-authored-by: driftluo <[email protected]>
Co-authored-by: James Chen <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 10, 2019

Build failed (retrying...)

  • continuous-integration/travis-ci/push

bors bot added a commit that referenced this pull request Oct 10, 2019
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 <[email protected]>
Co-authored-by: James Chen <[email protected]>
Co-authored-by: keroro520 <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 10, 2019

Merge conflict (retrying...)

bors bot added a commit that referenced this pull request Oct 10, 2019
1671: test: disconnect check by all part r=u2,keroro520,quake a=driftluo

Disconnect check by all part

Co-authored-by: driftluo <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 10, 2019

Build failed

  • continuous-integration/travis-ci/push

@u2
Copy link
Contributor

u2 commented Oct 10, 2019

bors r=u2,keroro520,quake

bors bot added a commit that referenced this pull request Oct 10, 2019
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 <[email protected]>
Co-authored-by: Xuejie Xiao <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 10, 2019

Build failed (retrying...)

  • continuous-integration/travis-ci/push

bors bot added a commit that referenced this pull request Oct 10, 2019
1671: test: disconnect check by all part r=u2,keroro520,quake a=driftluo

Disconnect check by all part

Co-authored-by: driftluo <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 10, 2019

Build failed

  • continuous-integration/travis-ci/push

@driftluo
Copy link
Collaborator Author

bors r-

@driftluo driftluo changed the title test: disconnect check by all part test: generated blocks in the connected state Oct 11, 2019
@driftluo
Copy link
Collaborator Author

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.

@driftluo
Copy link
Collaborator Author

bors r=u2,keroro520,quake

bors bot added a commit that referenced this pull request Oct 11, 2019
1671: test: generated blocks in the connected state r=u2,keroro520,quake a=driftluo

generated blocks in the connected state

Co-authored-by: driftluo <[email protected]>
Copy link
Contributor

@keroro520 keroro520 left a 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.

@driftluo
Copy link
Collaborator Author

bors r-

@driftluo
Copy link
Collaborator Author

driftluo commented Oct 11, 2019

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.

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.

@keroro520
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Oct 11, 2019
1671: test: generated blocks in the connected state r=keroro520 a=driftluo

generated blocks in the connected state

Co-authored-by: driftluo <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 11, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit 84defd8 into nervosnetwork:develop Oct 11, 2019
@driftluo driftluo deleted the diconnect-check-by-all-part branch October 11, 2019 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:ready-to-merge Status: Waiting to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants