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

Combine specs and test-generators #851

Merged
merged 67 commits into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
53e528e
work in progress: setup test libs, pyspec, pytests
protolambda Mar 27, 2019
64f012b
Move test-generators to specs repo
protolambda Mar 27, 2019
c7da23e
update ci config and makefile
protolambda Mar 27, 2019
6456825
Update readme with links to spec contributor docs
protolambda Mar 27, 2019
bf95168
update pyspec readme
protolambda Mar 27, 2019
883ea93
update generator helper readme
protolambda Mar 27, 2019
a106eda
Scope pyspec packages, make pyspec more readable, fix imports
protolambda Mar 27, 2019
ec4d41e
fix config, work on py_tests
protolambda Mar 27, 2019
3f6d653
Fix pyspec package structure
protolambda Mar 28, 2019
05970c9
fix pyspec setup, and update usages: py_tests and in docs
protolambda Mar 28, 2019
58f09b2
update CI, makefile has test runner now
protolambda Mar 28, 2019
f2703bc
update readme with example pyspec import
protolambda Mar 28, 2019
adf91f5
run yaml test generators from makefile
protolambda Mar 28, 2019
04d41dd
small fixes/tweaks, pytests and yaml generators work well now
protolambda Mar 28, 2019
3b132b7
refine makefile, update generator doc
protolambda Mar 28, 2019
ec37645
update pyspec readme
protolambda Mar 28, 2019
ab9761b
Merge branch 'dev' into proto-merge-test-gen
protolambda Mar 28, 2019
00c3c1e
rename eth2 pkg to pyspec, per request of hww
protolambda Mar 29, 2019
f8cdd66
minor fixes
protolambda Apr 3, 2019
51ed409
Merge branch 'dev' into proto-merge-test-gen
protolambda Apr 3, 2019
9e010da
rename pyspec pkg to eth2spec
protolambda Apr 3, 2019
69af7f7
Merge branch 'dev' into proto-merge-test-gen
protolambda Apr 7, 2019
9f32995
enable generator to locate configurations
protolambda Apr 7, 2019
9eb640d
intro configuration support pkg
protolambda Apr 7, 2019
c350aae
small format update, support new testing format in generator base pkg
protolambda Apr 7, 2019
8fdae5b
support test format file structure in base generator
protolambda Apr 7, 2019
fea40da
update generators readme example
protolambda Apr 7, 2019
db91c7f
Work for new pyspec based test generators
protolambda Apr 7, 2019
3f61780
Merge branch 'dev' into proto-merge-test-gen
protolambda Apr 10, 2019
e5fb962
make ssz test gen conform to general test format
protolambda Apr 10, 2019
4137495
update shuffling
protolambda Apr 10, 2019
d7b7640
overhaul shuffling tests, focus on swap-or-not shuffle
protolambda Apr 11, 2019
9a0fd0a
port BLS tests to new suite format
protolambda Apr 11, 2019
a9054fb
fix BLS msg hash handler naming
protolambda Apr 11, 2019
7e2b0a9
fix naming mistake
protolambda Apr 11, 2019
f958adb
generator running fixes
protolambda Apr 11, 2019
5824117
start to implement operations testing
protolambda Apr 11, 2019
7ca20d7
minor naming tweaks, document BLS and deposit test formats
protolambda Apr 12, 2019
fcb7e34
test format doc tweaks
protolambda Apr 12, 2019
0aa1cc8
update shuffling test docs
protolambda Apr 12, 2019
88d076b
initial work to fix outdated ssz tests
protolambda Apr 12, 2019
b6c45b9
update ssz test format and fix uint sizes
protolambda Apr 12, 2019
d5d0ff2
Merge branch 'dev' into proto-merge-test-gen
protolambda Apr 12, 2019
6b701a6
update tests format docs
protolambda Apr 12, 2019
fcc4dc3
temporarily disable the yaml save and commit, exact workflow TBD in f…
protolambda Apr 12, 2019
18d54fa
fix deposit contract placeholder address length
protolambda Apr 14, 2019
514d8f9
Fix runner/handler references
protolambda Apr 14, 2019
9bb9022
change wording deposit case format
protolambda Apr 14, 2019
9591bea
cleanup deposit tests
protolambda Apr 15, 2019
e0400a8
Merge branch 'dev' into proto-merge-test-gen
protolambda Apr 15, 2019
25dd3b8
Update test_generators/README.md
zilm13 Apr 15, 2019
0b2a03e
Update test_generators/README.md
zilm13 Apr 15, 2019
d64a4f2
forks coverage description cleanup
protolambda Apr 15, 2019
87bee73
Update specs/test_formats/operations/deposits.md
djrtwo Apr 15, 2019
956e7c5
Update specs/test_formats/shuffling/README.md
djrtwo Apr 15, 2019
3b9d35f
Update test_generators/README.md
djrtwo Apr 15, 2019
8a1aa27
Update test_generators/operations/README.md
djrtwo Apr 15, 2019
0400a88
Update test_generators/operations/README.md
djrtwo Apr 15, 2019
6542ae2
Update test_generators/operations/deposits.py
djrtwo Apr 15, 2019
79c8f56
Update test_generators/ssz/renderers.py
djrtwo Apr 15, 2019
943989c
Update test_generators/ssz/main.py
djrtwo Apr 15, 2019
13317d3
Update test_generators/ssz/uint_test_cases.py
djrtwo Apr 15, 2019
5e902b4
Update test_libs/config_helpers/README.md
djrtwo Apr 15, 2019
dba7a18
Update test_generators/ssz/main.py
djrtwo Apr 15, 2019
c3d321a
fix argument typing for auxilary transition func
protolambda Apr 15, 2019
d2b7a8f
implement assertion sanity check suggested in PR
protolambda Apr 15, 2019
110af99
Update scripts/phase0/function_puller.py
hwwhww Apr 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 70 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Python CircleCI 2.0 configuration file
version: 2
version: 2.1
jobs:
build:
docker:
Expand All @@ -8,34 +7,80 @@ jobs:

steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
- run:
name: build phase0 spec
command: make build/phase0
name: Build pyspec
command: make pyspec

- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}
- run:
name: Run py-tests
command: make test

- run:
name: run tests
command: |
. venv/bin/activate
pytest tests
name: Generate YAML tests
command: make gen_yaml_tests

- store_artifacts:
path: test-reports
destination: test-reports

- run:
name: Save YAML tests for deployment
command: |
mkdir /tmp/workspace
cp -r yaml_tests /tmp/workspace/
git log -1 >> /tmp/workspace/latest_commit_message
- persist_to_workspace:
root: /tmp/workspace
paths:
- yaml_tests
- latest_commit_message
commit:
protolambda marked this conversation as resolved.
Show resolved Hide resolved
docker:
- image: circleci/python:3.6
steps:
- attach_workspace:
at: /tmp/workspace
- add_ssh_keys:
fingerprints:
- "01:85:b6:36:96:a6:84:72:e4:9b:4e:38:ee:21:97:fa"
- run:
name: Checkout test repository
command: |
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
git clone [email protected]:ethereum/eth2.0-tests.git
- run:
name: Commit and push generated YAML tests
command: |
cd eth2.0-tests
git config user.name 'eth2TestGenBot'
git config user.email '[email protected]'
for filename in /tmp/workspace/yaml_tests/*; do
rm -rf $(basename $filename)
cp -r $filename .
done
git add .
if git diff --cached --exit-code >& /dev/null; then
echo "No changes to commit"
else
echo -e "Update generated tests\n\nLatest commit message from eth2.0-specs:\n" > commit_message
cat /tmp/workspace/latest_commit_message >> commit_message
git commit -F commit_message
git push origin master
fi
workflows:
version: 2.1

build_and_commit:
jobs:
- build:
filters:
tags:
only: /.*/
- commit:
requires:
- build
filters:
tags:
only: /.*/
branches:
ignore: /.*/
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
*.pyc
/__pycache__
/venv
venv
.venvs
.venv
/.pytest_cache

build/
output/

yaml_tests/
.pytest_cache

# Dynamically built from Markdown spec
test_libs/pyspec/pyspec/phase0/spec.py
72 changes: 58 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,29 +1,73 @@
SPEC_DIR = ./specs
SCRIPT_DIR = ./scripts
BUILD_DIR = ./build
UTILS_DIR = ./utils
TEST_LIBS_DIR = ./test_libs
PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec
PY_TEST_DIR = ./py_tests
YAML_TEST_DIR = ./yaml_tests
GENERATOR_DIR = ./test_generators

# Collect a list of generator names
GENERATORS = $(sort $(dir $(wildcard $(GENERATOR_DIR)/*/)))
# Map this list of generator paths to a list of test output paths
YAML_TEST_TARGETS = $(patsubst $(GENERATOR_DIR)/%, $(YAML_TEST_DIR)/%, $(GENERATORS))
GENERATOR_VENVS = $(patsubst $(GENERATOR_DIR)/%, $(GENERATOR_DIR)/%venv, $(GENERATORS))

.PHONY: clean all test
PY_SPEC_PHASE_0_TARGETS = $(PY_SPEC_DIR)/pyspec/phase0/spec.py
PY_SPEC_ALL_TARGETS = $(PY_SPEC_PHASE_0_TARGETS)


all: $(BUILD_DIR)/phase0
.PHONY: clean all test gen_yaml_tests pyspec phase0

all: $(PY_SPEC_ALL_TARGETS) $(YAML_TEST_DIR) $(YAML_TEST_TARGETS)

clean:
rm -rf $(BUILD_DIR)
rm -rf $(YAML_TEST_DIR)
rm -rf $(GENERATOR_VENVS)
rm -rf $(PY_TEST_DIR)/venv $(PY_TEST_DIR)/.pytest_cache
rm -rf $(PY_SPEC_ALL_TARGETS)

# "make gen_yaml_tests" to run generators
gen_yaml_tests: $(YAML_TEST_DIR) $(YAML_TEST_TARGETS)

# runs a limited set of tests against a minimal config
# run pytest with `-m` option to full suite
test:
pytest -m minimal_config tests/
test: $(PY_SPEC_ALL_TARGETS)
cd $(PY_TEST_DIR); python3 -m venv venv; . venv/bin/activate; pip3 install -r requirements.txt; pytest -m minimal_config .

# "make pyspec" to create the pyspec for all phases.
pyspec: $(PY_SPEC_ALL_TARGETS)

$(BUILD_DIR)/phase0:
# "make phase0" to create pyspec for phase0
phase0: $(PY_SPEC_PHASE_0_TARGETS)


$(PY_SPEC_DIR)/pyspec/phase0/spec.py:
python3 $(SCRIPT_DIR)/phase0/build_spec.py $(SPEC_DIR)/core/0_beacon-chain.md $@


CURRENT_DIR = ${CURDIR}

# The function that builds a set of suite files, by calling a generator for the given type (param 1)
define build_yaml_tests
$(info running generator $(1))
# Create the output
mkdir -p $(YAML_TEST_DIR)$(1)

# 1) Create a virtual environment
# 2) Activate the venv, this is where dependencies are installed for the generator
# 3) Install all the necessary requirements
# 4) Run the generator. The generator is assumed to have an "main.py" file.
# 5) We output to the tests dir (generator program should accept a "-o <filepath>" argument.
cd $(GENERATOR_DIR)$(1); python3 -m venv venv; . venv/bin/activate; pip3 install -r requirements.txt; python3 main.py -o $(CURRENT_DIR)/$(YAML_TEST_DIR)$(1)
protolambda marked this conversation as resolved.
Show resolved Hide resolved

$(info generator $(1) finished)
endef

# The tests dir itself is simply build by creating the directory (recursively creating deeper directories if necessary)
$(YAML_TEST_DIR):
$(info creating directory, to output yaml targets to: ${YAML_TEST_TARGETS})
mkdir -p $@
python3 $(SCRIPT_DIR)/phase0/build_spec.py $(SPEC_DIR)/core/0_beacon-chain.md $@/spec.py
mkdir -p $@/utils
cp $(UTILS_DIR)/phase0/* $@/utils
cp $(UTILS_DIR)/phase0/state_transition.py $@
touch $@/__init__.py $@/utils/__init__.py

# For any target within the tests dir, build it using the build_yaml_tests function.
# (creation of output dir is a dependency)
$(YAML_TEST_DIR)%: $(YAML_TEST_DIR)
$(call build_yaml_tests,$*)
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ To learn more about sharding and eth2.0/Serenity, see the [sharding FAQ](https:/

This repo hosts the current eth2.0 specifications. Discussions about design rationale and proposed changes can be brought up and discussed as issues. Solidified, agreed upon changes to spec can be made through pull requests.

# Specs

## Specs

Core specifications for eth2.0 client validation can be found in [specs/core](specs/core). These are divided into phases. Each subsequent phase depends upon the prior. The current phases specified are:
* [Phase 0 -- The Beacon Chain](specs/core/0_beacon-chain.md)
Expand All @@ -18,10 +19,20 @@ Accompanying documents can be found in [specs](specs) and include
* [General test format](specs/test-format.md)
* [Honest validator implementation doc](specs/validator/0_beacon-chain-validator.md)

## Design goals

### Design goals

The following are the broad design goals for Ethereum 2.0:
* to minimize complexity, even at the cost of some losses in efficiency
* to remain live through major network partitions and when very large portions of nodes go offline
* to select all components such that they are either quantum secure or can be easily swapped out for quantum secure counterparts when available
* to utilize crypto and design techniques that allow for a large participation of validators in total and per unit time
* to allow for a typical consumer laptop with `O(C)` resources to process/validate `O(1)` shards (including any system level validation such as the beacon chain)


## For spec contributors

Documentation on the different components used during spec writing can be found here:
* [YAML Test Generators](test_generators/README.md)
* [Executable Python Spec](test_libs/pyspec/README.md)

protolambda marked this conversation as resolved.
Show resolved Hide resolved
30 changes: 30 additions & 0 deletions py_tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ETH 2.0 py-tests

These tests are not intended for client-consumption.
These tests are sanity tests, to verify if the spec itself is consistent.

There are ideas to port these tests to the YAML test suite,
but we are still looking for inputs on how this should work.

## How to run tests

### Automated

Run `make test` from the root of the spec repository.

### Manual

From within the py_tests folder:

Install dependencies:
```bash
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
```
Note: make sure to run `make pyspec` from the root of the specs repository, to build the pyspec requirement.

Run the tests:
```
pytest -m minimal_config .
```
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
from copy import deepcopy
import pytest

import build.phase0.spec as spec
import pyspec.phase0.spec as spec

from build.phase0.state_transition import (
from pyspec.phase0.state_transition import (
state_transition,
)
from build.phase0.spec import (
ZERO_HASH,
from pyspec.phase0.spec import (
get_current_epoch,
process_attestation,
slot_to_epoch,
)
from tests.phase0.helpers import (
from phase0.helpers import (
build_empty_block_for_next_slot,
get_valid_attestation,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import pytest


from build.phase0.spec import (
from pyspec.phase0.spec import (
get_beacon_proposer_index,
cache_state,
advance_slot,
process_block_header,
)
from tests.phase0.helpers import (
from phase0.helpers import (
build_empty_block_for_next_slot,
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from copy import deepcopy
import pytest

import build.phase0.spec as spec
import pyspec.phase0.spec as spec

from build.phase0.spec import (
from pyspec.phase0.spec import (
get_balance,
ZERO_HASH,
process_deposit,
)
from tests.phase0.helpers import (
from phase0.helpers import (
build_deposit,
privkeys,
pubkeys,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from copy import deepcopy
import pytest

import build.phase0.spec as spec
from build.phase0.spec import (
import pyspec.phase0.spec as spec
from pyspec.phase0.spec import (
get_balance,
get_current_epoch,
process_proposer_slashing,
)
from tests.phase0.helpers import (
from phase0.helpers import (
get_valid_proposer_slashing,
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from copy import deepcopy
import pytest

import build.phase0.spec as spec
import pyspec.phase0.spec as spec

from build.phase0.spec import (
from pyspec.phase0.spec import (
get_active_validator_indices,
get_current_epoch,
process_voluntary_exit,
)
from tests.phase0.helpers import (
from phase0.helpers import (
build_voluntary_exit,
pubkey_to_privkey,
)
Expand Down
4 changes: 2 additions & 2 deletions tests/phase0/conftest.py → py_tests/phase0/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pytest

from build.phase0 import spec
from pyspec.phase0 import spec

from tests.phase0.helpers import (
from .helpers import (
create_genesis_state,
)

Expand Down
Loading