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

update integration test to use new e2e suites #938

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

shorsher
Copy link
Member

@shorsher shorsher commented Aug 8, 2022

No description provided.

Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
test-suite: [TestEthereumE2ESuite, TestFabricE2ESuite]
test-suite: [TestEthereumMultipartyE2ESuite, TestEthereumGatewayE2ESuite, TestEthereumMultipartyTokensRemoteNameE2ESuite, TestEthereumNamespaceE2ESuite, TestFabricGatewayE2ESuite, TestFabricMultipartyE2ESuite]
blockchain-provider: [geth, besu, fabric]
database-type: [sqlite3, postgres]
exclude:
Copy link
Contributor

Choose a reason for hiding this comment

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

The excluded combos need to be adjusted below for the new suite names. And you definitely need to exclude the combos of "fabric" with any test suite that uses tokens.

Copy link
Contributor

@awrichar awrichar left a comment

Choose a reason for hiding this comment

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

Not sure of the best way to test this, but it LGTM.

Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
@shorsher shorsher merged commit 75056f0 into hyperledger:main Aug 10, 2022
@shorsher shorsher deleted the integration-updates branch August 10, 2022 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants