feat: add autobahn integration tests - initial batch (CON-249)#3234
Open
wen-coding wants to merge 1 commit intomainfrom
Open
feat: add autobahn integration tests - initial batch (CON-249)#3234wen-coding wants to merge 1 commit intomainfrom
wen-coding wants to merge 1 commit intomainfrom
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3234 +/- ##
=======================================
Coverage 59.20% 59.20%
=======================================
Files 2069 2069
Lines 169537 169537
=======================================
Hits 100381 100381
Misses 60368 60368
Partials 8788 8788
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
683aa68 to
5488f01
Compare
5 tests with autobahn-enabled guard on each: 1. Block production (height advancing) 2. Bank transfer (send and verify balance) 3. Fault tolerance - one node down (3/4 quorum continues) 4. Two nodes down (chain halts, no quorum) 5. Recovery (restart node, chain resumes) Usage: make autobahn-integration-test Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5488f01 to
b363066
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Initial batch of autobahn integration tests. Adds
make autobahn-integration-testtarget with 5 tests:abci_info)-b sync, poll for balanceEvery test is guarded by
assert_autobahn_enabledwhich checksGigaRouter initializedin all running nodes' logs.Known workarounds (with TODOs)
abci_infoinstead of/statusfor height because autobahn doesn't update CometBFT block store-b syncinstead of-b blockbecause CometBFT consensus is disabled in autobahn modeDepends on #3220 (merged), #3224 (merged), and #3243 (pending — height fix required for blocks to produce).
Usage
Test plan
make autobahn-integration-testpasses tests 1-4 with fix: autobahn InitChain height mismatch and testApp height tracking (CON-249) #3243 cherry-pickedmake autobahn-integration-testfails test 1 without fix: autobahn InitChain height mismatch and testApp height tracking (CON-249) #3243 (confirms dependency)🤖 Generated with Claude Code