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

Kill tests/fixture-data with fire #3135

Merged
merged 7 commits into from
Jul 29, 2020
Merged

Kill tests/fixture-data with fire #3135

merged 7 commits into from
Jul 29, 2020

Conversation

Yawning
Copy link
Contributor

@Yawning Yawning commented Jul 28, 2020

Fixes #3110

Note: There still is random mystery accounts of doom, but now they all live in a single go file in the e2e test sub-directory. In an ideal world, these things will be derived properly, but to be honest, beyond the vague notion of "generated in a deterministic notion by something", I don't really have a good idea where they came from.

@codecov
Copy link

codecov bot commented Jul 28, 2020

Codecov Report

Merging #3135 into master will decrease coverage by 0.16%.
The diff coverage is 73.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3135      +/-   ##
==========================================
- Coverage   68.98%   68.82%   -0.17%     
==========================================
  Files         375      376       +1     
  Lines       37060    37079      +19     
==========================================
- Hits        25565    25518      -47     
- Misses       8261     8330      +69     
+ Partials     3234     3231       -3     
Impacted Files Coverage Δ
go/oasis-node/cmd/common/genesis/staking.go 69.44% <69.44%> (ø)
go/oasis-node/cmd/genesis/genesis.go 52.73% <72.72%> (-0.88%) ⬇️
go/staking/tests/debug/debug_stake.go 60.00% <75.00%> (ø)
go/staking/tests/tester.go 92.14% <100.00%> (ø)
go/storage/mkvs/writelog/writelog.go 50.00% <100.00%> (+4.16%) ⬆️
go/consensus/tendermint/apps/scheduler/query.go 71.05% <0.00%> (-7.90%) ⬇️
go/consensus/tendermint/epochtime/epochtime.go 78.78% <0.00%> (-7.58%) ⬇️
go/registry/api/grpc.go 36.08% <0.00%> (-7.34%) ⬇️
go/consensus/tendermint/apps/staking/query.go 49.09% <0.00%> (-7.28%) ⬇️
go/storage/api/root_cache.go 72.41% <0.00%> (-4.60%) ⬇️
... and 35 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 683eb0d...fd08527. Read the comment docs.

@Yawning Yawning force-pushed the yawning/feature/3110 branch 2 times, most recently from 8597ec3 to 2d2424d Compare July 28, 2020 11:19
@Yawning Yawning force-pushed the yawning/feature/3110 branch 5 times, most recently from 9dc44ee to 6335ac8 Compare July 28, 2020 12:25
@Yawning Yawning changed the title Kill tests/fixture-data with fire Stop using JSON files for test case staking state Jul 28, 2020
@Yawning Yawning marked this pull request as ready for review July 28, 2020 12:36
@Yawning Yawning force-pushed the yawning/feature/3110 branch 4 times, most recently from 456bebf to 9a25b44 Compare July 28, 2020 14:52
@Yawning Yawning changed the title Stop using JSON files for test case staking state Kill tests/fixture-data with fire Jul 28, 2020
@Yawning Yawning force-pushed the yawning/feature/3110 branch from 9a25b44 to 2d151cb Compare July 28, 2020 15:06
.buildkite/scripts/test_consim.sh Outdated Show resolved Hide resolved
go/oasis-node/cmd/common/genesis/staking.go Outdated Show resolved Hide resolved
go/oasis-test-runner/oasis/runtime.go Outdated Show resolved Hide resolved
go/oasis-test-runner/scenario/e2e/debond.go Outdated Show resolved Hide resolved
go/oasis-test-runner/scenario/e2e/gas_fees_staking.go Outdated Show resolved Hide resolved
go/oasis-test-runner/oasis/fixture.go Outdated Show resolved Hide resolved
@Yawning Yawning force-pushed the yawning/feature/3110 branch from 2d151cb to f76491a Compare July 29, 2020 11:10
@Yawning Yawning force-pushed the yawning/feature/3110 branch from 2030b46 to fd08527 Compare July 29, 2020 11:30
@Yawning Yawning merged commit 0a8e82c into master Jul 29, 2020
@Yawning Yawning deleted the yawning/feature/3110 branch July 29, 2020 12:29
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.

Kill tests/fixture-data with fire
2 participants