-
Notifications
You must be signed in to change notification settings - Fork 525
tests: expect tests for pingpong #6427
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9224548
putative fix for pingpong after #6286
cce b73e432
make a bunch of pingpong expect tests
cce 19a255b
Merge remote-tracking branch 'upstream/master' into pingpong-v41
cce b2ad7a5
add pingpong to CI build-e2e binaries
cce 17ed6b7
fix lint
cce 706bf59
fix asset tests
cce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "AssetLarge" "asset_transfer_large" "--tps 200 --numasset=10 --numaccounts 5 --refresh 10" | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "AssetSmall" "asset_transfer_small" "--tps 200 --numasset=5 --numaccounts 5 --refresh 10" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "AtomicLarge" "atomic_transfer_large" "--groupsize=12 --tps 200 --refresh 10 --numaccounts 50" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "AtomicSmall" "atomic_transfer_small" "--groupsize=5 --tps 200 --refresh 10 --numaccounts 50" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "BigOpsBigHash" "bigops_bighash" "--appprogops 220 --appproghashes 10 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "BigOpsMediumHash" "bigops_mediumhash" "--appprogops 300 --appproghashes 5 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "BigOpsSmallHash" "bigops_smallhash" "--appprogops 500 --appproghashes 2 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,98 @@ | ||
| #!/usr/bin/expect -f | ||
| # Common utilities for pingpong tests | ||
| # This file should be sourced by individual pingpong test files | ||
|
|
||
| source goalExpectCommon.exp | ||
|
|
||
| # Setup a pingpong test network and return network info | ||
| proc setupPingpongNetwork { TEST_ALGO_DIR TEST_DATA_DIR } { | ||
| set timeout 60 | ||
| set TIME_STAMP [clock seconds] | ||
|
|
||
| set TEST_ROOT_DIR $TEST_ALGO_DIR/root_$TIME_STAMP | ||
| set TEST_PRIMARY_NODE_DIR $TEST_ROOT_DIR/Primary/ | ||
| set NETWORK_NAME test_net_expect_$TIME_STAMP | ||
| set NETWORK_TEMPLATE "$TEST_DATA_DIR/nettemplates/TwoNodes50EachFuture.json" | ||
|
|
||
| # Copy genesis file | ||
| exec cp $TEST_DATA_DIR/../../installer/genesis/devnet/genesis.json $TEST_ALGO_DIR | ||
|
|
||
| # Create and start network | ||
| ::AlgorandGoal::CreateNetwork $NETWORK_NAME $NETWORK_TEMPLATE $TEST_ALGO_DIR $TEST_ROOT_DIR | ||
| ::AlgorandGoal::StartNetwork $NETWORK_NAME $NETWORK_TEMPLATE $TEST_ROOT_DIR | ||
|
|
||
| # Get network info | ||
| set PRIMARY_NODE_ADDRESS [ ::AlgorandGoal::GetAlgodNetworkAddress $TEST_PRIMARY_NODE_DIR ] | ||
| puts "Primary Node Address: $PRIMARY_NODE_ADDRESS" | ||
|
|
||
| set PRIMARY_WALLET_NAME unencrypted-default-wallet | ||
|
|
||
| # Determine primary account | ||
| set PRIMARY_ACCOUNT_ADDRESS [::AlgorandGoal::GetHighestFundedAccountForWallet $PRIMARY_WALLET_NAME $TEST_PRIMARY_NODE_DIR] | ||
|
|
||
| # Check the balance of the primary account | ||
| set PRIMARY_ACCOUNT_BALANCE [::AlgorandGoal::GetAccountBalance $PRIMARY_WALLET_NAME $PRIMARY_ACCOUNT_ADDRESS $TEST_PRIMARY_NODE_DIR] | ||
| puts "Primary Account Balance: $PRIMARY_ACCOUNT_BALANCE" | ||
|
|
||
| # Wait for round 1 to ensure network is ready | ||
| ::AlgorandGoal::WaitForRound 1 $TEST_PRIMARY_NODE_DIR | ||
|
|
||
| # Return list of important values | ||
| return [list $TEST_ROOT_DIR $TEST_PRIMARY_NODE_DIR $NETWORK_NAME $PRIMARY_NODE_ADDRESS $PRIMARY_ACCOUNT_ADDRESS] | ||
| } | ||
|
|
||
| # Teardown a pingpong test network | ||
| proc teardownPingpongNetwork { NETWORK_NAME TEST_ROOT_DIR } { | ||
| ::AlgorandGoal::StopNetwork $NETWORK_NAME $TEST_ROOT_DIR | ||
| } | ||
|
|
||
| # Run a pingpong variation with the given arguments | ||
| proc runPingpongVariation { variation_name pingpong_args TEST_PRIMARY_NODE_DIR duration } { | ||
| puts "Running pingpong variation: $variation_name" | ||
| puts "Arguments: $pingpong_args" | ||
| puts "Duration: $duration seconds" | ||
|
|
||
| ::AlgorandGoal::RunPingpong $duration $pingpong_args $TEST_PRIMARY_NODE_DIR | ||
| } | ||
|
|
||
| # Common error handler for pingpong tests | ||
| proc pingpongTestErrorHandler { test_name exception } { | ||
| ::AlgorandGoal::Abort "ERROR in $test_name: $exception" | ||
| } | ||
|
|
||
| # Main test runner that does all the work | ||
| proc runPingpongTest { test_name variation_name pingpong_args {duration 5} } { | ||
| global TEST_ALGO_DIR TEST_DATA_DIR | ||
|
|
||
| # Setup network | ||
| set network_info [setupPingpongNetwork $TEST_ALGO_DIR $TEST_DATA_DIR] | ||
| set TEST_ROOT_DIR [lindex $network_info 0] | ||
| set TEST_PRIMARY_NODE_DIR [lindex $network_info 1] | ||
| set NETWORK_NAME [lindex $network_info 2] | ||
|
|
||
| # Run the test | ||
| runPingpongVariation $variation_name $pingpong_args $TEST_PRIMARY_NODE_DIR $duration | ||
|
|
||
| # Teardown network | ||
| teardownPingpongNetwork $NETWORK_NAME $TEST_ROOT_DIR | ||
|
|
||
| puts "Pingpong $test_name Test Successful" | ||
| } | ||
|
|
||
| # Main entry point for all pingpong tests | ||
| proc pingpongTestMain { test_name variation_name pingpong_args {duration 5} } { | ||
| global TEST_ALGO_DIR TEST_DATA_DIR | ||
|
|
||
| if { [catch { | ||
| source goalExpectCommon.exp | ||
| puts "Starting $test_name" | ||
| puts "TEST_ALGO_DIR: $TEST_ALGO_DIR" | ||
| puts "TEST_DATA_DIR: $TEST_DATA_DIR" | ||
|
|
||
| runPingpongTest $test_name $variation_name $pingpong_args $duration | ||
|
|
||
| exit 0 | ||
| } EXCEPTION ] } { | ||
| pingpongTestErrorHandler $test_name $EXCEPTION | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "MediumOpsBigHash" "mediumops_bighash" "--appprogops 200 --appproghashes 10 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
5 changes: 5 additions & 0 deletions
5
test/e2e-go/cli/goal/expect/pingpongMediumOpsMediumHashTest.exp
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "MediumOpsMediumHash" "mediumops_mediumhash" "--appprogops 200 --appproghashes 5 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
5 changes: 5 additions & 0 deletions
5
test/e2e-go/cli/goal/expect/pingpongMediumOpsSmallHashTest.exp
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "MediumOpsSmallHash" "mediumops_smallhash" "--appprogops 200 --appproghashes 2 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "Payment" "payment_transaction" "--tps 200 --refresh 10 --numaccounts 50" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "Rekey" "rekey_payment_transaction" "--rekey=true --groupsize=2 --randomnote=true --tps 200 --refresh 10 --numaccounts 50" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "SmallOpsBigHash" "smallops_bighash" "--appprogops 2 --appproghashes 10 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
5 changes: 5 additions & 0 deletions
5
test/e2e-go/cli/goal/expect/pingpongSmallOpsMediumHashTest.exp
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "SmallOpsMediumHash" "smallops_mediumhash" "--appprogops 2 --appproghashes 5 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
5 changes: 5 additions & 0 deletions
5
test/e2e-go/cli/goal/expect/pingpongSmallOpsSmallHashTest.exp
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "SmallOpsSmallHash" "smallops_smallhash" "--appprogops 2 --appproghashes 2 --appproghashsize sha512_256 --numapp 10 --tps 200 --refresh 10 --numaccounts 5 --minaccount 100000000" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "StatefulBoxRead" "stateful_box_read" "--numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000 --numboxread 5" |
5 changes: 5 additions & 0 deletions
5
test/e2e-go/cli/goal/expect/pingpongStatefulBoxUpdateTest.exp
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "StatefulBoxUpdate" "stateful_box_update" "--numapp 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000 --numboxupdate 5" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "StatefulLarge" "stateful_teal_large" "--numapp 10 --appprogops 695 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "StatefulMedium" "stateful_teal_medium" "--numapp 10 --appprogops 200 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "StatefulSmall" "stateful_teal_small" "--numapp 10 --appprogops 10 --tps 200 --refresh 10 --numaccounts 50 --minaccount 100000000" | ||
|
gmalouf marked this conversation as resolved.
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "TealHeavy" "teal_heavy_transaction" "--teal=heavy --tps 200 --refresh 10 --numaccounts 50" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "TealLight" "teal_light_transaction" "--teal=light --tps 200 --refresh 10 --numaccounts 50" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/expect -f | ||
| set TEST_ALGO_DIR [lindex $argv 0] | ||
| set TEST_DATA_DIR [lindex $argv 1] | ||
| source pingpongCommon.exp | ||
| pingpongTestMain "TealNormal" "teal_normal_transaction" "--teal=normal --tps 200 --refresh 10 --numaccounts 50" |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.