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

chore: add compatibility tests for v7.6.x #6639

Merged
merged 3 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestClientTestSuite"
],
"test": [
"TestClientUpdateProposal_Succeeds",
"TestClient_Update_Misbehaviour",
"TestAllowedClientsParam"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestConnectionTestSuite"
],
"test": [
"TestMaxExpectedTimePerBlockParam"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need v6 tags since its EOL?

Copy link
Contributor Author

@crodriguezvega crodriguezvega Jun 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put the tags for EoL releases just to check compatibility with them. I think it makes sense that, even if those release lines are not supported anymore, that we do some basic compatibility check with the new releases that we make.

"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"chain-a": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestHostEnabledParam"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsGovTestSuite"
],
"test": [
"TestInterchainAccountsGovIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain-a": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsGovTestSuite"
],
"test": [
"TestInterchainAccountsGovIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsGroupsTestSuite"
],
"test": [
"TestInterchainAccountsGroupsIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain-a": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsGroupsTestSuite"
],
"test": [
"TestInterchainAccountsGroupsIntegration"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"v7.5.0",
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsQueryTestSuite"
],
"test": [
"TestInterchainAccountsQuery"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chain-a": [
"v7.5.0",
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsQueryTestSuite"
],
"test": [
"TestInterchainAccountsQuery"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"v8.3.0",
"v8.2.0",
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain-a": [
"v8.3.0",
"v8.2.0",
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"release-v7.6.x"
],
"entrypoint": [
"TestIncentivizedInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulBankSend_Incentivized",
"TestMsgSendTx_FailedBankSend_Incentivized"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain-a": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestIncentivizedInterchainAccountsTestSuite"
],
"test": [
"TestMsgSendTx_SuccessfulBankSend_Incentivized",
"TestMsgSendTx_FailedBankSend_Incentivized"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"chain-a": [
"release-v7.6.x"
],
"chain-b": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"v5.4.0",
"v4.6.0",
"release-v7.6.x"
],
"entrypoint": [
"TestIncentivizedTransferTestSuite"
],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
"TestMsgPayPacketFee_InvalidReceiverAccount",
"TestMultiMsg_MsgPayPacketFeeSingleSender",
"TestMsgPayPacketFee_SingleSender_TimesOut",
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress",
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds"
],
"relayer-type": [
"hermes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"chain-a": [
"v8.3.0",
"v8.2.0",
"v7.5.0",
"v7.4.0",
"v6.3.0",
"v5.4.0",
"v4.6.0",
"release-v7.6.x"
],
"chain-b": [
"release-v7.6.x"
],
"entrypoint": [
"TestIncentivizedTransferTestSuite"
],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
"TestMsgPayPacketFee_InvalidReceiverAccount",
"TestMultiMsg_MsgPayPacketFeeSingleSender",
"TestMsgPayPacketFee_SingleSender_TimesOut",
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress",
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds"
],
"relayer-type": [
"hermes"
]
}
Loading
Loading