-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: compatibility tests for v9 (#6892)
* e2e: compatibility tests for v9 * add v9.0.x option to dropdowns * add failed forwarding test
- Loading branch information
1 parent
811807f
commit 58f8deb
Showing
42 changed files
with
944 additions
and
101 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.github/compatibility-test-matrices/main/transfer-v2-1-channel-upgrade-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TransferChannelUpgradesV1TestSuite" | ||
], | ||
"test": [ | ||
"TestChannelUpgrade_WithICS20v2_Succeeds", | ||
"TestChannelUpgrade_WithFeeMiddlewareAndICS20v2_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
.github/compatibility-test-matrices/main/transfer-v2-forwarding-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TransferForwardingTestSuite" | ||
], | ||
"test": [ | ||
"TestForwarding_Succeeds", | ||
"TestForwarding_WithLastChainBeingICS20v1_Succeeds", | ||
"TestForwardingWithUnwindSucceeds", | ||
"TestFailedForwarding", | ||
"TestChannelUpgradeForwarding_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
File renamed without changes.
21 changes: 21 additions & 0 deletions
21
.github/compatibility-test-matrices/release-v9.0.x/client-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestClientTestSuite" | ||
], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds", | ||
"TestRecoverClient_Succeeds", | ||
"TestScheduleIBCUpgrade_Succeeds", | ||
"TestClient_Update_Misbehaviour", | ||
"TestAllowedClientsParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/release-v9.0.x/connection-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestConnectionTestSuite" | ||
], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/release-v9.0.x/genesis-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestGenesisTestSuite" | ||
], | ||
"test": [ | ||
"TestIBCGenesis" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
.github/compatibility-test-matrices/release-v9.0.x/ica-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA", | ||
"TestControllerEnabledParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
.github/compatibility-test-matrices/release-v9.0.x/ica-chain-b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA", | ||
"TestHostEnabledParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v9.0.x/ica-channel-upgrade-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsChannelUpgradesTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_AfterUpgradingOrdertoUnordered", | ||
"TestChannelUpgrade_ICAChannelClosesAfterTimeout_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v9.0.x/ica-channel-upgrade-chain-b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsChannelUpgradesTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_AfterUpgradingOrdertoUnordered", | ||
"TestChannelUpgrade_ICAChannelClosesAfterTimeout_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
.github/compatibility-test-matrices/release-v9.0.x/ica-gov-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGovTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
.github/compatibility-test-matrices/release-v9.0.x/ica-gov-chain-b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGovTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
.github/compatibility-test-matrices/release-v9.0.x/ica-groups-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGroupsTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
.github/compatibility-test-matrices/release-v9.0.x/ica-groups-chain-b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGroupsTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v9.0.x/ica-queries-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"v8.3.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsQueryTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsQuery" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v9.0.x/ica-queries-chain-b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"chain-a": [ | ||
"v7.6.0", | ||
"v7.5.0", | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"v8.3.0", | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsQueryTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsQuery" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
.github/compatibility-test-matrices/release-v9.0.x/ica-unordered-channel-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v9.0.x" | ||
], | ||
"chain-b": [ | ||
"v8.3.0", | ||
"v8.2.0", | ||
"v7.6.0", | ||
"v7.5.0", | ||
"release-v9.0.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
Oops, something went wrong.