Skip to content

Commit

Permalink
Add test case for multiple channels on one connection + remove integr…
Browse files Browse the repository at this point in the history
…ation tests in `_test` (#1021)

* test: add multiple channels on one connection test case via ibctest

* chore: remove old docker integration test make cmds

* chore: remove github CI actions for old docker integration tests

* chore: remove `_test` directory containing the old docker integration tests
  • Loading branch information
jtieri authored Oct 18, 2022
1 parent 2693469 commit 1bbccc9
Show file tree
Hide file tree
Showing 14 changed files with 188 additions and 1,557 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/akash-tests.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/gaia-tests.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ build-osmosis-docker:
test:
@go test -mod=readonly -race ./...

test-integration:
@go test -mod=readonly -v -timeout 20m ./_test/

test-gaia:
@go test -mod=readonly -v -run 'TestGaiaToGaiaRelaying|TestGaiaToGaiaRelaying|TestUnorderedChannelBlockHeightTimeout|TestUnorderedChannelTimestampTimeout' ./_test

test-akash:
@go test -mod=readonly -v -run TestAkashToGaiaRelaying ./_test/

test-short:
@go test -mod=readonly -v -run TestOsmoToGaiaRelaying ./_test/

ibctest:
cd ibctest && go test -race -v -run TestRelayerInProcess .

Expand Down
8 changes: 0 additions & 8 deletions _test/README.md

This file was deleted.

Loading

0 comments on commit 1bbccc9

Please sign in to comment.