Skip to content

Fix loadtest#112

Merged
codchen merged 3 commits intomasterfrom
tony-chen-fix-integration-tests
Jul 13, 2022
Merged

Fix loadtest#112
codchen merged 3 commits intomasterfrom
tony-chen-fix-integration-tests

Conversation

@codchen
Copy link
Collaborator

@codchen codchen commented Jul 13, 2022

Fix loadtest to use the new data structure

@codchen codchen requested review from philipsu522 and udpatil July 13, 2022 04:27
@codchen codchen force-pushed the tony-chen-fix-integration-tests branch from 517e987 to 91b75e3 Compare July 13, 2022 05:32
tmp := inactiveAccounts
inactiveAccounts = activeAccounts
activeAccounts = tmp
inactiveAccounts, activeAccounts = activeAccounts, inactiveAccounts
Copy link
Collaborator

Choose a reason for hiding this comment

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

does this actually work? wouldn't it assign inactiveAccounts = activeAccounts first and then the variable for active accounts is the same as a result? if not, kinda cool

Copy link
Contributor

Choose a reason for hiding this comment

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

this is like python, you can do multiple variable assignments in 1 line

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah i didn't know it works but this is what the linter asked me to do lol

@codchen codchen merged commit 3dfeb88 into master Jul 13, 2022
alg747 pushed a commit to UXDProtocol/sei-chain that referenced this pull request Jul 20, 2022
* Fix loadtest

* linter

* more linter
masih pushed a commit that referenced this pull request Sep 29, 2025
This reverts commit 9459fc7 because of
breaking the sei-chain parallelization tests. Will merge this PR once
the tests are updated.

Co-authored-by: Cyson <cyson@Cysons-MBP.attlocal.net>
masih pushed a commit that referenced this pull request Sep 29, 2025
)

This reverts commit 07d7ba4.
## Describe your changes and provide context
This reintroduces the max voting power changes along with fixes for
parallelization


## Testing performed to validate your change
masih pushed a commit that referenced this pull request Sep 30, 2025
This reverts commit 9459fc7 because of
breaking the sei-chain parallelization tests. Will merge this PR once
the tests are updated.

Co-authored-by: Cyson <cyson@Cysons-MBP.attlocal.net>
masih pushed a commit that referenced this pull request Sep 30, 2025
)

This reverts commit 07d7ba4.
## Describe your changes and provide context
This reintroduces the max voting power changes along with fixes for
parallelization


## Testing performed to validate your change
masih pushed a commit that referenced this pull request Oct 9, 2025
## Describe your changes and provide context
- Add interface functions for rocksdb state store
- Bump grocksdb 

## Testing performed to validate your change
- verified fully on 2 nodes
@masih masih deleted the tony-chen-fix-integration-tests branch October 31, 2025 15:52
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.

3 participants