Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Run integration test against live network on CI infrastructure - #207 #292

Merged
merged 1 commit into from
Aug 29, 2017

Conversation

adrianbrink
Copy link

closes #207

I moved it from #219 to a branch on the repo in order to rebase it.

@adrianbrink adrianbrink changed the title Add integration tests Run integration test against live network on CI infrastructure - #207 Aug 24, 2017
@codecov
Copy link

codecov bot commented Aug 24, 2017

Codecov Report

Merging #292 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #292   +/-   ##
========================================
  Coverage    24.91%   24.91%           
========================================
  Files           11       11           
  Lines          578      578           
========================================
  Hits           144      144           
  Misses         410      410           
  Partials        24       24

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 d784665...4e075f3. Read the comment docs.

@adrianbrink adrianbrink force-pushed the feature/integration_tests branch from 69142ec to b14da94 Compare August 24, 2017 17:42
This change enables us to run 'make test_integrations' which tests our
changes against a live ethermint network, where web3 tests are run. This
ensure that nothing accidentally breaks the functionality of ethereum
while still passing all the ordinary go tests.

'make test_integrations' spins up docker containers to form a live
network of communicating ethermint nodes. Then it runs all integration
tests against this live network and reports back the results.

There should not be any side effects to the functionality of ethermint.
@adrianbrink adrianbrink force-pushed the feature/integration_tests branch from b14da94 to 4e075f3 Compare August 29, 2017 11:12
@adrianbrink adrianbrink merged commit 73a30d7 into develop Aug 29, 2017
@adrianbrink adrianbrink deleted the feature/integration_tests branch August 29, 2017 12:45
adrianbrink pushed a commit that referenced this pull request Oct 22, 2017
This change enables us to run 'make test_integrations' which tests our
changes against a live ethermint network, where web3 tests are run. This
ensure that nothing accidentally breaks the functionality of ethereum
while still passing all the ordinary go tests.

'make test_integrations' spins up docker containers to form a live
network of communicating ethermint nodes. Then it runs all integration
tests against this live network and reports back the results.

There should not be any side effects to the functionality of ethermint.
i-norden pushed a commit to vulcanize/old_ethermint that referenced this pull request Aug 31, 2020
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](go-yaml/yaml@v2.2.8...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant