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

Further fixes to block test wrapper #765

Merged
merged 1 commit into from
Apr 22, 2015

Conversation

Gustav-Simonsson
Copy link

  • Move go test wrapper for block tests from cmd/geth to tests
  • Fix logic for when tests are valid or not, by adding correct
    validations for expected valid/invalid blocks
  • Change block insertion helper to work on single blocks
  • Add one test case for each file in BlockTests and comment out
    the tests which are currently failing
  • Add Skip call in all block tests in lieu of performance fixes
    around ethash cache which are needed before it will be fast enough
    to start / stop the node between each test

#414

* Move go test wrapper for block tests from cmd/geth to tests
* Fix logic for when tests are valid or not, by adding correct
  validations for expected valid/invalid blocks
* Change block insertion helper to work on single blocks
* Add one test case for each file in BlockTests and comment out
  the tests which are currently failing
* Add Skip call in all block tests in lieu of performance fixes
  around ethash cache which are needed before it will be fast enough
  to start / stop the node between each test
@Gustav-Simonsson
Copy link
Author

Tests are marked to be skipped until work on new ethash bridge by @LefterisJP and @fjl is done, which should solve the cache generation performance issue.

fjl added a commit that referenced this pull request Apr 22, 2015
…ments

Further fixes to block test wrapper
@fjl fjl merged commit 2f4cc72 into ethereum:develop Apr 22, 2015
@fjl fjl removed the in progress label Apr 22, 2015
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.

3 participants