We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need more CreateGroup and Distribute test cases
Namely:
Test_Distribute_Group_OverlappingPoolsInGroups
Test_Distribute_Group_NoVolumeOnePool_SkipSilent
Test_Distribute_Group_ChangeVolumeBetween
Test_Distribute_Group_CreateGroupsBetween
Test_Distribute_Group_SwapAndDistribute
Originally posted by @p0mvn in #6548 (comment)
A/C
The text was updated successfully, but these errors were encountered:
p0mvn
Successfully merging a pull request may close this issue.
We need more CreateGroup and Distribute test cases
Namely:
Test_Distribute_Group_OverlappingPoolsInGroups
- two groups, distribute to the same gauges, assert distributions are as expectedTest_Distribute_Group_NoVolumeOnePool_SkipSilent
- two groups, one has no volume, assert that it is silently skipped but other distributesTest_Distribute_Group_ChangeVolumeBetween
- two groups distribute over 2 epochs, volume changed between epochsTest_Distribute_Group_CreateGroupsBetween
- start with one group at epoch, add another group at second epochTest_Distribute_Group_SwapAndDistribute
- update volume by swapping instead of setting state directly and then distributeOriginally posted by @p0mvn in #6548 (comment)
A/C
The text was updated successfully, but these errors were encountered: