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

ci: Add Silkworm-driven consensus tests #290

Merged
merged 1 commit into from
Feb 19, 2021
Merged

Conversation

chfast
Copy link
Member

@chfast chfast commented Feb 19, 2021

No description provided.

@chfast chfast requested review from axic and gumb0 February 19, 2021 11:42
circle.yml Outdated
at: ~/package
- run:
name: "Unpack evmone"
background: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this runs parallel? Does it really take that much time to risk any potential wrong order execution here?

paths:
- ~/silkworm/consensus

download_consensus_tests:
Copy link
Member

@axic axic Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not cache this too? Takes 16 seconds, and running the tests is 13.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cache means you have to download and unpack it, just from different server.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok, I thought it is some better integration with circleci.

@chfast chfast force-pushed the silkworm_consensus_tests branch from c07624c to 0bcafb7 Compare February 19, 2021 12:06
@codecov-io
Copy link

Codecov Report

Merging #290 (0bcafb7) into master (e2f2c87) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #290   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files          24       24           
  Lines        3655     3655           
=======================================
  Hits         3646     3646           
  Misses          9        9           
Flag Coverage Δ
unittests 99.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast chfast merged commit b5aaa68 into master Feb 19, 2021
@chfast chfast deleted the silkworm_consensus_tests branch February 19, 2021 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants