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

Go kosu/integration against testnet #226

Merged
merged 26 commits into from Aug 27, 2019
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4a8ae41
Integration Test Suite against testnet
gchaincl Aug 16, 2019
f127230
go-kosu: integration test cleanup
gchaincl Aug 20, 2019
a5f8518
go-kosu: update drone.yml
gchaincl Aug 20, 2019
6c85b72
test potential drone config for testnet
hrharder Aug 21, 2019
3ed7a78
migrate to second contract system server
hrharder Aug 21, 2019
abb2e0d
fixing dronefile syntax
hrharder Aug 21, 2019
9350ae7
fixing node step names
hrharder Aug 21, 2019
1b6573d
Merge branch 'master' into go-kosu/integration-against-testnet
hrharder Aug 21, 2019
867bfeb
add verbose flag to GOTEST_FLAGS
hrharder Aug 21, 2019
7366970
add required environment variable for int. tests
hrharder Aug 21, 2019
5008ef4
use alternate go-kosu geth image for web3
hrharder Aug 21, 2019
115968b
fix export command
hrharder Aug 22, 2019
7b8ffc5
update hostnames for persistent peers
hrharder Aug 22, 2019
92fb51d
Fully move .drone to jsonnet definitions
gchaincl Aug 22, 2019
5f118e0
readd autogenerated .drone.yml
gchaincl Aug 22, 2019
5012b35
change "_" to "-"
hrharder Aug 22, 2019
cd6c221
Merge branch 'master' into go-kosu/integration-against-testnet
gchaincl Aug 22, 2019
4b00670
go-kosu: witness ethereum tests uses WS endpoint
gchaincl Aug 22, 2019
ac640ce
Merge branch 'master' into go-kosu/integration-against-testnet
hrharder Aug 22, 2019
1847687
Merge branch 'master' into go-kosu/integration-against-testnet
hrharder Aug 23, 2019
e5d0770
go-kosu: disable race detector on tests
gchaincl Aug 26, 2019
cb3572e
Merge branch 'master' into go-kosu/integration-against-testnet
gchaincl Aug 26, 2019
6667a5c
Extending time out for more taxed CI host.
Freydal Aug 26, 2019
bca08d7
Updating image name.
Freydal Aug 26, 2019
8e6a185
Merge branch 'master' into go-kosu/integration-against-testnet
gchaincl Aug 27, 2019
3f6c1cd
Merge branch 'master' into go-kosu/integration-against-testnet
gchaincl Aug 27, 2019
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Extending time out for more taxed CI host.

  • Loading branch information
Freydal committed Aug 26, 2019
commit 6667a5cd5d3634227c471e3ca92ed5687a3d4e6a
@@ -7,7 +7,7 @@
"scripts": {
"test": "mocha",
"coverage": "nyc mocha && istanbul report html && open coverage/lcov-report/index.html",
"test:ci": "ts-mocha -p tsconfig.json test/ --timeout 8000 -- geth",
"test:ci": "ts-mocha -p tsconfig.json test/ --timeout 20000 -- geth",
"test:ganache": "docker run --rm -p 8545:8545 ${npm_package_config_ganache_image_uri}",
"test:ganache_detached": "docker run --rm -d -p 8545:8545 ${npm_package_config_ganache_image_uri}",
"build": "tsc",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.