-
Notifications
You must be signed in to change notification settings - Fork 138
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
upgrade integration testing framework for v50 #1349
Labels
S: KTLO
Keeping the lights on: Keeping the current product operational (bugs, troubleshooting, deps updates)
scope: testing
Code review, testing, making sure the code is following the specification.
type: refactoring
Code refactoring
Comments
Closed
MSalopek
added
S: KTLO
Keeping the lights on: Keeping the current product operational (bugs, troubleshooting, deps updates)
scope: testing
Code review, testing, making sure the code is following the specification.
type: refactoring
Code refactoring
labels
Oct 11, 2023
MSalopek
changed the title
upgrade integration testing framework
upgrade integration testing framework for v50
Oct 11, 2023
tbruyelle
added a commit
to allinbits/interchain-security
that referenced
this issue
Nov 7, 2023
Closes: cosmos#1349 Also remove unused func ABCIToSDKEvents.
tbruyelle
added a commit
to allinbits/interchain-security
that referenced
this issue
Nov 8, 2023
Relates: cosmos#1349 Also remove unused func ABCIToSDKEvents.
MSalopek
pushed a commit
that referenced
this issue
Nov 8, 2023
test: upgrade packetSniffer to latest ABCIListener API Relates: #1349 Also remove unused func ABCIToSDKEvents.
@MSalopek this issue seems to have been fixed. Is that right? |
github-project-automation
bot
moved this from 🏗 F3: InProgress
to 👍 F4: Assessment
in Cosmos Hub
Apr 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
S: KTLO
Keeping the lights on: Keeping the current product operational (bugs, troubleshooting, deps updates)
scope: testing
Code review, testing, making sure the code is following the specification.
type: refactoring
Code refactoring
v50 upgrade requires changes to integration testing setup.
Namely, packet sniffing that was done as part of
legacy_ibc_testing
directory removal needs to be refactored to support the newABCIListener
interface and the changes requried to supportFinalizeBlock
since ABCI++ (CometBFT v0.38) does not supportBeginBlock
andEndBlock
any more.Previous and related issues:
Prerequisites
Work is partially done on feat/v50-upgrade.
To complete this issue all testing apps (
app.go
and relatedcmd
) must be made operational.Partial fixes enabling more work
Closing criteria
tests/integration/setup.go
(support new interfaces, update packet/event sniffing)The text was updated successfully, but these errors were encountered: